branches

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

Fixes INP-1445 - Inline CKEditor styles aren't working

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

    • -1
    • +3
    ./5.3.x/core/units/helpers/fck_helper.php

Fixes INP-1436 - PHP 7 compatibility issues

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

    • -10
    • +1
    ./5.3.x/core/kernel/db/db_connection.php
    • -42
    • +31
    ./5.3.x/core/kernel/db/dblist.php
    • -5
    • +4
    ./5.3.x/core/units/helpers/json_helper.php
    • -4
    • +13
    ./5.3.x/core/units/categories/cache_updater.php
    • -5
    • +5
    ./5.3.x/core/units/helpers/mailbox_helper.php
    • -1
    • +4
    ./5.3.x/core/install/install_toolkit.php

Fixes INP-1450 - Empty internal page dropdown during link adding in CKEditor

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

Fixes INP-1452 - CMS toolbar (in top frame) overwritten, when adding internal CKEditor link

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

Fixes INP-1462 - Simplify "kEvent" class constructor

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

    • -2
    • +2
    ./5.3.x/core/units/priorites/priority_eh.php
    • -366
    • +369
    ./5.3.x/core/kernel/utility/event.php
    • -10
    • +4
    ./5.3.x/core/kernel/application.php

Fixes INP-1463 - Use "http_build_query" for file editing link building

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

    • -3
    • +38
    ./5.3.x/core/kernel/utility/debugger.php

Fixes INP-1465 - Don't calculate "profiler enabled" state each time in class factory

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

    • -80
    • +98
    ./5.3.x/core/kernel/utility/factory.php

Fixes INP-1459 - Remove "Intechnic\" from namespace

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

    • -1
    • +1
    ./5.3.x/core/kernel/utility/factory.php
    • -40
    • +40
    ./5.3.x/core/install/cache/class_structure.php
  1. … 3 more files in changeset.

Marking r15851 (5.1.x branch) as merged in favor of r15850 (5.2.x branch)

Fixes INP-1427 - Don't execute currency-related code during installation

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

Fixes INP-1428 - Use "connectionOpened" method instead of "connectionOpened" property

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

    • -1
    • +1
    ./5.2.x/core/kernel/utility/logger.php

Fixes INP-1433 - Handle resource type in Debugger

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

    • -0
    • +4
    ./5.2.x/core/kernel/utility/debugger.php

Fixes INP-1373 - Admins are receiving e-mails with empty quotes

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

    • -3
    • +4
    ./5.2.x/core/units/users/users_tag_processor.php
    • -15
    • +15
    ./5.2.x/core/install/english.lang

Fixes INP-1419 - Manually added e-mail recipients not shown in log

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

    • -5
    • +43
    ./5.2.x/core/kernel/utility/email.php
    • -1
    • +64
    ./5.2.x/core/kernel/utility/email_send.php

Fixes INP-1417 - Cut trailing zeros properly

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

Fixes INP-1418 - Unable to show/hide custom toolbar button

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

    • -3
    • +14
    ./5.2.x/core/admin_templates/js/toolbar.js

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

    • -1
    • +1
    ./5.3.x/core/units/users/users_config.php
    • -1
    • +1
    ./5.3.x/core/units/forms/forms/forms_config.php
    • -50
    • +85
    ./5.3.x/core/kernel/utility/debugger.php
    • -25
    • +6
    ./5.3.x/core/kernel/utility/logger.php
    • -4
    • +10
    ./5.3.x/core/units/helpers/image_helper.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
    ./5.2.x/tools/build/targets/common.xml
    • -0
    • +52
    ./5.2.x/tools/build/inc/custom_phpunit.xml
    • -0
    • +111
    ./5.2.x/tools/build/targets/db.xml
    • -0
    • +39
    ./5.2.x/tools/build/build_all.xml
    • -0
    • +70
    ./5.2.x/tools/build/targets/folders.xml
    • -0
    • +55
    ./5.2.x/tools/build/inc/phpunit.xml
    • -0
    • +27
    ./5.2.x/tools/build/build_custom.xml
    • -0
    • +13
    ./5.2.x/tools/build/build.properties.dist
    • -0
    • +44
    ./5.2.x/tools/build/targets/deploy.xml
    • -0
    • +50
    ./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
    ./5.3.x/core/kernel/application.php
    • -0
    • +23
    ./5.3.x/core/kernel/Console/Command/IConsoleCommand.php
    • -0
    • +131
    ./5.3.x/core/kernel/Console/Command/ResetCacheCommand.php
    • -10
    • +12
    ./5.3.x/core/kernel/utility/event.php
    • -0
    • +42
    ./5.3.x/core/kernel/Console/ConsoleCommandProvider.php
    • -0
    • +89
    ./5.3.x/core/kernel/Console/ConsoleApplication.php
    • -0
    • +126
    ./5.3.x/core/kernel/Console/Command/RunEventCommand.php
    • -0
    • +136
    ./5.3.x/core/kernel/Console/Command/BuildClassMapCommand.php
    • -0
    • +79
    ./5.3.x/core/kernel/Console/Command/AbstractCommand.php
    • -0
    • +30
    ./5.3.x/core/kernel/Console/IConsoleCommandProvider.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

    • -2
    • +0
    ./5.3.x/core/install/install_toolkit.php

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

    • -18
    • +4
    ./5.3.x/core/units/helpers/sections_helper.php

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

    • -0
    • +295
    ./5.3.x/core/kernel/utility/Router/AbstractRouter.php
    • -0
    • +305
    ./5.3.x/core/units/general/MainRouter.php
    • -1
    • +0
    ./5.3.x/core/units/helpers/helpers_config.php
    • -0
    • +69
    ./5.3.x/core/kernel/utility/Router/AbstractReviewRouter.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
    ./5.3.x/core/kernel/utility/factory.php

Fixes INP-1429 - Class hierarchy analyzer

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

    • -0
    • +13
    ./5.3.x/core/kernel/application.php
    • -1
    • +100
    ./5.3.x/core/kernel/utility/factory.php
    • -1
    • +2197
    ./5.3.x/core/install/cache/class_structure.php

Fixes INP-1422 - Store class map on disk

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

    • -1
    • +1
    ./5.3.x/core/kernel/processors/main_processor.php
    • -2
    • +2
    ./5.3.x/core/units/helpers/helpers_config.php
    • -0
    • +435
    ./5.3.x/core/kernel/utility/ClassDiscovery/ClassMapBuilder.php
    • -0
    • +1
    ./5.3.x/core/install/cache/.gitignore
    • -0
    • +341
    ./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
    ./5.2.x/core/kernel/nparser/ntags.php