Task #62988
closedDeprecate unused/non-unified DocumentTemplate code
100%
Description
Several functions within DocumentTemplate are
not encouraged to be used anymore.
The hard-coded background image setting
via $TBE_STYLES['background'] is removed
and its usage is deprecated.
Additionally, the font-wrapping methods
are deprecated. All places in the core using
these methods are removed. The according
CSS was removed from the core (can still
be used via 3rd party extensions).
collapseableSection, which was used solely
by the reports module for ages in a buggy
way, is also deprecated in favor of Bootstrap
collapseables and localstorage.
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
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/34209
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/34209
Updated by Benni Mack about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b82f30fed0f2bb12454dfdce6c7f494fe732640d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed