[!!!][TASK] Remove RDCT redirect functionality
The very legacy RDCT code and the corresponding DB table "cache_md5params" has been long superseeded and is be completely moved into its own extension "RDCT" published on GitHub https://github.com/FriendsOfTYPO3/rdct and in TER. An upgrade wizard checks if the DB table is filled, and then installs EXT:rdct. Note #1: I decided to trigger the hard breaking way, instead of deprecation as the whole logic (evalution, static method call in GeneralUtility removed) is interconnected and only makes sense if all places are there. Note #2: This functionality has not been in use in the TYPO3 Core since 4.x - at all, but is in place for other extensions. Resolves: #82572 Releases: master Change-Id: I1514293500c385f7b8c1fff440cca3ab3845615b Reviewed-on: https://review.typo3.org/54225 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
Showing
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 0 additions, 1 deletiontypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 0 additions, 35 deletionstypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-82572-RDCTFunctionalityRemoved.rst 63 additions, 0 deletions...ngelog/master/Breaking-82572-RDCTFunctionalityRemoved.rst
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 1 addition, 61 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/Http/RequestHandler.php 1 addition, 3 deletionstypo3/sysext/frontend/Classes/Http/RequestHandler.php
- typo3/sysext/frontend/ext_tables.sql 0 additions, 12 deletionstypo3/sysext/frontend/ext_tables.sql
- typo3/sysext/install/Classes/Service/ClearTableService.php 0 additions, 4 deletionstypo3/sysext/install/Classes/Service/ClearTableService.php
- typo3/sysext/install/Classes/Updates/RedirectExtractionUpdate.php 146 additions, 0 deletions...sext/install/Classes/Updates/RedirectExtractionUpdate.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodArgumentDroppedMatcher.php 6 additions, 0 deletions...ion/ExtensionScanner/Php/MethodArgumentDroppedMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 14 additions, 0 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php 7 additions, 0 deletions...guration/ExtensionScanner/Php/MethodCallStaticMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyPublicMatcher.php 5 additions, 0 deletions...figuration/ExtensionScanner/Php/PropertyPublicMatcher.php
- typo3/sysext/install/ext_localconf.php 2 additions, 0 deletionstypo3/sysext/install/ext_localconf.php
- typo3/sysext/workspaces/Classes/Hook/PreviewHook.php 1 addition, 2 deletionstypo3/sysext/workspaces/Classes/Hook/PreviewHook.php
Please register or sign in to comment