[TASK] Protect tstemplate extension
The patch disentangles the tstemplate extension controller classes. The main controller class no longer extends BaseScriptClass and the sub controllers no longer extend AbstractFunctionModule. The classes set as many properties and methods to protected to allow further refactoring of this module in v10. Resolves: #86207 Releases: master Change-Id: If9ad462a423be5f0e370e0894ebb848b822ee66b Reviewed-on: https://review.typo3.org/58240 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php 4 additions, 4 deletions...ysext/core/Classes/TypoScript/ExtendedTemplateService.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-86207-ProtectedTstemplateExtension.rst 112 additions, 0 deletions...master/Deprecation-86207-ProtectedTstemplateExtension.rst
- typo3/sysext/tstemplate/Classes/Controller/TemplateAnalyzerModuleFunctionController.php 100 additions, 11 deletions...s/Controller/TemplateAnalyzerModuleFunctionController.php
- typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php 116 additions, 12 deletions...oScriptTemplateConstantEditorModuleFunctionController.php
- typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php 110 additions, 19 deletions...TypoScriptTemplateInformationModuleFunctionController.php
- typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php 361 additions, 54 deletions...Classes/Controller/TypoScriptTemplateModuleController.php
- typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateObjectBrowserModuleFunctionController.php 139 additions, 31 deletions...poScriptTemplateObjectBrowserModuleFunctionController.php
Please register or sign in to comment