[CLEANUP] Deprecate unused/non-unified DocumentTemplate code
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. Change-Id: If1abdeb1d9491efb385b41eb4d1faf4e1dbc91e0 Resolves: #62988 Releases: master Reviewed-on: http://review.typo3.org/34209 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by: Benjamin Mack <be...
Showing
- typo3/sysext/backend/Classes/Clipboard/Clipboard.php 3 additions, 3 deletionstypo3/sysext/backend/Classes/Clipboard/Clipboard.php
- typo3/sysext/backend/Classes/Controller/PageLayoutController.php 2 additions, 2 deletions...ysext/backend/Classes/Controller/PageLayoutController.php
- typo3/sysext/backend/Classes/Template/DocumentTemplate.php 15 additions, 8 deletionstypo3/sysext/backend/Classes/Template/DocumentTemplate.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-62988-DocumentTemplateFunctions.rst 40 additions, 0 deletions...og/master/Deprecation-62988-DocumentTemplateFunctions.rst
- typo3/sysext/indexed_search/Classes/Controller/IndexedPagesController.php 1 addition, 1 deletion...exed_search/Classes/Controller/IndexedPagesController.php
- typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_deprecated.less 0 additions, 8 deletions...xt/t3skin/Resources/Private/Styles/TYPO3/_deprecated.less
- typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css 0 additions, 6 deletionstypo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css
- typo3/sysext/wizard_sortpages/Classes/View/SortPagesWizardModuleFunction.php 1 addition, 1 deletion..._sortpages/Classes/View/SortPagesWizardModuleFunction.php
Please register or sign in to comment