In-Portal

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. 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

    • -6
    • +23
    /branches/5.2.x/core/kernel/application.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. "inp2" namespace was missing for In-Portal tags, left inside HTML comments in a TPL files

INP-224

    • -1
    • +1
    /branches/5.2.x/core/kernel/nparser/nparser.php

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

Bug #0001131: Useful Product Review

1. change useful/not useful count via ajax

INP-924

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

    • -40
    • +109
    /branches/5.2.x/core/units/helpers/rating_helper.php

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

INP-950

Fixes #0001169: Issue with DBConnection during a Separate Install of Modules

Commit on behalf of Dmitry

INP-949

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

Bug #0001138: General Template Work

1. refresh page after login/register

2. integration of login box in header

TMST-1

Fixes #0001165: Doing separate module install doesn't insert language pack

INP-947

Bug #0001138: General Template Work

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

TMST-1

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
    /branches/5.2.x/core/units/helpers/ajax_form_helper.php

Fixes #0001164: Adding "empty_label" parameter to PredefinedOptions tag

INP-946

Fixes #0001163: Debugger report is affected by "reset.css" stylesheet

INP-945

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

INP-944

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

INP-943

Fixes #0001159: Language and Theme Links don't work without Template

INP-941

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

  1. … 8 more files in changeset.

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

INP-826

    • -24
    • +24
    /branches/5.2.x/core/install/install_data.sql
    • -2
    • +6
    /branches/5.2.x/core/kernel/constants.php
    • -1
    • +46
    /branches/5.2.x/core/install/upgrades.sql
    • -46
    • +44
    /branches/5.2.x/core/install/english.lang

Bug #0000268: Code Cleanup in 5.2.x branch

1. entering date in grid filter in a wrong format resulted fatal error

INP-224

    • -4
    • +42
    /branches/5.2.x/core/kernel/db/dblist.php

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

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

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

INP-940

    • -1
    • +7
    /branches/5.2.x/core/admin_templates/tree.tpl

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

Fixes #0000075: Denial permissions for "root" user

Commit on behalf of Erik

INP-63

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

Commit on behalf of Erik

INP-400

    • -0
    • +1
    /branches/5.2.x/core/install/install_data.sql
    • -0
    • +2
    /branches/5.2.x/core/install/upgrades.sql
    • -0
    • +2
    /branches/5.2.x/core/install/english.lang

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
    • +1
    /branches/5.2.x/core/install/install_data.sql
    • -2
    • +2
    /branches/5.2.x/core/admin_templates/login.tpl
    • -1
    • +15
    /branches/5.2.x/core/install/upgrades.sql
    • -3
    • +2
    /branches/5.2.x/core/install/english.lang