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

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.

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

INP-325

  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 #0001125: Prepare 5.2.0 release

1. adapting merged 5.1.3 code

2. custom field values were not saved

3. external page urls were not working from CategoryLink tag

INP-921

  1. … 4 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting scope keywords and fixing PHPDoc comments

INP-224

  1. … 115 more files in changeset.

Fixes #0000883: Site domain-based agents

INP-713

  1. … 6 more files in changeset.

Merge of "in-portal/releases/5.1.3@14548" to "in-portal/branches/5.2.x@14575".

  1. … 144 more files in changeset.

Fixes #0001123: Parallel cache rebuild problem could cause high server load

INP-919

  1. … 11 more files in changeset.

Fixes #0000964: Improvements to user Login field

INP-778

  1. … 6 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

  • ability to override every system class, that is retrieved via factory (e.g. kEventManager)
  • all classes are created via kFactory class, so they can be overridden too
  • system object, like kUnitConfigReader class object are no longer stored in kFactory class
  • class registration in kApplication::RegisterDefaultClasses method rearranged into logical groups
  • design patterns, noted in class/method comments, when applicatable
  • unit config re-reading redesign by interface usage

INP-224

  1. … 12 more files in changeset.

Bug #0001025: Automatically set "svn:keywords" property to PHP files

INP-827

  1. … 1003 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

Part 2 (see http://tracker.in-portal.org/view.php?id=268#bugnotes, bugnote 3206)

INP-224

    • -0
    • +631
    ./url_manager.php
    • -0
    • +574
    ./cache_manager.php
  1. … 13 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

Part 1 (see http://tracker.in-portal.org/view.php?id=268#bugnotes, bugnote 2970)

INP-224

    • -0
    • +188
    ./hook_manager.php
    • -0
    • +236
    ./agent_manager.php
    • -0
    • +435
    ./request_manager.php
  1. … 159 more files in changeset.