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. new "ord:ContinueShoppingLink" tag

2. fixed typo error in OrderCalculator class

INP-224

    • -9
    • +6
    ./units/orders/orders_event_handler.php
    • -0
    • +23
    ./units/orders/orders_tag_processor.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. don't show "0" as unfinished review ID in Admin Console

2. move hidden fields outside of table, located in "scroll_container" div (prevents duplicate top border above that table)

INP-224

    • -2
    • +3
    ./admin_templates/products/review_edit.tpl

Fixes #0001168: Affiliate user gets paid for non-affiliate orders from same payout period

MINC-89

Bug #0001138: General Template Work

1. integrating currency selectors (in modern-store theme)

TMST-1

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
    • +3
    ./units/pricing/pricing_event_handler.php

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

INP-826

Fixes #0001144: Checking Affiliate during installation cause sql error

Commit on behalf of Erik

MINC-86

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

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

INP-906

    • -2
    • +2
    ./units/affiliates/affiliates_config.php
    • -1
    • +1
    ./units/reports/reports_event_handler.php
    • -17
    • +30
    ./units/orders/orders_tag_processor.php

Bug #0000077: Remove "grid_float_range_filter" block

Commit on behalf of Erik

INP-65

    • -32
    • +32
    ./units/reports/reports_event_handler.php
    • -1
    • +1
    ./units/discounts/discounts_config.php
    • -6
    • +6
    ./units/order_items/order_items_config.php
    • -1
    • +1
    ./units/currencies/currencies_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

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

    • -1
    • +3
    ./units/gateways/gw_classes/ideal_nl.php
    • -52
    • +108
    ./units/orders/orders_event_handler.php
    • -12
    • +16
    ./units/gateways/gw_event_handler.php
    • -4
    • +6
    ./units/orders/orders_tag_processor.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

    • -111
    • +111
    ./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

    • -1
    • +1
    ./units/coupons/coupons_event_handler.php
    • -1
    • +1
    ./units/orders/orders_event_handler.php
    • -12
    • +12
    ./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

Bug #0001131: Useful Product Review

INP-924

    • -0
    • +3
    ./admin_templates/products/review_edit.tpl

Fixes #0001127: Change error reporting in shopping cart

MINC-79

    • -78
    • +27
    ./units/coupons/coupons_event_handler.php
    • -80
    • +279
    ./units/orders/orders_event_handler.php
    • -0
    • +14
    ./units/helpers/helpers_config.php
    • -0
    • +142
    ./units/helpers/order_helper.php
    • -5
    • +15
    ./units/orders/order_calculator.php
    • -175
    • +289
    ./units/orders/orders_tag_processor.php
    • -0
    • +1
    ./units/order_items/order_items_config.php
    • -15
    • +18
    ./units/orders/order_manager.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
    ./units/coupons/coupons_event_handler.php
    • -1
    • +9
    ./units/destinations/dst_event_handler.php
  1. … 12 more files in changeset.

Bug #0000742: Create universal file mime type detection function

INP-589

    • -8
    • +7
    ./units/orders/orders_event_handler.php

Bug #0000271: Redesign "Data Validation" Engine

INP-227

    • -30
    • +45
    ./units/affiliates/affiliates_config.php
    • -55
    • +85
    ./units/orders/orders_event_handler.php
    • -102
    • +202
    ./units/affiliates/affiliates_event_handler.php
    • -58
    • +87
    ./units/files/files_event_handler.php
    • -0
    • +245
    ./units/orders/order_validator.php

Bug #0001125: Prepare 5.2.0 release

1. adapting merged 5.1.3 code

INP-921

    • -2
    • +2
    ./units/coupons/coupons_event_handler.php

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

    • -1
    • +1
    ./admin_templates/orders/orders_edit_preview.tpl
    • -15
    • +24
    ./units/shipping_quote_engines/usps.php
    • -11
    • +11
    ./units/reports/reports_event_handler.php
    • -8
    • +8
    ./units/discounts/discounts_config.php
    • -2
    • +2
    ./units/order_items/order_items_config.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".

    • -35
    • +3
    ./admin_templates/discounts/coupon_clone_selector.tpl
    • -0
    • +25
    ./admin_templates/products/file_edit.tpl
    • -2
    • +2
    ./admin_templates/orders/orders_edit_preview.tpl
    • -1
    • +1
    ./units/gateways/gw_classes/multicards.php
    • -3
    • +12
    ./admin_templates/products/images_edit.tpl
    • -6
    • +1
    ./units/reports/reports_tag_processor.php
    • -21
    • +10
    ./units/gateways/gateways_config.php
    • -14
    • +23
    ./units/orders/orders_config.php
    • -32
    • +39
    ./units/pricing/pricing_event_handler.php
  1. … 25 more files in changeset.

Bug #0000964: Improvements to user Login field

1. forgot to commit 3rd patch

INP-778

Bug #0001031: User management internals refactoring

INP-833

    • -14
    • +20
    ./units/pricing/pricing_event_handler.php

Bug #0000268: Code Cleanup in 5.2.x branch

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

INP-224

    • -8
    • +9
    ./units/currencies/currencies_config.php

Bug #0001025: Automatically set "svn:keywords" property to PHP files

INP-827

    • -0
    • +0
    ./units/gateways/gw_classes/multicards.php
    • -0
    • +0
    ./admin_templates/orders/orders_backorders_list.tpl
    • -0
    • +0
    ./admin_templates/orders/export/export.tpl
    • -0
    • +0
    ./admin_templates/products/images_edit.tpl
    • -0
    • +0
    ./units/reports/reports_event_handler.php
    • binary
    ./admin_templates/img/toolbar/tool_recalculate_order_f2.gif
  1. … 304 more files in changeset.