In-Portal

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

Merge of "in-portal/branches/5.2.x@16189" to "in-portal/branches/5.3.x@16188".

    • -50
    • +85
    /branches/5.3.x/core/kernel/utility/debugger.php
    • -25
    • +6
    /branches/5.3.x/core/kernel/utility/logger.php
  1. … 26 more files in changeset.

Fixes INP-1214 - Prepare for usage with Jenkins/Phing

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

    • -0
    • +212
    /branches/5.2.x/tools/build/targets/common.xml
    • -0
    • +52
    /branches/5.2.x/tools/build/inc/custom_phpunit.xml
    • -0
    • +111
    /branches/5.2.x/tools/build/targets/db.xml
    • -6
    • +1588
    /branches/5.2.x/composer.lock
    • -0
    • +39
    /branches/5.2.x/tools/build/build_all.xml
    • -0
    • +70
    /branches/5.2.x/tools/build/targets/folders.xml
    • -0
    • +55
    /branches/5.2.x/tools/build/inc/phpunit.xml
    • -0
    • +27
    /branches/5.2.x/tools/build/build_custom.xml
    • -0
    • +13
    /branches/5.2.x/tools/build/build.properties.dist
    • -0
    • +44
    /branches/5.2.x/tools/build/targets/deploy.xml
    • -0
    • +50
    /branches/5.2.x/tools/build/inc/phpmd.xml

Fixes INP-1435 - Add Console command for running Scheduled Tasks

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

Fixes INP-1421 - Integrate Symfony Console Component

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

    • -0
    • +12
    /branches/5.3.x/core/kernel/application.php
    • -12
    • +116
    /branches/5.3.x/composer.lock
    • -0
    • +131
    /branches/5.3.x/core/kernel/Console/Command/ResetCacheCommand.php
    • -10
    • +12
    /branches/5.3.x/core/kernel/utility/event.php
    • -0
    • +40
    /branches/5.3.x/in-portal
    • -0
    • +89
    /branches/5.3.x/core/kernel/Console/ConsoleApplication.php
    • -42
    • +14
    /branches/5.3.x/tools/run_event.php
  1. … 8 more files in changeset.

Fixes INP-1424 - Don't call "refreshModuleInfo" twice in a row

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

Fixes INP-1425 - Don't report empty forms as missing

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

Fixes INP-1426 - Speed up admin tree cache building

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

Fixes INP-1423 - Don't use cached unit config clones in the middle of application initialization

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

Fixes INP-1079 - Routing Ideas

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

    • -2
    • +2
    /branches/5.3.x/tools/debug_sample.php
    • -8
    • +7
    /branches/5.3.x/core/kernel/application.php
    • -0
    • +295
    /branches/5.3.x/core/kernel/utility/Router/AbstractRouter.php
    • -0
    • +305
    /branches/5.3.x/core/units/general/MainRouter.php
  1. … 4 more files in changeset.

Fixes INP-1431 - Register own auto-loader before others

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

    • -1
    • +1
    /branches/5.3.x/core/kernel/utility/factory.php

Fixes INP-1429 - Class hierarchy analyzer

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

    • -0
    • +13
    /branches/5.3.x/core/kernel/application.php
    • -1
    • +100
    /branches/5.3.x/core/kernel/utility/factory.php

Fixes INP-1422 - Store class map on disk

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

    • -0
    • +1
    /branches/5.3.x/core/install/cache/.gitignore
    • -2
    • +2
    /branches/5.3.x/core/install/upgrades.php
    • -0
    • +341
    /branches/5.3.x/core/install/cache/class_structure.php
  1. … 18 more files in changeset.

Fixes INP-1315 - Reset cached sorting on sorting configuration change

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

Fixes INP-1398 - Tag "m_RenderElement" is not handling "result_to_var" param

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

    • -2
    • +11
    /branches/5.2.x/core/kernel/nparser/ntags.php

Fixes INP-1408 - The "grid_like_combo_filter" doesn't trigger search on ENTER press

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

Fixes INP-1406 - Change odd/even row color in SimpleGrid via jQuery

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

Fixes INP-1403 - Trim long argument values in trace

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

Fixes INP-1409 - Double weight in search relevance calculation

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

Fixes INP-1369 - Transform all hooks to "OnAfterConfigRead" event into hBEFORE

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

Fixes INP-1402 - Use "call_user_func" in System Log

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

    • -25
    • +3
    /branches/5.2.x/core/kernel/utility/logger.php

Fixes INP-1401 - Don't use "die" in Debugger

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

    • -50
    • +85
    /branches/5.2.x/core/kernel/utility/debugger.php

Fixes INP-1411 - Store empty value in form field as-as

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

Fixes INP-1407 - Move Arcanist linter options to new location

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

Fixes INP-1389 - The hardcoded empty option in "CountryStatesHelper::PopulateStates"

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

Fixes INP-1397 - Validate PHP syntax during linting

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

Fixes INP-1399 - Use relative paths during hash calculations

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

Merge of "in-portal/branches/5.2.x@16121" to "in-portal/branches/5.3.x@16111".

    • -3
    • +6
    /branches/5.3.x/core/units/fck/fck_eh.php
    • -0
    • +5
    /branches/5.3.x/core/kernel/db/dblist.php
    • -26
    • +32
    /branches/5.3.x/core/kernel/application.php
  1. … 23 more files in changeset.

Fixes INP-1396 - Automatically validate submitted patches

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

    • -0
    • +8
    /branches/5.2.x/.arclint

Fixes INP-1393 - Add description about "Except" header usage

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

Fixes INP-1394 - Enable Composer Support

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

    • -2
    • +11
    /branches/5.2.x/core/install/steps_db.xml
    • -0
    • +5
    /branches/5.2.x/composer.json
    • -2
    • +4
    /branches/5.2.x/core/install/prerequisites.php
    • -0
    • +59
    /branches/5.2.x/composer.lock
    • -1
    • +8
    /branches/5.2.x/core/kernel/startup.php