Actions
Feature #32964
closedCheck for not existing static templates before removing them
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-01-04
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
Often times there is the problem that a team works together on a project and another person jumps in. Now he checks out the main repository but does not have all submodules. He changes the index typoscript template where all static templates from the extensions are included and since he does not have all of them locally, he removed some without any notice. Then the project is broken.
Before saving the typoscript template, there should be a check if the static templates in the list do really exist and if not, a flash message should be shown that a static template has been removed.
This does affect ALL TYPO3 versions of course and should be backported until 4.5!!!
Actions