In-Portal

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Fixes #0001117: Version Control for Sections

INP-915

    • -0
    • +28
    /branches/5.2.x/core/install/upgrades.php
    • -0
    • +18
    /branches/5.2.x/core/install/english.lang
    • -0
    • +8
    /branches/5.2.x/core/install/install_data.sql
  1. … 29 more files in changeset.

Fixes #0001178: DBItem loading problem, when multiple keys are used

INP-956

Bug #0000268: Code Cleanup in 5.2.x branch

1. field AppliedDBRevisions in Modules table wasn't listed in modules_config.php

INP-224

Fixes #0001128: Implement "Promo Blocks" functionality as on Intechnic.com

INP-922

    • -0
    • +11
    /branches/5.2.x/core/install/upgrades.php
  1. /branches/5.2.x/core/admin_templates/promo_blocks
    • -1
    • +30
    /branches/5.2.x/core/install/english.lang
    • -0
    • +6
    /branches/5.2.x/core/install/install_data.sql
    • -0
    • +5
    /branches/5.2.x/core/kernel/constants.php
    • -1
    • +40
    /branches/5.2.x/core/install/upgrades.sql

Bug #0000268: Code Cleanup in 5.2.x branch

1. changing declaration of OnAfterConfigRead method to be PHP5 friendly

INP-224

    • -1
    • +3
    /branches/5.2.x/core/kernel/event_handler.php

Fixes #0001147: Methods for processing large data amounts from database

INP-932

    • -16
    • +98
    /branches/5.2.x/core/kernel/db/db_connection.php

Fixes #0001177: Debug version of CSS/JS files (decompressed) loaded even after Debug is Disabled via Cookies

INP-955

    • -3
    • +3
    /branches/5.2.x/core/kernel/utility/debugger.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. added try/catch constructs in places when folder given to DirectoryIterator class could be missing

INP-224

Fixes #0000969: New "System Configuration" installation step

INP-783

    • -5
    • +47
    /branches/5.2.x/core/install/steps_db.xml
    • -0
    • +57
    /branches/5.2.x/core/install/step_templates/sys_config.tpl

Fixes #0001160: Ability to Load "index.tpl" by default within any Template Folder

INP-942

Fixes #0001176: Implement usage of Variables added on "System Configuration" step

1. removes memcache settings from db

INP-954

    • -2
    • +0
    /branches/5.2.x/core/install/install_data.sql
    • -36
    • +21
    /branches/5.2.x/core/kernel/utility/cache.php
    • -1
    • +8
    /branches/5.2.x/core/install/upgrades.sql
    • -4
    • +0
    /branches/5.2.x/core/install/english.lang

Bug #0000572: Refactor Currency Converter Class

Commit on behalf of Erik

MINC-39

Fixes #0001176: Implement usage of Variables added on "System Configuration" step

INP-954

Fixes #0001167: Improvements in Compressed CSS/JS File Naming

1. compressed file url format changed

INP-948

Fixes #0000852: Improvements to m_GetConfig tag

Commit on behalf of Erik

INP-685

Bug #0001133: One-step Checkout

1. event that returns given country states in JSON object format

MINC-81

Fixes #0001167: Improvements in Compressed CSS/JS File Naming

INP-948

Fixes #0001154: Optimization of TableFound function

INP-938

    • -5
    • +5
    /branches/5.2.x/core/install/upgrades.php
    • -3
    • +4
    /branches/5.2.x/core/kernel/application.php
    • -7
    • +17
    /branches/5.2.x/core/kernel/db/db_connection.php

Bug #0001094: Optimizing storage of help phrases

1. fixes case, when hints for untranslated phrases are displayed, but when phrase is translated then hint disappears

INP-894

Fixes #0001164: Adding "empty_label" parameter to PredefinedOptions tag

INP-946

Bug #0001138: General Template Work

1. reload website header instead of doing complete page refresh after successful login

2. pass event redirect parameters into response sent by AjaxFormHelper::transitEvent method

TMST-1

Fixes #0001173: Wrong template on templates loaded via AJAX requests

INP-953

    • -1
    • +1
    /branches/5.2.x/core/kernel/application.php

Fixes #0001172: Incorrect SQL when item load clause contains NULL

INP-952

    • -6
    • +3
    /branches/5.2.x/core/kernel/db/dbitem.php

Fixes #0001171: Fatal when trying to Relate Catalog Items

INP-951

Bug #0001024: Phrase type detection based on it's name

1. fixes phrase type of "la_PhraseType_Both" phrase & phrase name of "lc_Text_Valid" phrase

INP-826

    • -2
    • +2
    /branches/5.2.x/core/install/english.lang

Bug #0001131: Useful Product Review

1. adds missing phrases on review editing page in Admin Console

INP-924

    • -0
    • +2
    /branches/5.2.x/core/install/english.lang

Fixes #0001129: Report Review

INP-923

    • -0
    • +1
    /branches/5.2.x/core/install/remove_schema.sql
    • -0
    • +13
    /branches/5.2.x/core/install/upgrades.sql
  1. /branches/5.2.x/core/admin_templates/spam_reports
    • -1
    • +10
    /branches/5.2.x/core/install/english.lang

Bug #0000268: Code Cleanup in 5.2.x branch

1. created a separate DeleteSectionCache method for "sections_parsed" cache delete, so it no longer is secretly invoked only along with "configs_parsed" cache delete

2. added some explanatory comments to kApplication::Init method

3. unit config cache ("configs_parsed" variable) that was deleted on any configuration variable change, but now it is only deleted when this configuration variable's value is located in "configs_parsed" cache

4. objects of rewrite listeners are now created in separate kRewriteUrlProcessor::rewriteListeners class variable, so it no longer can be accidentally overwritten during unit config cache building process

5. fixed case, when rewrite listener instances could be associated with incorrent unit config prefixes (PHP5 object assignment problem)

6. mod-rewrite url is now successfully processed (using only build-in rewrite listeners) when unit config cache is missing (or needs to be rebuilt) and user is visiting mod-rewrite url

7. "conf_changed" global variable (accessible via GetVar) now contains names of all changes configuration variables

INP-224

    • -6
    • +23
    /branches/5.2.x/core/kernel/application.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. "inp2" namespace was missing for In-Portal tags, left inside HTML comments in a TPL files

INP-224

    • -1
    • +1
    /branches/5.2.x/core/kernel/nparser/nparser.php

Bug #0001138: General Template Work

1. fixed "Division by Zero" notice, when no reviews for a product

TMST-1