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

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.

Bug #0001138: General Template Work

1. added php files for ajax-based real-time form field validation

TMST-1

  1. … 5 more files in changeset.

Fixes #0001163: Debugger report is affected by "reset.css" stylesheet

INP-945

Bug #0000268: Code Cleanup in 5.2.x branch

1. adding missing license/FULL_PATH constant checks (against direct PHP file opening from web-browser)

INP-224

    • -29
    • +31
    ./formatters/customfield_formatter.php
  1. … 11 more files in changeset.

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

Fixes that event (that requests popup close):

1. being called twice (should be called once)

2. passed all units to opener stack (should pass none)

INP-410

  1. … 1 more file in changeset.

Fixes #0001107: Logical changes on user registration/my profile forms

INP-906

  1. … 31 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. making all rewrite and non-rewrite methods located into separate classes with shared interface

2. moved UserGroups session variable setting for Guest users to Session class

3. getIndexFile method was called for rewrite urls, but it it's result was never used

4. method IsHTTPSRedirect moved from Session to kHTTPQuery class

INP-224

  1. … 21 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. all backup/restore code moved out from "admin" unit to BackupHelper (new class)

2. removed analogs of "getmicrotime" function

INP-224

  1. … 4 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. debugger weren't shown on database connection error

INP-224

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixed path to s.gif in FCKEditor file browse dialog

2. same kModulesHelper::getModules method is used during installation and in admin to get modules, that can be installed

3. fixed some PhpDoc comments, that were not matching their method declarations

4. moved duplicate request processing detection into Request class (from kApplication class)

5. replaced aliased function calls with original function calls

6. fixed some grammatical errors

7. most of file system interations (where folder is scanned for a specific content) are replaced with DirectoryIterator (from SPL)

8. removed duplicate tags from FckTagProcessor, since their copy from fckFCKHelper class was used

INP-224

  1. … 55 more files in changeset.

Fixes #0001143: Ability to cut trailing zeros from field value being displayed

INP-929

Fixes #0000653: Make "kDateFormatter" support date format constants in "format" parameter

Commit on behalf of Erik

INP-515

Fixes #0000709: Make "kUploadFormatter::_ensureUniqueFilename" more accessible

Commit on behalf of Erik

INP-560

  1. … 2 more files in changeset.

Fixes #0000392: Section renaming using "Section Properties" button causes one more section to be created

INP-325

    • -0
    • +194
    ./opener_stack.php
  1. … 5 more files in changeset.

Fixes #0001105: Add "Login as User" button to user list in Admin

Commit on behalf of Erik

INP-904

  1. … 7 more files in changeset.

Bug #0000397: Ability to work with main event from OnBefore/OnAfter type events called from kDBItem class

1. Fixes problem, when objects created within temp handler were not having reference to event, that called temp handler method in first place

INP-330

  1. … 1 more file in changeset.