application.php

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

Fixes #0001241: Automatic redirect from ?env= urls to their mod-rewrite equivalents results in fatal error

INP-1015

Fixes #0001240: Ability to detect event implementation

INP-1014

  1. … 6 more files in changeset.

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

INP-1001

  1. … 6 more files in changeset.

Fixes #0001234: Improvements to kDBConnection class (iterator, kDBConnectionDebug class)

INP-1009

  1. … 3 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixing wrong refactoring in @14714 revision resulted in mod-rewrite url being parsed before virtual to physical template mapping was loaded from cache

INP-224

  1. … 1 more file in changeset.

Bug #0001231: Bug in parallel cache rebuild protection

INP-1006

Fixes #0001224: Email event usage refactoring

INP-999

  1. … 4 more files in changeset.

Bug #0001215: Speed up page loading

INP-990

  1. … 6 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

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

INP-224

  1. … 138 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code

INP-224

  1. … 95 more files in changeset.

Fixes #0001215: Speed up page loading

INP-990

  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. … 8 more files 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. … 95 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 #0000058: Add Timezone Field to User record

Commit on behalf of Erik

INP-48

  1. … 11 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting visibility scope to kDBEventHandler methods

INP-224

  1. … 49 more files in changeset.

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

1. fixes formatting and missing $redirect_params variable declaration

INP-53

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

1. Use 302 redirects instead of 301 as described in Task originally

INP-53

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.

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 #0000981: Rename Agents section to "Scheduled Tasks"

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

INP-794

  1. … 20 more files in changeset.

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

INP-794

  1. … 24 more files in changeset.

Fixes #0001117: Version Control for Sections

INP-915

  1. … 43 more files in changeset.

Fixes #0001154: Optimization of TableFound function

INP-938

  1. … 6 more files in changeset.

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

INP-953

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