Feature #18194
closedRemove Static Templates from Standard Installation
0%
Description
As discussion in dev-List titled "Moving old "static templates" to a sysext" pointed out, there is an overall wish to exclude outdated static_templates from future releases...
Based upon this and in discussion with Benjamin Mack I created a patch, concerning most of the things discussed.
What does ist do:
- remove table and tca information about table static_templates from sysext cms
- remove column (sql and tca) static_template from table sys_template
- create sysext statictemplates including the table definition for static_templates, the tca, and adds, if loaded the the missing field back to sys_template.
- sysext has static data integrated which user can load with ExtMgm, probably it should be moved to another extension.
- it implements also another plugin for the UpdateWizard of the install tool.
It checks for references to static_templates (as on updates the table is in database and refindex knows about them). If references are found, sysext statictemplates is loaded. In addition it has the functionality to delete all static-templates which are not referenced whith looking at depencies between static-templates (currently commentet out, probably for later versions)
If no reference is found it hints the user that he might delete the static_templates with the compare function of install tool.
I hope i Did not miss anything
(issue imported from #M7501)
Files