Task #62038
closedDeprecate unused/non-unified DocumentTemplate code
100%
Description
There are certain parts in DocumentTemplate,
one of the main rendering classes for the Backend,
that are not in use anymore, or can be accessed via
the pageRenderer which DocTemplate uses under
the hood.
Additionally, certain options, like rendering XHTML
or HTML3 in the backend is not needed anymore,
as the whole code is targeted to be HTML5
standardized.
The variables
$inDocStyles
$inDocStyles_TBEstyle
are unified within the main inDocStylesArray.
JScodeLibArray is not in use anymore and deprecated
as well. The method menuTable is not in use
anymore and also deprecated.
Resolves: #
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33167
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33167
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33167
Updated by Benni Mack about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6171a4b418767313d3da8ebe7108518f73a7a2be.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed