[TASK] Add feature switch "unifiedPageTranslationHandling"
The feature switch "unifiedPageTranslationHandling" is active for all new installations, but not active for existing installations. It does the following when active: - All DB schema migrations decide to drop "pages_language_overlay" - TCA migration no longer throws a deprecation info (but still unsets "pages_language_overlay") Once the Update Wizard for migrating pages_language_overlay records is done, the feature is enabled. Resolves: #83711 Releases: master Change-Id: I478c8d5d745309889fa38b44b5eaab7226afdfc4 Reviewed-on: https://review.typo3.org/55446 Reviewed-by:Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
Showing
- typo3/sysext/core/Classes/Database/Schema/SchemaMigrator.php 14 additions, 1 deletiontypo3/sysext/core/Classes/Database/Schema/SchemaMigrator.php
- typo3/sysext/core/Classes/Migrations/TcaMigration.php 7 additions, 3 deletionstypo3/sysext/core/Classes/Migrations/TcaMigration.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 2 additions, 1 deletiontypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Configuration/DefaultConfigurationDescription.yaml 7 additions, 0 deletions...t/core/Configuration/DefaultConfigurationDescription.yaml
- typo3/sysext/core/Configuration/FactoryConfiguration.php 3 additions, 0 deletionstypo3/sysext/core/Configuration/FactoryConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-83711-FeatureFlagUnifiedPageTranslationHandling.rst 22 additions, 0 deletions...ature-83711-FeatureFlagUnifiedPageTranslationHandling.rst
- typo3/sysext/install/Classes/Updates/MigratePagesLanguageOverlayUpdate.php 40 additions, 1 deletion...all/Classes/Updates/MigratePagesLanguageOverlayUpdate.php
Please register or sign in to comment