install_toolkit.php

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

Fixes INP-1838 - Set expiration limit for life-time cached keys

Differential Revision: http://qa.in-portal.org/D443

  1. … 11 more files in changeset.

Fixes INP-1750 - Support PHP Memcached extension for caching

Differential Revision: http://qa.in-portal.org/D351

  1. … 1 more file in changeset.

Fixes INP-1577 - CS fix all variable type comment

Differential Revision: http://qa.in-portal.org/D240

  1. … 177 more files in changeset.

[backported] Fixes INP-1638 - Create intermediate class to access /system/config.php file

Conflicts:

  • core/install/install_toolkit.php
  • core/units/helpers/modules_helper.php
  1. … 27 more files in changeset.

[backported] Fixes INP-1635 - Create IDBConnection interface

Conflicts:

  • core/kernel/db/db_connection.php
  • core/kernel/utility/unit_config.php
  1. … 21 more files in changeset.

[backported] Fixes INP-1607 - PHP 7 compatibility issues

  1. … 16 more files in changeset.

[backported] Fixes INP-1610 - Don't call "refreshModuleInfo" twice in a row

  1. … 10 more files in changeset.

Fixes INP-1507 - Flush OpCode cache for /system/config.php when it's changed

Differential Revision: http://qa.in-portal.org/D157

Fixes INP-1278 - Use ENT_QUOTES with 'htmlspecialchars'

  1. … 41 more files in changeset.

Fixes #0001423: Function "htmlspecialchars" breaks down UTF-8 encoding

INP-1176

  1. … 18 more files in changeset.

Fixes #0001318: More options to category cache rebuilding system

INP-1081

  1. … 7 more files in changeset.

Fixes #0001296: Wrong Path Saved with Root Domain Installation

INP-1064

  1. … 2 more files in changeset.

Bug #0001260: Broken URL Caching Mechanisms with Memcache disabled

1. string was given instead of kCache class when creating cache handler instances during installation

INP-1030

Fixes #0001221: Failed upgrade from 5.1.2

INP-996

  1. … 3 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. use SimpleXML for internal XML processing (not XML from external services)

INP-224

  1. … 3 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code (makeClass & recallObject methods)

INP-224

  1. … 138 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code

INP-224

  1. … 95 more files in changeset.

Fixes #0001206: Multilingual columns not created on separate module install

INP-981

  1. … 2 more files in changeset.

Fixes #0001201: Fatal error during Installation on States import with MySQL in Strict Mode

INP-976

  1. … 3 more files in changeset.

Fixes #0001011: Review and Rename Table Names in CORE

INP-815

  1. … 95 more files in changeset.

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

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

1. updated Java check (also in System Configuration step)

INP-343

  1. … 2 more files in changeset.

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

INP-343

  1. … 5 more files in changeset.

Fixes #0000969: New "System Configuration" installation step

INP-783

  1. … 5 more files in changeset.

Fixes #0001169: Issue with DBConnection during a Separate Install of Modules

Commit on behalf of Dmitry

INP-949

Fixes #0001165: Doing separate module install doesn't insert language pack

INP-947

Fixes #0001162: Ability to specify module in theme.xml file

INP-944

  1. … 3 more files in changeset.

Fixes #0001005: Incorrectly Detected BASE_PATH in Cron

Commit on behalf of Erik

INP-812

  1. … 11 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting scope keywords and fixing PHPDoc comments

INP-224

  1. … 117 more files in changeset.

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. … 14 more files in changeset.