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

Fixes #0001161: Resizing GIF images with white background gives "Color index 255 out of range" error

INP-943

Bug #0000268: Code Cleanup in 5.2.x branch

1. adding missing license/FULL_PATH constant checks (against direct PHP file opening from web-browser)

INP-224

    • -61
    • +75
    ./helpers/email_message_helper.php
    • -1
    • +3
    ./categories/categories_tag_processor.php
  1. … 13 more files in changeset.

Fixes #0001024: Phrase type detection based on it's name

INP-826

    • -13
    • +65
    ./phrases/phrases_event_handler.php
  1. … 9 more files in changeset.

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

    • -0
    • +19
    ./categories/categories_event_handler.php
  1. … 1 more file in changeset.

Fixes #0001158: Menu frame resize causes too much ajax requests

INP-940

  1. … 1 more file in changeset.

Fixes #0000075: Denial permissions for "root" user

Commit on behalf of Erik

INP-63

    • -30
    • +31
    ./helpers/permissions_helper.php

Fixes #0000483: Add option for searching all typed keyword inside single category item record

Commit on behalf of Erik

INP-400

  1. … 3 more files 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. … 5 more files in changeset.

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

INP-906

    • -1
    • +1
    ./logs/change_logs/change_logs_config.php
    • -1
    • +1
    ./mailing_lists/mailing_lists_config.php
    • -5
    • +5
    ./email_events/email_events_event_handler.php
  1. … 17 more files in changeset.

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

INP-331

    • -6
    • +64
    ./categories/categories_event_handler.php
    • -76
    • +27
    ./categories/categories_item.php
  1. … 2 more files in changeset.

Fixes #0000077: Remove "grid_float_range_filter" block

Commit on behalf of Erik

INP-65

  1. … 1 more file 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

    • -998
    • +34
    ./helpers/mod_rewrite_helper.php
    • -7
    • +0
    ./languages/languages_event_handler.php
    • -0
    • +250
    ./categories/categories_event_handler.php
    • -6
    • +6
    ./categories/categories_tag_processor.php
  1. … 14 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

    • -0
    • +525
    ./helpers/backup_helper.php
    • -449
    • +38
    ./admin/admin_events_handler.php
  1. … 1 more file 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

    • -46
    • +6
    ./modules/modules_event_handler.php
  1. … 48 more files in changeset.

Fixes #0001150: Theme file scanning too slow

INP-934

  1. … 1 more file in changeset.

Fixes #0001077: Problems with category item import

Commit on behalf of Erik

INP-877

    • -45
    • +57
    ./helpers/cat_dbitem_export_helper.php
  1. … 6 more files in changeset.

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

Commit on behalf of Erik

INP-560

  1. … 2 more files in changeset.

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

1. usage case

INP-325

    • -10
    • +19
    ./relationship/relationship_event_handler.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixing typo error in mapPermissions method comment

INP-224

    • -1
    • +1
    ./languages/languages_event_handler.php
    • -2
    • +2
    ./translator/translator_event_handler.php
    • -2
    • +2
    ./email_events/email_events_event_handler.php
    • -3
    • +14
    ./categories/categories_tag_processor.php
    • -2
    • +2
    ./permissions/permissions_event_handler.php
    • -3
    • +3
    ./selectors/selectors_event_handler.php
  1. … 2 more files in changeset.

Fixes #0000950: Log CURL requests to database table instead of file

Commit on behalf of Erik

INP-764

  1. … 5 more files in changeset.

Fixes #0001140: Ability to specify Timeout for Agents

Commit on behalf of Dmitry

INP-926

  1. … 5 more files in changeset.

Fixes #0000658: Extremely Long Priority numbers stored in Cache for "Parsed Sections"

Commit on behalf of Erik

INP-520

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

INP-325

    • -34
    • +87
    ./categories/categories_event_handler.php
  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. … 5 more files in changeset.

Fixes #0000898: Admin Interface for managing "Permission Types"

Commit on behalf of Erik

INP-725

    • -0
    • +40
    ./permission_types/permission_type_eh.php
    • -0
    • +107
    ./permission_types/permission_types_config.php
  1. … 9 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

    • -11
    • +11
    ./categories/categories_tag_processor.php
  1. … 3 more files in changeset.

Fixes #0001131: Useful Product Review

INP-924

    • -0
    • +12
    ./reviews/reviews_tag_processor.php
  1. … 3 more files in changeset.

Fixes #0001132: Prev / Next Product Links

INP-925

  1. … 4 more files in changeset.

Bug #0001125: Prepare 5.2.0 release

1. replaced kDBBase::SelectClause attribute direct usage with access methods

INP-921

    • -2
    • +2
    ./categories/categories_event_handler.php
  1. … 2 more files in changeset.

Fixes #0000939: New Agent to perform System Cleanup and Optimize Performance

Commit on behalf of Erik

INP-754