[TASK] Allow FrontendContentAdapter to be disabled
The FrontendContentAdapter transforms tt_content and pages records within cObject to the format which they have been stored in in pre 6.x installations, so probably existing legacy TypoScript config can deal with the same data. This patchset introduces an AllConfiguration flag allowing to disable that service. For new installations the service is disabled by default, upgrading installations have the service enabled. Resolves: #54979 Releases: 6.2 Change-Id: I254f5c170c3e6a9f5ee214c0fe0e7a58e080cf34 Reviewed-on: https://review.typo3.org/26807 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Alexander Stehlik Tested-by: Alexander Stehlik Reviewed-by: Stefan Neufeind Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
Showing
- NEWS.md 10 additions, 0 deletionsNEWS.md
- typo3/sysext/core/Configuration/DefaultConfiguration.php 1 addition, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Configuration/FactoryConfiguration.php 1 addition, 0 deletionstypo3/sysext/core/Configuration/FactoryConfiguration.php
- typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php 3 additions, 1 deletion...t/frontend/Classes/ContentObject/ContentContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 1 addition, 1 deletion.../frontend/Classes/ContentObject/ContentObjectRenderer.php
Please register or sign in to comment