[!!!][TASK] Remove deprecated functionality in ContentObjectRenderer
All deprecated code within ContentObjectRenderer is removed. This also includes hooks * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClass'] * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['extLinkATagParamsHandler'] * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['typolinkLinkHandler'] and TypoScript options: * typolink.addQueryString.method = POST * typolink.addQueryString.method = POST,GET * typolink.addQueryString.method = GET,POST Resolves: #91528 Related: #91473 Releases: master Change-Id: Ia03034938bc98e5d128fdd74e4a8a41373539070 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64605 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Breaking-91473-DeprecatedFunctionalityRemoved.rst 15 additions, 1 deletion.../master/Breaking-91473-DeprecatedFunctionalityRemoved.rst
- typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php 0 additions, 7 deletionstypo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php
- typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php 0 additions, 54 deletions...ext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetSingleHookInterface.php 0 additions, 35 deletions...ses/ContentObject/ContentObjectGetSingleHookInterface.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 5 additions, 470 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php 0 additions, 41 deletions...nd/Tests/Unit/ContentObject/ContentObjectRendererTest.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayDimensionMatcher.php 4 additions, 0 deletions...figuration/ExtensionScanner/Php/ArrayDimensionMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ClassNameMatcher.php 1 addition, 0 deletions...l/Configuration/ExtensionScanner/Php/ClassNameMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 8 additions, 1 deletion.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
Please register or sign in to comment