In-Portal

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

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code ('parent_event' code)

INP-224

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

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code (makeClass & recallObject methods)

INP-224

    • -2
    • +2
    /branches/5.2.x/core/units/skins/skin_eh.php
    • -5
    • +4
    /branches/5.2.x/core/kernel/utility/factory.php
    • -15
    • +15
    /branches/5.2.x/core/install.php
  1. … 124 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code

INP-224

    • -5
    • +5
    /branches/5.2.x/core/units/skins/skin_eh.php
    • -4
    • +4
    /branches/5.2.x/core/units/files/file_eh.php
    • -6
    • +6
    /branches/5.2.x/core/kernel/event_handler.php
    • -274
    • +225
    /branches/5.2.x/core/kernel/utility/factory.php
  1. … 81 more files in changeset.

Fixes #0001215: Speed up page loading

INP-990

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

Fixes #0001214: Incorrect configuration setting grouping on configuration display page

INP-989

Fixes #0001213: When table in database contains "from" word in it's name then it will produce sql error

INP-988

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

Fixes #0001212: Category item reviews counter sometimes isn't updated

INP-987

Fixes #0001211: Reviews (comments) created from Admin Console are not saved to database

INP-986

Bug #0001208: Improvements to automatic deployment script

1. display affected row count after sql execution in log

INP-983

Fixes #0001210: Parameter "storage_format" is ignored during regular uploads

INP-985

Bug #0001208: Improvements to automatic deployment script

1. display affected row count after sql execution

INP-983

Fixes #0001196: Improvements to Languages and Phrases Export capabilities

INP-971

    • -0
    • +2
    /branches/5.2.x/core/install/upgrades.sql

Bug #0000268: Code Cleanup in 5.2.x branch

1. method Debugger::highlightString was actually used outside debugger (via indirect call from "adm" event handler)

INP-224

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

Bug #0001205: Ability to set Default "Per Page" for Admin Grids via Website Configuration

Commit on behalf on Dmitry

INP-980

    • -1
    • +1
    /branches/5.2.x/core/install/install_data.sql
    • -1
    • +1
    /branches/5.2.x/core/install/upgrades.sql

Fixes #0001209: Incorrect MultiOptions grid filter value escaping

INP-984

Fixes #0001208: Improvements to automatic deployment script

INP-983

Fixes #0001206: Multilingual columns not created on separate module install

INP-981

Fixes #0001205: Ability to set Default "Per Page" for Admin Grids via Website Configuration

INP-980

    • -8
    • +9
    /branches/5.2.x/core/install/install_data.sql
    • -0
    • +6
    /branches/5.2.x/core/install/upgrades.sql
    • -0
    • +1
    /branches/5.2.x/core/install/english.lang

Fixes #0001204: Formatter class kOptionsFormatter doesn't always correctly parse data

INP-979

Fixes #0001200: Some Fields in Categories table aren't updated on Category delete

INP-975

Bug #0001201: Fatal error during Installation on States import with MySQL in Strict Mode

1. fixes SQL error on module approve/decline

INP-976

Fixes #0001199: Rename DBG_EMAIL option and Add it to debug_sample.php

INP-974

    • -0
    • +1
    /branches/5.2.x/tools/debug_sample.php

Fixes #0001201: Fatal error during Installation on States import with MySQL in Strict Mode

INP-976

    • -0
    • +39
    /branches/5.2.x/core/install/upgrades.sql

Bug #0000268: Code Cleanup in 5.2.x branch

1. usage of undefined USER_ROOT constant during installation

INP-224

Fixes #0001202: Regular users are created instead of Admins

INP-977

Fixes #0001198: Ability to check element definition in tag

INP-973

Fixes #0001197: Array support in m_Get tag

INP-972

Fixes #0001194: Virtual multilingual fields don't work sometimes

INP-970

Bug #0001123: Parallel cache rebuild problem could cause high server load

1. don't perform empty (with no keys passed) multi_get request

2. store locally also missing variables, that are requested from cache (speed improvement)

3. fixed "scalar value can't be used as array" warning in getCache method

INP-919

    • -13
    • +15
    /branches/5.2.x/core/kernel/utility/cache.php

Bug #0001123: Parallel cache rebuild problem could cause high server load

1. multiple "get" requests to caching engine combined into "multi_get" requests resulting less overhead on cache reading on each page load

INP-919

    • -27
    • +100
    /branches/5.2.x/core/kernel/utility/cache.php