[!!!][TASK] Remove Extbase mode for non-consistentTranslationOverlayHandling
The feature flag and all its logic for not using the consistentTranslationOverlayHandling in Extbase has been removed. Along with that, QuerySettings interface has two methods less to implement: - setLanguageMode() - getLanguageMode() The methods are kept within the implementation in Typo3QuerySettings without any actions for now. Resolves: #87264 Releases: master Change-Id: Id4f46c8ff61ec86697d8b9dcbe6cd489b2782c0d Reviewed-on: https://review.typo3.org/59255 Reviewed-by:Alexander Schnitzler <typo3@alexanderschnitzler.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst 1 addition, 0 deletions.../master/Breaking-87193-DeprecatedFunctionalityRemoved.rst
- typo3/sysext/extbase/Classes/Domain/Model/FileReference.php 1 addition, 19 deletionstypo3/sysext/extbase/Classes/Domain/Model/FileReference.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapper.php 11 additions, 27 deletions...extbase/Classes/Persistence/Generic/Mapper/DataMapper.php
- typo3/sysext/extbase/Classes/Persistence/Generic/QuerySettingsInterface.php 0 additions, 15 deletions...se/Classes/Persistence/Generic/QuerySettingsInterface.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php 1 addition, 113 deletions...se/Classes/Persistence/Generic/Storage/Typo3DbBackend.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbQueryParser.php 4 additions, 94 deletions...lasses/Persistence/Generic/Storage/Typo3DbQueryParser.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Typo3QuerySettings.php 4 additions, 15 deletions...xtbase/Classes/Persistence/Generic/Typo3QuerySettings.php
- typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ControllerArgumentsMappingTest.php 0 additions, 1 deletion...ctional/Mvc/Controller/ControllerArgumentsMappingTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/QueryLocalizedDataLegacyTest.php 0 additions, 1160 deletions...s/Functional/Persistence/QueryLocalizedDataLegacyTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/QueryLocalizedDataTest.php 1 addition, 17 deletions...e/Tests/Functional/Persistence/QueryLocalizedDataTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/TranslatedContentLegacyTest.php 0 additions, 1243 deletions...ts/Functional/Persistence/TranslatedContentLegacyTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/TranslatedContentTest.php 0 additions, 4 deletions...se/Tests/Functional/Persistence/TranslatedContentTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/TranslationLegacyTest.php 0 additions, 418 deletions...se/Tests/Functional/Persistence/TranslationLegacyTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/TranslationTest.php 0 additions, 18 deletions.../extbase/Tests/Functional/Persistence/TranslationTest.php
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Storage/Typo3DbBackendTest.php 0 additions, 48 deletions...s/Unit/Persistence/Generic/Storage/Typo3DbBackendTest.php
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Storage/Typo3DbQueryParserTest.php 19 additions, 29 deletions...it/Persistence/Generic/Storage/Typo3DbQueryParserTest.php
- typo3/sysext/extbase/ext_typoscript_setup.typoscript 0 additions, 3 deletionstypo3/sysext/extbase/ext_typoscript_setup.typoscript
Please register or sign in to comment