branches

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

Bug #0000981: Rename Agents section to "Scheduled Tasks"

1. forgot to remove agent files

INP-794

    • -181
    • +0
    ./5.2.x/core/units/scheduled_tasks/agent_eh.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting visibility scope to kDBEventHandler methods

INP-224

    • -19
    • +27
    ./5.2.x/core/units/users/users_event_handler.php
    • -3
    • +12
    ./5.2.x/core/units/skins/skin_eh.php
    • -6
    • +10
    ./5.2.x/core/units/files/file_eh.php
    • -5
    • +8
    ./5.2.x/core/units/filters/item_filter_eh.php
    • -7
    • +11
    ./5.2.x/core/units/themes/themes_eh.php
    • -9
    • +13
    ./5.2.x/core/kernel/event_handler.php
    • -2
    • +12
    ./5.2.x/core/units/priorites/priority_eh.php
  1. … 35 more files in changeset.

Bug #0001126: Implement Smart Filters

1. update other filter counters, when current filter is changed (only when config setting is enabled)

MINC-78

Bug #0001126: Implement Smart Filters

1. ability to exclude filters from being displayed (via "exclude_filters" parameter)

2. tag ListFilterOptions now adds "is_last" parameter to the block it renders

MINC-78

    • -0
    • +3
    ./5.2.x/core/units/filters/item_filter_tp.php
    • -0
    • +7
    ./5.2.x/core/units/filters/item_filter_eh.php

Fixes #0000399: SSL + Login Required options for Sections

INP-332

    • -0
    • +2
    ./5.2.x/core/install/install_schema.sql

Fixes #0001189: Site domain with empty "SSL Url" field is always matched as current on secure connection

INP-966

    • -3
    • +3
    ./5.2.x/core/units/helpers/site_helper.php

Bug #0000929: Ability to have Preferred Language for Front-end Users

1. hide new fields in admin console

INP-745

Fixes #0000068: Preventing "Infinite" Redirects on Front-End

INP-56

    • -15
    • +18
    ./5.2.x/core/kernel/db/db_event_handler.php

Fixes #0000949: Change in user Email Validation process

Commit on behalf of Erik

INP-763

    • -4
    • +63
    ./5.2.x/core/units/users/users_event_handler.php
    • -0
    • +44
    ./5.2.x/core/units/helpers/user_helper.php
    • -0
    • +2
    ./5.2.x/core/install/install_schema.sql
    • -0
    • +8
    ./5.2.x/core/units/users/users_config.php
    • -9
    • +93
    ./5.2.x/core/units/users/users_tag_processor.php

Bug #0000271: Redesign "Data Validation" Engine

1. auto-login of user after instant registration fails

INP-227

    • -3
    • +4
    ./5.2.x/core/units/users/users_event_handler.php

Fixes #0001188: Usage of current page title in navigation bar

INP-965

    • -1
    • +8
    ./5.2.x/core/units/helpers/category_helper.php

Bug #0000990: Check that all configuration variables being used

1. forgot to remove In-Link phrases from Core language pack

INP-801

Fixes #0000929: Ability to have Preferred Language for Front-end Users

Commit on behalf of Erik

INP-745

    • -1
    • +1
    ./5.2.x/core/units/helpers/rating_helper.php
    • -0
    • +19
    ./5.2.x/core/units/users/users_event_handler.php
    • -9
    • +7
    ./5.2.x/core/units/helpers/user_helper.php
    • -1
    • +1
    ./5.2.x/core/install/install_schema.sql
    • -0
    • +5
    ./5.2.x/core/units/users/users_config.php

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

1. fixes case with empty file list

INP-948

Fixes #0001186: Unable to change configuration on "Configuration -> Website -> Advanced" settings in Google Chrome

INP-963

Fixes #0000990: Check that all configuration variables being used

INP-801

Bug #0000398: Partially move kCatDBItem and CreategoryItem class contents to OnBefore/OnAfter events

1. fixes duplicate ResourceId on product import that has 2+ levels in category structure

INP-331

Bug #0000268: Code Cleanup in 5.2.x branch

1. visibility of OnUpdate event

2. kDBTagProcessor::getObject is now used instead kApplication::recallObject where appropriate

INP-224

    • -1
    • +2
    ./5.2.x/core/units/users/users_event_handler.php

Fixes #0000896: User Address Management in Admin

Commit on behalf of Erik

INP-723

Fixes #0000921: Add "Name" parameter to st_ContentBlock tag

Commit on behalf of Erik

INP-739

Bug #0001138: General Template Work

1. header login redirect code gives "non-object" warning, when admin tries to login

TMST-1

    • -1
    • +1
    ./5.2.x/core/units/users/users_event_handler.php

Bug #0000065: Add "Maintenance Mode" option for Website

1. fixes formatting and missing $redirect_params variable declaration

INP-53

Bug #0000065: Add "Maintenance Mode" option for Website

1. Use 302 redirects instead of 301 as described in Task originally

INP-53

Fixes #0000994: Create "3rd Party API Settings" Configuration sub-section in Admin

INP-805

Fixes #0001185: Ajax Dropdown suggestion list is displayed at incorrect location

INP-962

Fixes #0001183: Separate setting for default Email Sender / Recipients

Done Additionally:

1. wrong constants were used on "Settings" tab (e-mail event editing page) resulting JS error

2. e-mail sending to a group, specified on "Settings" tab (e-mail event editing page) wasn't working

INP-960

    • -0
    • +1
    ./5.2.x/core/install/install_schema.sql
    • -2
    • +2
    ./5.2.x/core/units/users/users_tag_processor.php
  1. … 4 more files in changeset.

Bug #0000493: Redirect template (kEvent::redirect attribute) has no effect, when popups are used

1. always do URLENCODE of urls, that are being processed via kOpenerStack class

INP-410

Fixes #0001108: Selecting "Symlink Category" resets all category adding form fields

1. "Show All" mode generated JavaScript error

INP-907

Fixes #0000065: Add "Maintenance Mode" option for Website

INP-53

    • -0
    • +14
    ./5.2.x/core/kernel/processors/main_processor.php
    • -1
    • +14
    ./5.2.x/core/kernel/managers/cache_manager.php
    • -27
    • +31
    ./5.2.x/core/admin_templates/login.tpl
    • -10
    • +78
    ./5.2.x/core/kernel/application.php
    • -0
    • +2
    ./5.2.x/core/kernel/db/db_connection.php

Fixes #0001128: Implement "Promo Blocks" functionality as on Intechnic.com

1. added promo block group feature, that groups promo blocks together

INP-922

    • -2
    • +19
    ./5.2.x/core/install/install_schema.sql
  1. ./5.2.x/core/admin_templates/promo_block_groups
    • -11
    • +13
    ./5.2.x/core/install/install_data.sql
  2. … 10 more files in changeset.