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

Fixes #0001144: Checking Affiliate during installation cause sql error

Commit on behalf of Erik

MINC-86

    • -8
    • +16
    ./5.2.x/units/orders/orders_event_handler.php

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

INP-906

    • -1
    • +1
    ./5.2.x/units/products/products_config.php
    • -5
    • +5
    ./5.2.x/units/orders/orders_config.php
    • -1
    • +1
    ./5.2.x/units/coupons/coupons_config.php
    • -17
    • +30
    ./5.2.x/units/orders/orders_tag_processor.php

Bug #0000077: Remove "grid_float_range_filter" block

Commit on behalf of Erik

INP-65

    • -1
    • +1
    ./5.2.x/units/pricing/pricing_config.php
    • -32
    • +32
    ./5.2.x/units/reports/reports_event_handler.php
    • -1
    • +1
    ./5.2.x/units/orders/orders_config.php
    • -1
    • +1
    ./5.2.x/units/reports/reports_config.php
    • -2
    • +2
    ./5.2.x/units/shipping/shipping_config.php
    • -1
    • +1
    ./5.2.x/units/products/products_config.php
    • -2
    • +2
    ./5.2.x/units/coupons/coupons_config.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. making all rewrite and non-rewrite methods located into separate classes with shared interface

INP-224

    • -1
    • +1
    ./5.2.x/units/products/products_config.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixed some PhpDoc comments, that were not matching their method declarations

2. fixed some grammatical errors

3. most of file system interations (where folder is scanned for a specific content) are replaced with DirectoryIterator (from SPL)

INP-224

    • -52
    • +108
    ./5.2.x/units/orders/orders_event_handler.php
    • -20
    • +28
    ./5.2.x/units/shipping/shipping_event_handler.php
    • -0
    • +2
    ./5.2.x/units/orders/order_validator.php

Bug #0001005: Incorrectly Detected BASE_PATH in Cron

Commit on behalf of Erik

INP-812

Bug #0001077: Problems with category item import

Commit on behalf of Erik

INP-877

    • -1
    • +1
    ./5.2.x/units/products/products_config.php
    • -1
    • +1
    ./5.2.x/units/orders/orders_config.php
    • -111
    • +111
    ./5.2.x/admin_templates/import.tpl

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

INP-325

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixing typo error in mapPermissions method comment

INP-224

    • -13
    • +15
    ./5.2.x/units/affiliates/affiliates_tag_processor.php
    • -12
    • +12
    ./5.2.x/units/pricing/pricing_event_handler.php

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

Commit on behalf of Erik

INP-725

Bug #0000268: Code Cleanup in 5.2.x branch

1. more descriptive comment in affiliate link tags

INP-224

Bug #0000268: Code Cleanup in 5.2.x branch

1. empty manufacturer removed from products_config.php in favor of has_empty option in template

2. some more auto-complete statements

INP-224

    • -1
    • +1
    ./5.2.x/units/products/products_config.php

Bug #0001131: Useful Product Review

INP-924

Fixes #0001127: Change error reporting in shopping cart

MINC-79

    • -78
    • +27
    ./5.2.x/units/coupons/coupons_event_handler.php
    • -1
    • +37
    ./5.2.x/units/orders/orders_item.php
    • -80
    • +279
    ./5.2.x/units/orders/orders_event_handler.php
    • -0
    • +14
    ./5.2.x/units/helpers/helpers_config.php
    • -0
    • +142
    ./5.2.x/units/helpers/order_helper.php
    • -5
    • +15
    ./5.2.x/units/orders/order_calculator.php
    • -175
    • +289
    ./5.2.x/units/orders/orders_tag_processor.php
    • -7
    • +17
    ./5.2.x/units/orders/orders_config.php
    • -15
    • +18
    ./5.2.x/units/orders/order_manager.php
    • -12
    • +1
    ./5.2.x/units/coupons/coupons_config.php
  1. … 3 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting scope keywords and fixing PHPDoc comments

INP-224

    • -14
    • +57
    ./5.2.x/units/coupons/coupons_event_handler.php
    • -12
    • +40
    ./5.2.x/units/brackets/brackets_event_handler.php
    • -17
    • +53
    ./5.2.x/units/shipping/shipping_event_handler.php
    • -18
    • +30
    ./5.2.x/units/currencies/currencies_event_handler.php
  1. … 12 more files in changeset.

Bug #0000742: Create universal file mime type detection function

INP-589

Bug #0000271: Redesign "Data Validation" Engine

INP-227

    • -0
    • +3
    ./5.2.x/units/orders/orders_config.php
    • -227
    • +4
    ./5.2.x/units/orders/orders_item.php
    • -55
    • +85
    ./5.2.x/units/orders/orders_event_handler.php
    • -102
    • +202
    ./5.2.x/units/affiliates/affiliates_event_handler.php
    • -58
    • +87
    ./5.2.x/units/files/files_event_handler.php
    • -0
    • +245
    ./5.2.x/units/orders/order_validator.php

Bug #0001125: Prepare 5.2.0 release

1. adapting merged 5.1.3 code

INP-921

Merge of "w/in-commerce/releases/5.1.3@14552" to "w/in-commerce/branches/5.2.x@14569".

    • -16
    • +16
    ./5.2.x/units/taxes/taxes_config.php
    • -11
    • +11
    ./5.2.x/units/reports/reports_event_handler.php
  1. … 37 more files in changeset.

Merge of "w/in-commerce/releases/5.1.2@14312" to "w/in-commerce/branches/5.2.x@14475".

    • -14
    • +15
    ./5.2.x/units/taxes/taxes_config.php
    • -21
    • +10
    ./5.2.x/units/gateways/gateways_config.php
    • -14
    • +23
    ./5.2.x/units/orders/orders_config.php
    • -32
    • +39
    ./5.2.x/units/pricing/pricing_event_handler.php
  1. … 25 more files in changeset.

Bug #0001094: Optimizing storage of help phrases

INP-894

    • -11
    • +11
    ./5.1.x/units/reports/reports_event_handler.php
    • -22
    • +5
    ./5.1.x/units/pricing/pricing_config.php
    • -11
    • +11
    ./5.1.x/units/reports/reports_config.php
    • -11
    • +11
    ./5.1.x/units/shipping/shipping_config.php
    • -24
    • +23
    ./5.1.x/units/products/products_config.php
  1. … 23 more files in changeset.

Bug #0001074: Prepare 5.1.3 release

INP-874

Fixes #0001110: Affiliate link preview is broken on both Front-End and Admin Console

MINC-77

Fixes #0001102: Fatal error, when shipping is calculated for order with backorder products

MINC-76

Bug #0001083: Buttons "Home" and "Go Up" are not disabled when used from non-Sections tab

INP-883

    • -1
    • +2
    ./5.1.x/admin_templates/catalog_tab.tpl

Bug #0000964: Improvements to user Login field

1. forgot to commit 3rd patch

INP-778

Bug #0001074: Prepare 5.1.3 release

1. Adding 5.1.3-RC1 version

INP-874

Bug #0001076: Incorrect Default Item Template

Commit on behalf of Dmitry

INP-876

Bug #0001031: User management internals refactoring

INP-833

    • -14
    • +20
    ./5.2.x/units/pricing/pricing_event_handler.php
    • -28
    • +29
    ./5.2.x/units/products/products_event_handler.php
    • -3
    • +3
    ./5.2.x/units/orders/order_calculator.php

Bug #0000268: Code Cleanup in 5.2.x branch

  • class registration in kApplication::RegisterDefaultClasses method rearranged into logical groups

INP-224