In-Portal

Checkout Tools
  • last updated 2 days ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Fixes INP-1876 - Verify system settings access permissions before allowing to change them

Differential Revision: https://qa.in-portal.org/D486

Fixes INP-1880 - Fix notice on missing event permission mapping

Differential Revision: https://qa.in-portal.org/D491

Fixes INP-1887 - Don't define the "EDITING_MODE" constant in the Installation Wizard

Differential Revision: https://qa.in-portal.org/D498

Fixes INP-1888 - Detect Memcache availability during installation using Memcache/Memcached PHP modules

Differential Revision: https://qa.in-portal.org/D499

    • -1
    • +1
    /branches/5.2.x/core/install/prerequisites.php

Fixes INP-1889 - Don't use DB Load Balancer during PHPUnit Testing

Differential Revision: https://qa.in-portal.org/D500

    • -0
    • +1
    /branches/5.2.x/core/kernel/tests/bootstrap.php

Fixes INP-1891 - Display PHP errors in the Phing build log

Differential Revision: https://qa.in-portal.org/D502

    • -1
    • +1
    /branches/5.2.x/tools/build/targets/folders.xml

Bug INP-1894 - Extract "Change Log" code to a central place

Differential Revision: https://qa.in-portal.org/D505

Fixes INP-1905 - Clear the "Temp Mode" flag after the Temp Table removal from the "OnCancelEdit" event

Differential Revision: https://qa.in-portal.org/D516

Fixes INP-1908 - Discard template parser opened output buffers before doing a redirect

Differential Revision: https://qa.in-portal.org/D519

    • -0
    • +5
    /branches/5.2.x/core/kernel/application.php

Fixes INP-1910 - Allow specifying upcoming System Log record defaults

Differential Revision: https://qa.in-portal.org/D521

    • -0
    • +90
    /branches/5.2.x/core/kernel/utility/logger.php
    • -0
    • +2
    /branches/5.2.x/core/kernel/application.php

Fixes INP-1853 - Use the "\kUtil::varDumpColorized" method in the System Log Web UI

Differential Revision: https://qa.in-portal.org/D459

Fixes INP-1852 - Create the "\kUtil::varDumpColorized" method

Differential Revision: https://qa.in-portal.org/D458

    • -0
    • +84
    /branches/5.2.x/core/kernel/globals.php

Fixes INP-1854 - Create global switch for Web Request/Session Data logging into the System Log

Differential Revision: https://qa.in-portal.org/D466

    • -0
    • +2
    /branches/5.2.x/tools/build/targets/folders.xml
    • -2
    • +3
    /branches/5.2.x/core/install/install_data.sql
    • -0
    • +7
    /branches/5.2.x/core/install/upgrades.sql
    • -9
    • +163
    /branches/5.2.x/core/kernel/utility/logger.php
    • -0
    • +1
    /branches/5.2.x/core/install/english.lang

Fixes INP-1919 - Reset unit config cache after Module Root Category change

Differential Revision: https://qa.in-portal.org/D533

Fixes INP-1920 - Ensure consistent named tab preset usage

Differential Revision: https://qa.in-portal.org/D534

Fixes INP-1915 - Add support for IPv6 addresses

Differential Revision: https://qa.in-portal.org/D528

    • -0
    • +16
    /branches/5.2.x/core/install/upgrades.sql
    • -1
    • +1
    /branches/5.2.x/core/install/english.lang
  1. … 4 more files in changeset.

Fixes INP-1890 - Force "\kApplication::NextResourceId" method to use master database connection

Differential Revision: https://qa.in-portal.org/D501

    • -0
    • +5
    /branches/5.2.x/core/kernel/application.php

Fixes INP-1912 - Show "404 Page Not Found" page on the Front-End for unaccessible events

Differential Revision: https://qa.in-portal.org/D523

Bug INP-1857 - Prevent recursion in the "\kUrlManager::show404" method

Differential Revision: https://qa.in-portal.org/D524

Fixes INP-1911 - Adjust exception message, when accessing non-existing event of an existing unit

Differential Revision: https://qa.in-portal.org/D522

Fixes INP-1906 - Execute "customProcessing" method in the "OnDelete" and "OnDeleteAll" events

Differential Revision: https://qa.in-portal.org/D517

Bug INP-1725 - Introduce secure Session Key generation/storage

Differential Revision: https://qa.in-portal.org/D510

    • -1
    • +4
    /branches/5.2.x/core/kernel/session/session.php

Bug INP-1725 - Introduce secure Session Key generation/storage

Differential Revision: https://qa.in-portal.org/D515

Fixes INP-1894 - Extract "Change Log" code to a central place

Differential Revision: https://qa.in-portal.org/D504

    • -0
    • +316
    /branches/5.2.x/core/units/helpers/ChangeLogHelper.php
    • -138
    • +14
    /branches/5.2.x/core/kernel/db/dbitem.php

Fixes INP-1863 - Correct PHPUnit integration

Differential Revision: https://qa.in-portal.org/D494

    • -9
    • +58
    /branches/5.2.x/tools/build/targets/common.xml
    • -20
    • +16
    /branches/5.2.x/tools/build/inc/phpunit.xml
    • -0
    • +3
    /branches/5.2.x/tools/build/build_all.xml
    • -2
    • +5
    /branches/5.2.x/core/kernel/application.php
  1. … 8 more files in changeset.

Fixes INP-1885 - Consistently use PHP binary during the Build

Differential Revision: https://qa.in-portal.org/D496

    • -1
    • +1
    /branches/5.2.x/tools/build/targets/deploy.xml
    • -1
    • +3
    /branches/5.2.x/tools/build/targets/common.xml

Fixes INP-1884 - Actualize "/system/config.php" created during the build

Differential Revision: https://qa.in-portal.org/D495

    • -24
    • +35
    /branches/5.2.x/tools/build/targets/folders.xml

Fixes INP-1873 - Support MySQL 8 database collations

Differential Revision: https://qa.in-portal.org/D481

    • -1
    • +1
    /branches/5.2.x/core/install/steps_db.xml

Bug INP-1827 - Connect a testing framework

1. [merge fix] rely on class structure cache instead registering test suite classes manually

    • -7
    • +0
    /branches/5.3.x/core/kernel/application.php

Fixes INP-1881 - Change default Debugger URL handler to PhpStorm

Differential Revision: https://qa.in-portal.org/D493

    • -3
    • +5
    /branches/5.2.x/core/kernel/utility/debugger.php