[!!!][FEATURE] Check TCA changes in ext_tables.php
TCA changes within ext_tables.php can be moved to Configuration/TCA since core 6.2. Still having them in ext_tables.php is highly discouraged since version 7 and now breaks with version 8. The patch adds a feature to the Install Tool to find loaded extensions that still manipulate TCA within ext_tables.php files. Additionally, the frontend is changed to no longer load ext_tables.php files for normal requests and thus actively ignores TCA changes from those files. This way a frontend specific cache file is removed and the patch is a preparation of a possible core cache warmup phase. Change-Id: Ib639462ec92f4faf788fd20596aa4e7ce311701a Resolves: #78384 Releases: master Reviewed-on: https://review.typo3.org/50328 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
Showing
- typo3/sysext/core/Classes/Core/Bootstrap.php 0 additions, 29 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-78384-FrontendIgnoresTCAInExtTables.rst 55 additions, 0 deletions...g/master/Breaking-78384-FrontendIgnoresTCAInExtTables.rst
- typo3/sysext/core/Documentation/Changelog/master/Feature-78384-CheckExtTablesTCAChangesInInstallTool.rst 21 additions, 0 deletions...r/Feature-78384-CheckExtTablesTCAChangesInInstallTool.rst
- typo3/sysext/core/Tests/Unit/Core/BootstrapTest.php 0 additions, 97 deletionstypo3/sysext/core/Tests/Unit/Core/BootstrapTest.php
- typo3/sysext/frontend/Classes/Http/RequestHandler.php 2 additions, 1 deletiontypo3/sysext/frontend/Classes/Http/RequestHandler.php
- typo3/sysext/frontend/Classes/Utility/EidUtility.php 1 addition, 2 deletionstypo3/sysext/frontend/Classes/Utility/EidUtility.php
- typo3/sysext/install/Classes/Controller/Action/Ajax/TcaExtTablesCheck.php 59 additions, 0 deletions...tall/Classes/Controller/Action/Ajax/TcaExtTablesCheck.php
- typo3/sysext/install/Classes/Controller/AjaxController.php 2 additions, 1 deletiontypo3/sysext/install/Classes/Controller/AjaxController.php
- typo3/sysext/install/Classes/Service/LoadTcaService.php 37 additions, 12 deletionstypo3/sysext/install/Classes/Service/LoadTcaService.php
- typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/TcaExtTablesCheck.html 25 additions, 0 deletions...tials/Action/Tool/ImportantActions/TcaExtTablesCheck.html
- typo3/sysext/install/Resources/Private/Templates/Action/Tool/ImportantActions.html 3 additions, 0 deletions...urces/Private/Templates/Action/Tool/ImportantActions.html
- typo3/sysext/install/Resources/Public/JavaScript/Install.js 42 additions, 0 deletionstypo3/sysext/install/Resources/Public/JavaScript/Install.js
- typo3/sysext/rtehtmlarea/Configuration/TCA/Overrides/sys_template.php 5 additions, 0 deletions.../rtehtmlarea/Configuration/TCA/Overrides/sys_template.php
- typo3/sysext/rtehtmlarea/ext_tables.php 0 additions, 3 deletionstypo3/sysext/rtehtmlarea/ext_tables.php
Please register or sign in to comment