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

Fixes #0001224: Email event usage refactoring

INP-999

  1. … 4 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code ($event->getObject calls)

INP-224

  1. … 59 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

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

INP-224

  1. … 2 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

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

INP-224

  1. … 129 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code

INP-224

    • -13
    • +13
    ./formatters/formatters_config.php
  1. … 90 more files in changeset.

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

INP-985

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

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

INP-979

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

INP-974

  1. … 1 more file in changeset.

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

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

  1. … 1 more file in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting view scope of methods in kApplication

INP-224

  1. … 7 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting view scope of methods in event handlers

INP-224

  1. … 42 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. don't get object, when no ids to delete (speeds up item deleting with subitems)

2. skip category delete protection, while debugging

INP-224

  1. … 1 more file in changeset.

Fixes #0001191: Remove RunMode from Scheduled Tasks

INP-968

  1. … 19 more files in changeset.

Fixes #0001011: Review and Rename Table Names in CORE

INP-815

  1. … 94 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting visibility scope/fixing phpdoc comments to kApplication methods

INP-224

  1. … 5 more files in changeset.

Bug #0000493: Redirect template (kEvent::redirect attribute) has no effect, when popups are used

1. always do URLENCODE of urls, that are being processed via kOpenerStack class

INP-410

Fixes #0001181: Main product list is displayed in all sideboxes on a page

INP-959

  1. … 4 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. method kApplication::GetVarDirect wasn't working, when called before kApplication::HttpQuery property was initialized

INP-224

  1. … 1 more file in changeset.

Bug #0000493: Redirect template (kEvent::redirect attribute) has no effect, when popups are used

1. unable to relate to links, since %5C wasn't replaced to \ before "env" parsing

INP-410

  1. … 2 more files in changeset.

Fixes #0000981: Rename Agents section to "Scheduled Tasks"

INP-794

  1. … 24 more files in changeset.

Fixes #0001022: Uploaded file distribution within /system/ folder

INP-824

    • -10
    • +88
    ./formatters/upload_formatter.php
  1. … 4 more files in changeset.

Fixes #0000447: Update EmailLog table only when Email has been physically sent

INP-372

  1. … 4 more files in changeset.

Fixes #0001179: Cookie Path not Set when Debugger is Disabled based on Cookie

INP-957

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

INP-955

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

1. removes memcache settings from db

INP-954

  1. … 3 more files in changeset.

Fixes #0001171: Fatal when trying to Relate Catalog Items

INP-951

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

  1. … 5 more files in changeset.