TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,24 @@
.. include:: /Includes.rst.txt
.. _feature-83711:
=============================================================
Feature: #83711 - FeatureFlag: unifiedPageTranslationHandling
=============================================================
See :issue:`83711`
Description
===========
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.
.. index:: Backend, Frontend