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

Merge of "in-portal/releases/5.1.3@14548" to "in-portal/branches/5.2.x@14575".

    • -6
    • +2
    ./core/kernel/session/session_storage.php
    • -1
    • +17
    ./core/units/users/users_event_handler.php
    • -10
    • +12
    ./core/units/images/image_tag_processor.php
  1. … 132 more files in changeset.

Bug #0001123: Parallel cache rebuild problem could cause high server load

1. fixing infinite unit config cache waiting during installation

INP-919

    • -10
    • +12
    ./core/kernel/utility/unit_config_reader.php

Bug #0001114: Installation fails after "Select Modules" step

1. merging from 5.1.x to 5.2.x because can't complete installation

INP-912

Bug #0001125: Prepare 5.2.0 release

1. adapting merged 5.1.2 code

INP-921

Merge of "in-portal/releases/5.1.2@14308" to "in-portal/branches/5.2.x@14560".

    • -14
    • +25
    ./core/kernel/session/session_storage.php
    • -2
    • +21
    ./core/units/users/users_event_handler.php
    • -11
    • +12
    ./core/units/images/image_tag_processor.php
    • -0
    • +25
    ./core/admin_templates/users/image_edit.tpl
    • -0
    • +1
    ./admin/system_presets/simple/languages_lang.php
  1. … 84 more files in changeset.

Fixes #0001123: Parallel cache rebuild problem could cause high server load

INP-919

    • -7
    • +21
    ./core/units/helpers/category_helper.php
    • -6
    • +13
    ./core/units/helpers/sections_helper.php
    • -12
    • +105
    ./core/kernel/managers/cache_manager.php
    • -22
    • +133
    ./core/kernel/utility/cache.php
    • -4
    • +11
    ./core/units/helpers/site_helper.php
    • -4
    • +11
    ./core/units/helpers/menu_helper.php

Fixes #0001122: Ignore PhpStorm configuration files in SVN repository

INP-918

Bug #0001095: Error messages are displayed on unrelated forms

1. adaptation for 5.2.x code

INP-895

    • -7
    • +7
    ./core/units/users/users_event_handler.php

Bug #0001095: Error messages are displayed on unrelated forms

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

INP-895

    • -82
    • +56
    ./core/units/users/users_event_handler.php
    • -0
    • +39
    ./core/units/users/users_config.php
    • -3
    • +5
    ./core/units/users/users_tag_processor.php

Bug #0000951: User isn't automatically logged-in, when "Immediate" user registration mode is used

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

INP-765

    • -2
    • +4
    ./core/units/users/users_event_handler.php

Fixes #0001050: Ability to access Disabled Section with Direct Link

INP-851

Bug #0001056: No way to open disabled page from Admin Console

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

INP-857

Fixes #0000948: Change in "Forgot Password" logic

INP-762

    • -129
    • +108
    ./core/units/users/users_event_handler.php
    • -0
    • +34
    ./core/units/helpers/user_helper.php
    • -4
    • +2
    ./admin/system_presets/simple/users_u.php
    • -77
    • +59
    ./core/units/users/users_tag_processor.php

Bug #0001044: Expiration of registration with "Email Activation" can't be changed

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

INP-845

    • -12
    • +26
    ./core/units/users/users_tag_processor.php

Fixes #0000778: Improvements to Create User & Admin form in Admin

INP-618

    • -0
    • +70
    ./core/admin_templates/users/user_blocks.tpl
    • -18
    • +79
    ./core/units/users/users_event_handler.php
    • -2
    • +11
    ./core/admin_templates/users/admins_edit.tpl
    • -1
    • +0
    ./core/admin_templates/incs/form_blocks.tpl
    • -2
    • +10
    ./core/admin_templates/users/users_edit.tpl

Fixes #0000964: Improvements to user Login field

INP-778

    • -30
    • +18
    ./core/units/users/users_event_handler.php
    • -0
    • +1
    ./core/kernel/managers/cache_manager.php
    • -7
    • +16
    ./core/units/users/users_config.php
    • -12
    • +16
    ./core/units/users/users_item.php

Bug #0001080: Users can register without password, when automatic passwords are turned off

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

INP-880

    • -4
    • +6
    ./core/units/users/users_event_handler.php

Fixes #0001031: User management internals refactoring

INP-833

    • -166
    • +183
    ./core/units/users/users_event_handler.php
    • -1
    • +3
    ./core/admin_templates/users/admins_edit.tpl
    • -12
    • +14
    ./core/units/users/users_config.php
  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

    • -2
    • +3
    ./core/units/users/users_event_handler.php
    • -1
    • +1
    ./core/kernel/utility/temp_handler.php

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

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

    • -2
    • +4
    ./core/units/users/users_event_handler.php

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

    • -3
    • +0
    ./core/kernel/managers/hook_manager.php
    • -0
    • +61
    ./core/kernel/managers/cache_manager.php
    • -16
    • +16
    ./core/kernel/utility/unit_config_reader.php
    • -3
    • +0
    ./core/kernel/managers/agent_manager.php
    • -1
    • +1
    ./core/kernel/utility/temp_handler.php

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

INP-827

    • binary
    ./core/admin_templates/img/button_back.gif
  1. … 993 more files in changeset.

Bug #0000974: Several warnings from adodb time library, while used on PHP 5.3

Manual merge.

INP-787

    • -3
    • +12
    ./core/kernel/utility/adodb-time.inc.php

Bug #0000268: Code Cleanup in 5.2.x branch

Part 2 (see http://tracker.in-portal.org/view.php?id=268#bugnotes, bugnote 3206)

INP-224

    • -60
    • +18
    ./core/kernel/languages/phrases_cache.php
    • -1
    • +1
    ./core/units/helpers/category_helper.php
    • -0
    • +631
    ./core/kernel/managers/url_manager.php
    • -5
    • +7
    ./core/units/users/users_event_handler.php
    • -0
    • +574
    ./core/kernel/managers/cache_manager.php
    • -119
    • +18
    ./core/kernel/utility/unit_config_reader.php
    • -912
    • +103
    ./core/kernel/application.php
    • -4
    • +1
    ./core/units/admin/admin_tag_processor.php
    • -8
    • +11
    ./core/units/admin/admin_events_handler.php

Bug #0000268: Code Cleanup in 5.2.x branch

Part 1 (see http://tracker.in-portal.org/view.php?id=268#bugnotes, bugnote 2970)

Duplicate <?php tag removed

INP-224

    • -1
    • +0
    ./core/kernel/interfaces/cacheable.php

Bug #0000268: Code Cleanup in 5.2.x branch

Part 1 (see http://tracker.in-portal.org/view.php?id=268#bugnotes, bugnote 2970)

INP-224

Bug #0000268: Code Cleanup in 5.2.x branch

Part 1 (see http://tracker.in-portal.org/view.php?id=268#bugnotes, bugnote 2970)

INP-224

    • -0
    • +466
    ./core/kernel/session/session_storage.php
    • -0
    • +188
    ./core/kernel/managers/hook_manager.php
    • -32
    • +32
    ./core/units/users/users_event_handler.php
    • -12
    • +32
    ./core/units/forms/forms/forms_eh.php
    • -127
    • +133
    ./core/kernel/utility/factory.php
    • -0
    • +10
    ./core/kernel/utility/debugger/debugger.js
  1. … 148 more files in changeset.

Merge of "in-portal/releases/5.1.1@14072" to "in-portal/branches/5.2.x@13841".

    • -36
    • +18
    ./core/admin_templates/skins/skin_edit.tpl
    • -1
    • +1
    ./core/units/helpers/themes_helper.php
  1. … 178 more files in changeset.

Committing 'svn:externals' property to 'branches/5.2.x' in 'in-portal' module.