In-Portal

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

Fixes #0001039: Incorrect detection of Referrer field in form submissions

INP-840

Fixes #0001058: Category not available during Link/Product (or any category item) creation

INP-859

Fixes #0001060: Debugger report not deleted on Logout

INP-861

    • -5
    • +1
    /branches/5.1.x/core/kernel/session/session.php

Fixes #0001031: User management internals refactoring

INP-833

    • -8
    • +7
    /branches/5.2.x/core/units/users/users_item.php
    • -1
    • +2
    /branches/5.2.x/core/install/english.lang
    • -3
    • +4
    /branches/5.2.x/core/install/install_data.sql
    • -1
    • +6
    /branches/5.2.x/core/kernel/constants.php
    • -1
    • +20
    /branches/5.2.x/core/install/upgrades.sql
  1. … 3 more files in changeset.

Bug #0001078: Unsubscribing from mailing list doesn't delete all related user data

1. merging from 5.1.x to 5.2.x because it's needed by #0001031 task.

INP-878

Fixes #0001078: Unsubscribing from mailing list doesn't delete all related user data

INP-878

Bug #0000823: User primary group isn't correctly set in session after it's login

1. merging from 5.1.x to 5.2.x because it's needed by #0001031 task.

INP-658

    • -2
    • +6
    /branches/5.2.x/core/units/users/users_item.php

Bug #0000941: Impossible to Subscribe to Newsletter

1. merging from 5.1.x to 5.2.x because it's needed by #0001031 task.

INP-756

Bug #0000268: Code Cleanup in 5.2.x branch

  • ability to override every system class, that is retrieved via factory (e.g. kEventManager)
  • all classes are created via kFactory class, so they can be overridden too
  • system object, like kUnitConfigReader class object are no longer stored in kFactory class
  • class registration in kApplication::RegisterDefaultClasses method rearranged into logical groups
  • design patterns, noted in class/method comments, when applicatable
  • unit config re-reading redesign by interface usage

INP-224

    • -1
    • +1
    /branches/5.2.x/core/kernel/startup.php
    • -1
    • +7
    /branches/5.2.x/core/kernel/constants.php
    • -36
    • +87
    /branches/5.2.x/core/kernel/application.php
    • -15
    • +7
    /branches/5.2.x/core/kernel/db/db_connection.php
    • -4
    • +6
    /branches/5.2.x/core/kernel/utility/factory.php
    • -0
    • +2
    /branches/5.2.x/core/kernel/event_manager.php

Committing 'svn:externals' property to 'releases/5.1.3-B2' in 'in-portal' module.

Releasing version 'releases/5.1.3-B2' (copy from 'branches/5.1.x') of 'in-portal' module.

Fixes #0001030: Multilingual custom fields not recorded on "Suggest Link" form

INP-832

    • -4
    • +22
    /branches/5.1.x/core/kernel/db/dbitem.php

Fixes #0001034: Improving Project Deployment Processes to DEV or LIVE servers

INP-835

    • -2
    • +2
    /branches/5.1.x/core/install/install_data.sql
    • -1
    • +4
    /branches/5.1.x/core/install/upgrades.sql
    • -0
    • +386
    /branches/5.1.x/core/units/helpers/deployment_helper.php
    • -0
    • +50
    /branches/5.1.x/tools/run_event.php
    • -0
    • +7
    /branches/5.1.x/core/install/english.lang

Fixes #0001053: Wrong sql length measurement in Upgrade Script

INP-854

Fixes #0000385: Copy/paste doesn't make category item filename unique

INP-320

Fixes #0001055: "Up" toolbar button in Catalog can go beyond "Home" category

INP-856

Fixes #0001068: Inability to use non-latin characters in flash uploader "Browse" button

INP-868

Fixes #0001067: Infinite loop, when attempting to create a category item without images entity

INP-867

Fixes #0001057: Translating missing phrases in debug mode

INP-858

Fixes #0001075: Homepage URL should be a Domain name

INP-875

    • -4
    • +9
    /branches/5.1.x/core/kernel/application.php

Committing 'svn:externals' property to 'releases/5.1.3-B1' in 'in-portal' module.

Releasing version 'releases/5.1.3-B1' (copy from 'branches/5.1.x') of 'in-portal' module.

Fixes #0001073: Menu cache isn't reset during category item import

INP-873

Fixes #0001062: Don't perform page design check, when there are no themes in the site

INP-863

Fixes #0001059: Links to external page are not processed in <inp2:c_CategoryLink/> tag

INP-860

Fixes #0001063: Incorrect permission is check to recalculate category/section priorities

INP-864

Fixes #0001070: Self-signed SSL certificates are not accepted by Curl in PHP4

INP-870

Fixes #0001072: Wrong Sorting for Sections under "Structure & Data" in Admin

INP-872

Fixes #0001069: Tree sections with ampersand in url can't be reloaded via ajax request

INP-869

    • -1
    • +2
    /branches/5.1.x/core/admin_templates/tree.tpl

Bug #0000947: Create new folder with restricted access from Web

1. Forgot to commit changes to curl_helper.php file

INP-761