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

Fixes #0001322: Allow to disable url caching during development

INP-1085

  1. … 1 more file in changeset.

Fixes #0001311: Wrong domain used in direct access links

INP-1076

  1. … 1 more file in changeset.

Fixes #0001279: Improve Mod-Rewrite URL Parser to Support GET params

INP-1048

  1. … 3 more files in changeset.

Fixes #0001300: Cross-theme links produce incorrect urls

INP-1067

Fixes #0001288: Improvements to rewrite listeners

INP-1057

Fixes #0001258: Cross theme item detail template cache

INP-1028

  1. … 1 more file in changeset.

Fixes #0001248: Email Notifications about New Topic and New Post

MINB-20

    • -0
    • +204
    ./subscription_manager.php
  1. … 1 more file in changeset.

Fixes #0001256: Tag "m_IsActive" not working when physical template is accessed via mod-rewrite url

INP-1026

  1. … 3 more files in changeset.

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.