[!!!][TASK] Remove sys_domain redirect functionality
The existing functionality of sys_domain database records that redirect to a different target has been migrated into the new "redirects" core extension. An upgrade wizard ensures that old (and even deleted) sys_domain records with a redirect target (database field "redirectTo") are properly migrated into the redirects extension. The following database fields have been dropped: - sys_domain.redirectTo - sys_domain.redirectHttpStatusCode - sys_domain.prepend_params These values are not evaluated anymore in the TYPO3 Frontend. Resolves: #83638 Releases: master Change-Id: I0577a5bfb9db9e0b5d06b7c5f2d0c6f428c8a4ba Reviewed-on: https://review.typo3.org/55427 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
Showing
- typo3/sysext/backend/Classes/Controller/Page/TreeController.php 0 additions, 3 deletions...sysext/backend/Classes/Controller/Page/TreeController.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 0 additions, 4 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Tests/Functional/Utility/Fixtures/sys_domain.xml 0 additions, 2 deletions.../backend/Tests/Functional/Utility/Fixtures/sys_domain.xml
- typo3/sysext/core/Documentation/Changelog/master/Breaking-83638-RedirectFunctionalityMovedFromSys_domainToRedirectsModule.rst 38 additions, 0 deletions...rectFunctionalityMovedFromSys_domainToRedirectsModule.rst
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 0 additions, 6 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/Page/PageRepository.php 1 addition, 23 deletionstypo3/sysext/frontend/Classes/Page/PageRepository.php
- typo3/sysext/frontend/Configuration/TCA/sys_domain.php 3 additions, 41 deletionstypo3/sysext/frontend/Configuration/TCA/sys_domain.php
- typo3/sysext/frontend/Resources/Private/Language/locallang_tca.xlf 0 additions, 21 deletions...ext/frontend/Resources/Private/Language/locallang_tca.xlf
- typo3/sysext/frontend/Tests/Functional/Tca/DomainVisibleFieldsTest.php 1 addition, 4 deletions...frontend/Tests/Functional/Tca/DomainVisibleFieldsTest.php
- typo3/sysext/frontend/ext_tables.sql 1 addition, 4 deletionstypo3/sysext/frontend/ext_tables.sql
- typo3/sysext/install/Classes/Updates/RedirectsExtensionUpdate.php 207 additions, 0 deletions...sext/install/Classes/Updates/RedirectsExtensionUpdate.php
- typo3/sysext/install/ext_localconf.php 2 additions, 0 deletionstypo3/sysext/install/ext_localconf.php
Please register or sign in to comment