Actions
Task #62988
closedDeprecate unused/non-unified DocumentTemplate code
Start date:
2014-11-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
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.
Actions