[!!!][TASK] Deprecate typo3conf/extTables.php functionality
Using typo3conf/extTables.php for TCA overrides is bad practice. Nowadays, stuff like that should reside in an extension that uses Configuration/TCA/Overrides. The patch deprecates the according parameters and logs if an instance still has an typo3conf/extTables.php file. The functionality within lowlevel "Configuration" backend module to write overrides to this file is removed. Change-Id: I648b985de4636c6af2cfb50bf8e106c472cb0fee Releases: master Resolves: #65344 Reviewed-on: http://review.typo3.org/37235 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/core/Classes/Core/Bootstrap.php 6 additions, 3 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Configuration/FactoryConfiguration.php 0 additions, 3 deletionstypo3/sysext/core/Configuration/FactoryConfiguration.php
- typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64226-OptionAccessListRenderModeRemoved.rst 1 addition, 1 deletion.../7.1/Breaking-64226-OptionAccessListRenderModeRemoved.rst
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-65344-ExtTables.rst 31 additions, 0 deletions...entation/Changelog/master/Deprecation-65344-ExtTables.rst
- typo3/sysext/core/Tests/Functional/DataHandling/AbstractDataHandlerActionTestCase.php 0 additions, 1 deletion...tional/DataHandling/AbstractDataHandlerActionTestCase.php
- typo3/sysext/lowlevel/Classes/View/ConfigurationView.php 1 addition, 77 deletionstypo3/sysext/lowlevel/Classes/View/ConfigurationView.php
- typo3/sysext/lowlevel/Resources/Private/Templates/Backend/Configuration.html 0 additions, 21 deletions...el/Resources/Private/Templates/Backend/Configuration.html
Please register or sign in to comment