rewrite_url_processor.php

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

Fixes INP-1563 - Make "kApplication::QuickRun" method reusable

Differential Revision: http://qa.in-portal.org/D225

  1. … 4 more files in changeset.

Fixes INP-1557 - Use "http_build_query" to escape url parameters

  1. … 82 more files in changeset.

Fixes INP-1284 - Make category item rewrite listener state-less

  1. … 1 more file in changeset.

Fixes INP-1278 - Use ENT_QUOTES with 'htmlspecialchars'

  1. … 41 more files in changeset.

Fixes INP-1279 - Revert INP-1229 task

  1. … 1 more file in changeset.

Fixes INP-1229 - Section aware template

  1. … 1 more file in changeset.

Fixes INP-1232 - Custom rewrite listener unable to produce 404 page

Fixes #0001405: Urls with "&" are incorrectly parsed

INP-1161

Fixes #0001378: Sequential user login attempts result in a notice

INP-1137

Fixes #0001342: Make UTF-8 the only one supported language encoding

INP-1104

  1. … 22 more files in changeset.

Fixes #0001322: Allow to disable url caching during development

INP-1085

  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 #0001288: Improvements to rewrite listeners

INP-1057

Fixes #0001258: Cross theme item detail template cache

INP-1028

  1. … 1 more file in changeset.

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

INP-982

  1. … 17 more files in changeset.

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

INP-1001

  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. … 34 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. setting view scope of methods in kApplication

INP-224

  1. … 8 more files in changeset.

Fixes #0001011: Review and Rename Table Names in CORE

INP-815

  1. … 95 more files in changeset.

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

INP-942

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.

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

  1. … 2 more files in changeset.

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

INP-935

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
    • +980
    ./rewrite_url_processor.php
  1. … 22 more files in changeset.