In-Portal

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

Fixes #0001254: Incorrect Values List in Session Management Method setting

Commit on behalf of Dmitry

INP-1024

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

Fixes #0001222: Incorrect PageInfo Mapping and Navbar

INP-997

    • -0
    • +2
    /branches/5.2.x/core/install/upgrades.sql
    • -0
    • +374
    /branches/5.2.x/core/units/helpers/navigation_bar.php

Fixes #0001243: Add new "User Subscriptions" section

INP-1017

    • -1
    • +1
    /branches/5.2.x/core/kernel/event_handler.php
    • -2
    • +10
    /branches/5.2.x/core/install/english.lang
    • -0
    • +5
    /branches/5.2.x/core/install/install_data.sql
    • -1
    • +74
    /branches/5.2.x/core/kernel/db/dblist.php
  1. … 3 more files in changeset.

Fixes #0001249: Unit config prefixes with dashes ("-") not always work, when used in openSelector JavaScript function

INP-1022

Bug #0001236: Direct Editing of Catalog Items and Prefixes in Content Mode

1. adds changes to "nparser.php" file, that I forgot to commit initially

INP-1011

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

Fixes #0001247: Sql error on priorities recalculation for list without parent constrain

INP-1021

Fixes #0001246: Fix unit config generator to produce column phrase compatible grid declaration

INP-1020

Fixes #0001245: Template aliases (#....#) don't work in "Design Mode"

INP-1019

Fixes #0001244: Content block changes not saved, when switching language in editing window

INP-1018

Fixes #0001236: Direct Editing of Catalog Items and Prefixes in Content Mode

INP-1011

    • -0
    • +53
    /branches/5.2.x/core/units/content/content_tp.php
    • -0
    • +1
    /branches/5.2.x/core/install/english.lang

Bug #0001207: Ability to subscribe to any system event from e-mail event

1. adds missing phrases

INP-982

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

Fixes #0001242: Hint Translation Not Available When Not in Debug Mode

INP-1016

Bug #0001207: Ability to subscribe to any system event from e-mail event

1. adds missing upgrade script

INP-982

    • -0
    • +15
    /branches/5.2.x/core/install/upgrades.sql

Fixes #0001207: Ability to subscribe to any system event from e-mail event

INP-982

    • -1
    • +77
    /branches/5.2.x/core/kernel/kbase.php
    • -9
    • +10
    /branches/5.2.x/core/kernel/db/dbitem.php
    • -0
    • +15
    /branches/5.2.x/core/kernel/event_handler.php
    • -0
    • +131
    /branches/5.2.x/core/kernel/event_manager.php
    • -2
    • +13
    /branches/5.2.x/core/kernel/utility/debugger.php
    • -0
    • +18
    /branches/5.2.x/core/kernel/application.php
  1. … 3 more files in changeset.

Fixes #0001241: Automatic redirect from ?env= urls to their mod-rewrite equivalents results in fatal error

INP-1015

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

Fixes #0001240: Ability to detect event implementation

INP-1014

    • -0
    • +12
    /branches/5.2.x/core/kernel/application.php
    • -4
    • +19
    /branches/5.2.x/core/kernel/event_handler.php
    • -1
    • +21
    /branches/5.2.x/core/kernel/event_manager.php

Fixes #0001238: Giving empty "to_name" and "to_email" parameters during e-mail sending results in Fatal Error

INP-1013

Fixes #0001237: Cursor isn't focused on username field on admin login form

INP-1012

    • -2
    • +2
    /branches/5.2.x/core/admin_templates/login.tpl

Fixes #0001226: Storing function "crc32" results in database problem

INP-1001

    • -1
    • +1
    /branches/5.2.x/core/kernel/application.php
    • -0
    • +11
    /branches/5.2.x/core/kernel/globals.php
    • -0
    • +20
    /branches/5.2.x/core/install/upgrades.sql

Bug #0001234: Improvements to kDBConnection class (iterator, kDBConnectionDebug class)

1. adds GetColIterator method

2. replaces mysql_fetch_array to mysql_fetch_assoc method call inside iterators

INP-1009

    • -1
    • +15
    /branches/5.2.x/core/kernel/db/db_connection.php

Fixes #0001235: Getting Fatal error on link export in catalog

INP-1010

Bug #0001234: Improvements to kDBConnection class (iterator, kDBConnectionDebug class)

1. ensures, that GetIterator method would be called on slave connections only

INP-1009

Fixes #0001234: Improvements to kDBConnection class (iterator, kDBConnectionDebug class)

INP-1009

    • -1
    • +2
    /branches/5.2.x/core/kernel/application.php
    • -155
    • +512
    /branches/5.2.x/core/kernel/db/db_connection.php

Bug #0000485: Create more control over sent emails

1. Fixes issue, that custom html design template were ignored when multiple modules were installed along with In-Portal.

INP-402

Fixes #0001225: Additional checks to perform on "System Requirements" step before installation/upgrade

INP-1000

    • -12
    • +32
    /branches/5.2.x/core/install/prerequisites.php

Fixes #0001230: Issue with Username Validation on User Registration & Edit

INP-1005

Fixes #0001229: Missing Permissions for Item Filters and Spam Reports on Clean install

INP-1004

    • -5
    • +11
    /branches/5.2.x/core/install/install_data.sql
    • -2
    • +8
    /branches/5.2.x/core/install/upgrades.sql

Fixes #0001233: Incorrect error message during field value length validation

INP-1008

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixing wrong refactoring in @14714 revision resulted in mod-rewrite url being parsed before virtual to physical template mapping was loaded from cache

INP-224

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

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code ($event->getObject calls in helpers)

INP-224