Skip to content
Snippets Groups Projects
Commit fbeb1675 authored by Wouter Wolters's avatar Wouter Wolters Committed by Anja Leichsenring
Browse files

[!!!][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: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent b3bd3ceb
Branches
Tags
No related merge requests found
Showing
with 33 additions and 609 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment