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

Fixes #0001129: Report Review

INP-923

    • -0
    • +88
    ./spam_reports/spam_report_tp.php
    • -0
    • +140
    ./spam_reports/spam_report_eh.php
    • -0
    • +110
    ./spam_reports/spam_reports_config.php
  1. … 7 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

    • -51
    • +44
    ./configuration/configuration_event_handler.php
  1. … 4 more files in changeset.

Bug #0001138: General Template Work

1. fixed "Division by Zero" notice, when no reviews for a product

TMST-1

Bug #0001132: Prev / Next Product Links

1. fixing 404 page was displayed when no prev/next link for non-product category item

2. unable to do prev/next for list that has HAVING filter

3. %1$s not replaced for sub-select queries inside custom fields

INP-925

  1. … 3 more files in changeset.

Bug #0001138: General Template Work

1. changing rating control, so it can be used with any prefix and also for printing read-only ratings not associated with any object

2. adding VotesIndicator tag to review tag processor allowing to show stars instead of just a number during review list printing

TMST-1

    • -0
    • +21
    ./reviews/reviews_tag_processor.php

Fixes #0001170: Anti-Spam protection check fails first time

INP-950

Bug #0001138: General Template Work

1. ability to display price decimals using separate HTML tag

2. mod rewrite builder for review list

3. display firstname and lastname instead of reviewed login

4. support for ajax-based review creation via same rev:OnCreate event

TMST-1

    • -2
    • +57
    ./reviews/reviews_tag_processor.php
    • -11
    • +30
    ./reviews/reviews_event_handler.php
  1. … 1 more file in changeset.

Bug #0001138: General Template Work

1. refresh page after login/register

2. integration of login box in header

TMST-1

Bug #0001138: General Template Work

1. return other field validation errors when validation single field (on blur)

TMST-1

  1. … 1 more file in changeset.

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

1. fixes mistakenly renamed "la_PhraseType_Both" phrase

INP-826

Bug #0001138: General Template Work

1. added php files for ajax-based real-time form field validation

TMST-1

    • -0
    • +72
    ./helpers/ajax_form_helper.php
  1. … 2 more files in changeset.

Fixes #0001162: Ability to specify module in theme.xml file

INP-944

  1. … 2 more files in changeset.

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