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

Fixes #0001207: Ability to subscribe to any system event from e-mail event

INP-982

  1. … 16 more files in changeset.

Fixes #0001226: Storing function "crc32" results in database problem

INP-1001

  1. … 6 more files in changeset.

Fixes #0001231: Bug in parallel cache rebuild protection

INP-1006

  1. … 6 more files in changeset.

Bug #0001125: Prepare 5.2.0 release

1. missing SVN auto-properties on all files added in 5.2.0, since I've added them in PhpStorm and not in TortoiseSVN

INP-921

  1. … 32 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

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

INP-224

  1. … 133 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code

INP-224

  1. … 93 more files in changeset.

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

INP-980

  1. … 4 more files in changeset.

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. … 6 more files in changeset.

Fixes #0001191: Remove RunMode from Scheduled Tasks

INP-968

  1. … 17 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.

Fixes #0001183: Separate setting for default Email Sender / Recipients

Done Additionally:

1. wrong constants were used on "Settings" tab (e-mail event editing page) resulting JS error

2. e-mail sending to a group, specified on "Settings" tab (e-mail event editing page) wasn't working

INP-960

  1. … 18 more files in changeset.

Fixes #0000065: Add "Maintenance Mode" option for Website

INP-53

  1. … 12 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. incorrect default value of $params attribute in HREF method

INP-224

  1. … 1 more file in changeset.

Fixes #0001180: Improvement of "qstr" function

INP-958

  1. … 6 more files in changeset.

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

1. renaming files & folders (can't really create patch for this type of action)

INP-794

  1. … 19 more files in changeset.

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

INP-794

  1. … 22 more files in changeset.

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

INP-942

Fixes #0001154: Optimization of TableFound function

INP-938

  1. … 6 more files in changeset.

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. … 4 more files in changeset.

Fixes #0001162: Ability to specify module in theme.xml file

INP-944

  1. … 3 more files in changeset.

Fixes #0001159: Language and Theme Links don't work without Template

INP-941

Fixes #0001151: Caching Issue with 404 Page Not Found URLs

INP-935

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.

Bug #0001107: Logical changes on user registration/my profile/forgot password forms

1. fixing part with "e-mail or username" phrase adding

INP-906

  1. … 6 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

    • -0
    • +127
    ./url_processor.php
    • -0
    • +295
    ./plain_url_processor.php
    • -0
    • +980
    ./rewrite_url_processor.php
  1. … 19 more files in changeset.

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. … 60 more files in changeset.

Fixes #0001140: Ability to specify Timeout for Agents

Commit on behalf of Dmitry

INP-926

  1. … 6 more files in changeset.

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

INP-410

  1. … 2 more files in changeset.