kernel

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

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

INP-935

Bug #0000398: Partially move kCatDBItem and CreategoryItem class contents to OnBefore/OnAfter events

1. fixing problem with ResourceId field not being reset before category/category item is cloned

INP-331

  1. … 1 more file in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. store UserGroups to session in case, when it's saved to database just after creation (when using "Browse Mode")

INP-224

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

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.

Fixes #0001107: Logical changes on user registration/my profile forms

INP-906

  1. … 29 more files in changeset.

Fixes #0000398: Partially move kCatDBItem and CreategoryItem class contents to OnBefore/OnAfter events

INP-331

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

    • -433
    • +206
    ./managers/url_manager.php
    • -0
    • +127
    ./managers/url_processor.php
    • -0
    • +295
    ./managers/plain_url_processor.php
    • -0
    • +980
    ./managers/rewrite_url_processor.php
  1. … 10 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. all backup/restore code moved out from "admin" unit to BackupHelper (new class)

2. removed analogs of "getmicrotime" function

INP-224

  1. … 4 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. debugger weren't shown on database connection error

INP-224

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

Fixes #0001150: Theme file scanning too slow

INP-934

  1. … 1 more file in changeset.

Fixes #0001106: Sorting setting storage improvement ideas

Commit on behalf of Erik

INP-905

  1. … 1 more file in changeset.

Fixes #0001027: Tag, to display given option title

INP-829

  1. … 1 more file in changeset.

Fixes #0001143: Ability to cut trailing zeros from field value being displayed

INP-929

Fixes #0001145: Parameter "as_preg" doesn't work in SearchInputName tag

INP-930

Fixes #0000653: Make "kDateFormatter" support date format constants in "format" parameter

Commit on behalf of Erik

INP-515

    • -1
    • +1
    ./utility/formatters/date_formatter.php

Fixes #0001005: Incorrectly Detected BASE_PATH in Cron

Commit on behalf of Erik

INP-812

  1. … 10 more files in changeset.

Fixes #0001077: Problems with category item import

Commit on behalf of Erik

INP-877

  1. … 7 more files in changeset.

Fixes #0000709: Make "kUploadFormatter::_ensureUniqueFilename" more accessible

Commit on behalf of Erik

INP-560

    • -29
    • +3
    ./utility/formatters/upload_formatter.php
  1. … 1 more file in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixing typo error in mapPermissions method comment

INP-224

  1. … 15 more files in changeset.

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

1. small refactoring

2. transforming the code, so openerStackChange method is no longer needed

INP-410

Fixes #0001149: Tag FieldModifier doesn't work with multilingual fields

INP-933

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

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

INP-325

    • -0
    • +194
    ./utility/opener_stack.php
  1. … 1 more file in changeset.

Fixes #0001105: Add "Login as User" button to user list in Admin

Commit on behalf of Erik

INP-904

  1. … 6 more files in changeset.

Bug #0000397: Ability to work with main event from OnBefore/OnAfter type events called from kDBItem class

1. Fixes problem, when objects created within temp handler were not having reference to event, that called temp handler method in first place

INP-330

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixing auto-complete issues in PhpStorm

INP-224

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