In-Portal

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

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

1. auto-complete issue on Add/Edit User/Admin for Username and Password fields

2. now you can pass "autocomplete='off'" to inp_edit_box as param

3. auto-complete issue for ALL password fields

INP-963

Fixes #0001011: Review and Rename Table Names in CORE

INP-815

    • -7
    • +8
    /branches/5.2.x/core/install/upgrades.php
  1. … 81 more files in changeset.

Bug #0001117: Version Control for Sections

1. fixes upgrade script, that created missing PageRevisions for pages, that have content blocks

INP-915

    • -1
    • +1
    /branches/5.2.x/core/install/upgrades.php

Fixes #0001190: Theme language pack not upgraded on module upgrade

INP-967

Bug #0000413: System Requirements Check before In-Portal Installation

1. fixes inability to perform upgrade from 5.1.3 to 5.2.0 because of incorrect prerequisite check script

INP-343

Bug #0000268: Code Cleanup in 5.2.x branch

1. set error into item's ID field, when there was SQL error during kDBItem::Create or kDBItem::Update method calls

INP-224

    • -0
    • +2
    /branches/5.2.x/core/kernel/db/dbitem.php

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

1. php syntax error in simple interface preset, that resulted in SQL error during installation

INP-922

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting visibility scope/fixing phpdoc comments to kApplication methods

INP-224

    • -19
    • +85
    /branches/5.2.x/core/kernel/session/session.php
    • -151
    • +286
    /branches/5.2.x/core/kernel/application.php

Fixes #0000058: Add Timezone Field to User record

Commit on behalf of Erik

INP-48

    • -1
    • +1
    /branches/5.2.x/core/install/install_data.sql
    • -0
    • +6
    /branches/5.2.x/core/kernel/application.php
    • -0
    • +7
    /branches/5.2.x/core/install/upgrades.sql
    • -0
    • +1
    /branches/5.2.x/core/install/english.lang

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

1. forgot to remove agent files

INP-794

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting visibility scope to kDBEventHandler methods

INP-224

    • -3
    • +12
    /branches/5.2.x/core/units/skins/skin_eh.php
    • -6
    • +10
    /branches/5.2.x/core/units/files/file_eh.php
    • -7
    • +11
    /branches/5.2.x/core/units/themes/themes_eh.php
    • -9
    • +13
    /branches/5.2.x/core/kernel/event_handler.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

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

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

Fixes #0000399: SSL + Login Required options for Sections

INP-332

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

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

INP-966

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

Fixes #0000949: Change in user Email Validation process

Commit on behalf of Erik

INP-763

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

Bug #0000271: Redesign "Data Validation" Engine

1. auto-login of user after instant registration fails

INP-227

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

INP-965

Bug #0000990: Check that all configuration variables being used

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

INP-801

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

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

Commit on behalf of Erik

INP-745

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

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

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

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

Fixes #0000896: User Address Management in Admin

Commit on behalf of Erik

INP-723

    • -0
    • +4
    /branches/5.2.x/core/install/upgrades.sql
    • -7
    • +8
    /branches/5.2.x/core/install/english.lang

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