There was an error fetching the commit references. Please try again later.
[!!!][TASK] Remove $TYPO3_CONF_VARS['FE']['pageOverlayFields']
The configuration $GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields'] is removed from the default configuration as well as from the overlay handling in PageRepository and RootlineUtility. This setting has been used to determine overlay fields in the table pages_language_overlay at a time in the runtime processing when the complete TCA was not fully available. Since the allowLanguageSynchronization possibility has been integrated into TYPO3 CMS 8, l10n_mode was available already and the TCA is loaded as well, the pageOverlayFields settings are superfluous. Change-Id: I36198d7dec94204fc761048de705aa03a5e931c3 Resolves: #80149 Releases: master Reviewed-on: https://review.typo3.org/51954 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Classes/Migrations/TcaMigration.php 84 additions, 2 deletionstypo3/sysext/core/Classes/Migrations/TcaMigration.php
- typo3/sysext/core/Classes/Utility/RootlineUtility.php 8 additions, 7 deletionstypo3/sysext/core/Classes/Utility/RootlineUtility.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 0 additions, 1 deletiontypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Configuration/DefaultConfigurationDescription.php 0 additions, 1 deletion...xt/core/Configuration/DefaultConfigurationDescription.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-80149-RemoveGLOBALSTYPO3_CONF_VARSFEpageOverlayFields.rst 46 additions, 0 deletions...80149-RemoveGLOBALSTYPO3_CONF_VARSFEpageOverlayFields.rst
- typo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php 187 additions, 0 deletionstypo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php
- typo3/sysext/frontend/Classes/Page/PageRepository.php 35 additions, 45 deletionstypo3/sysext/frontend/Classes/Page/PageRepository.php
Please register or sign in to comment