[TASK] Remove old code related to the extension tstemplate_styler
The extension tstemplate_styler does not come with TYPO3, it is old amd most likely unused by anybody with a modern TYPO3 version. However fields for this extension exist in TYPO3 tables as TEXT/BLOB. Also code exists to manage the files for the styler but this code is either under condition, which is always false, or never called because corresponding files do not exist any more. Since this functionality is unused, remove it without prior deprecation in TYPO3 4.7. Change-Id: Ic864276be13b069838f8950e43b864f1c12b3f75 Resolves: #26090 Releases: 4.7 Reviewed-on: http://review.typo3.org/6972 Reviewed-by: Björn Pedersen Reviewed-by: Oliver Klee Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
Showing
- t3lib/class.t3lib_extmgm.php 5 additions, 5 deletionst3lib/class.t3lib_extmgm.php
- t3lib/class.t3lib_tstemplate.php 6 additions, 53 deletionst3lib/class.t3lib_tstemplate.php
- t3lib/config_default.php 0 additions, 2 deletionst3lib/config_default.php
- typo3/sysext/cms/ext_tables.sql 0 additions, 1 deletiontypo3/sysext/cms/ext_tables.sql
- typo3/sysext/cms/tbl_cms.php 1 addition, 11 deletionstypo3/sysext/cms/tbl_cms.php
- typo3/sysext/css_styled_content/static/editorcfg.txt 0 additions, 207 deletionstypo3/sysext/css_styled_content/static/editorcfg.txt
- typo3/sysext/indexed_search/ext_localconf.php 0 additions, 4 deletionstypo3/sysext/indexed_search/ext_localconf.php
- typo3/sysext/indexed_search/ext_typoscript_editorcfg.txt 0 additions, 160 deletionstypo3/sysext/indexed_search/ext_typoscript_editorcfg.txt
- typo3/sysext/statictemplates/ext_tables.sql 0 additions, 1 deletiontypo3/sysext/statictemplates/ext_tables.sql
- typo3/sysext/statictemplates/ext_tables_static+adt.sql 41 additions, 42 deletionstypo3/sysext/statictemplates/ext_tables_static+adt.sql
- typo3/sysext/statictemplates/tca.php 1 addition, 11 deletionstypo3/sysext/statictemplates/tca.php
Please register or sign in to comment