In-Portal

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

Bug #0000572: Refactor Currency Converter Class

Commit on behalf of Erik

MINC-39

Fixes #0001176: Implement usage of Variables added on "System Configuration" step

INP-954

Fixes #0001167: Improvements in Compressed CSS/JS File Naming

1. compressed file url format changed

INP-948

Fixes #0000852: Improvements to m_GetConfig tag

Commit on behalf of Erik

INP-685

Bug #0001133: One-step Checkout

1. event that returns given country states in JSON object format

MINC-81

Fixes #0001167: Improvements in Compressed CSS/JS File Naming

INP-948

Fixes #0001154: Optimization of TableFound function

INP-938

    • -5
    • +5
    /branches/5.2.x/core/install/upgrades.php
    • -3
    • +4
    /branches/5.2.x/core/kernel/application.php
    • -7
    • +17
    /branches/5.2.x/core/kernel/db/db_connection.php

Bug #0001094: Optimizing storage of help phrases

1. fixes case, when hints for untranslated phrases are displayed, but when phrase is translated then hint disappears

INP-894

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

INP-946

Bug #0001138: General Template Work

1. reload website header instead of doing complete page refresh after successful login

2. pass event redirect parameters into response sent by AjaxFormHelper::transitEvent method

TMST-1

Fixes #0001173: Wrong template on templates loaded via AJAX requests

INP-953

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

Fixes #0001172: Incorrect SQL when item load clause contains NULL

INP-952

    • -6
    • +3
    /branches/5.2.x/core/kernel/db/dbitem.php

Fixes #0001171: Fatal when trying to Relate Catalog Items

INP-951

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

1. fixes phrase type of "la_PhraseType_Both" phrase & phrase name of "lc_Text_Valid" phrase

INP-826

    • -2
    • +2
    /branches/5.2.x/core/install/english.lang

Bug #0001131: Useful Product Review

1. adds missing phrases on review editing page in Admin Console

INP-924

    • -0
    • +2
    /branches/5.2.x/core/install/english.lang

Fixes #0001129: Report Review

INP-923

    • -0
    • +1
    /branches/5.2.x/core/install/remove_schema.sql
    • -0
    • +13
    /branches/5.2.x/core/install/upgrades.sql
  1. /branches/5.2.x/core/admin_templates/spam_reports
    • -1
    • +10
    /branches/5.2.x/core/install/english.lang

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