[TASK] Deprecate various hooks related to TypoScriptFrontendController
PSR-15 and Request/Response handling has been proven to be a worthy replacement for most logic related for outputting content in the TYPO3 Frontend. In order to thin out TSFE in future TYPO3 versions, various hooks have been deprecated as they can also be used with proper PSR-15 middlewares. * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['pageIndexing'] * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['isOutputting'] * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['tslib_fe-contentStrReplace'] * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['contentPostProc-output'] The following methods are marked as deprecated as well: * $TSFE->isOutputting() * $TSFE->processContentForOutput() Resolves: #91012 Releases: master Change-Id: I455f110f7f3e774de9d8ccd4adfcbd1ed5538cec Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64118 Tested-by:Georg Ringer <georg.ringer@gmail.com> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php 1 addition, 1 deletion...adminpanel/Classes/Middleware/AdminPanelDataPersister.php
- typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php 1 addition, 1 deletion...sext/adminpanel/Classes/Middleware/AdminPanelRenderer.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-91012-VariousHooksRelatedToTypoScriptFrontendController.rst 66 additions, 0 deletions...012-VariousHooksRelatedToTypoScriptFrontendController.rst
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 27 additions, 2 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/Hooks/FrontendHooks.php 0 additions, 76 deletionstypo3/sysext/frontend/Classes/Hooks/FrontendHooks.php
- typo3/sysext/frontend/Classes/Http/RequestHandler.php 57 additions, 2 deletionstypo3/sysext/frontend/Classes/Http/RequestHandler.php
- typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php 1 addition, 1 deletion...ontend/Classes/Middleware/ContentLengthResponseHeader.php
- typo3/sysext/frontend/ext_localconf.php 0 additions, 3 deletionstypo3/sysext/frontend/ext_localconf.php
- typo3/sysext/indexed_search/Classes/Hook/TypoScriptFrontendHook.php 3 additions, 6 deletions...xt/indexed_search/Classes/Hook/TypoScriptFrontendHook.php
- typo3/sysext/indexed_search/ext_localconf.php 1 addition, 1 deletiontypo3/sysext/indexed_search/ext_localconf.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayDimensionMatcher.php 25 additions, 0 deletions...figuration/ExtensionScanner/Php/ArrayDimensionMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 14 additions, 0 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php 1 addition, 1 deletion...sysext/workspaces/Classes/Middleware/WorkspacePreview.php
Please register or sign in to comment