[TASK] Cleanup wizard initializing
The patch cleans up the initialization of the various wizards we have in TYPO3 CMS. Things that are improved: * Add constructor to all controllers * Move language inclusion to constructor * Move init() and sometimes printContent() to the constructor * Make init() protected * Add controller to $GLOBALS['SOBE'] Change-Id: I9783e347a3bf983fae8b6bbbbc972ecf56f31f83 Resolves: #48963 Releases: 6.2 Reviewed-on: https://review.typo3.org/21293 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
Showing
- typo3/sysext/backend/Classes/Controller/Wizard/AddController.php 11 additions, 9 deletions...ysext/backend/Classes/Controller/Wizard/AddController.php
- typo3/sysext/backend/Classes/Controller/Wizard/ColorpickerController.php 11 additions, 3 deletions...ckend/Classes/Controller/Wizard/ColorpickerController.php
- typo3/sysext/backend/Classes/Controller/Wizard/EditController.php 11 additions, 3 deletions...sext/backend/Classes/Controller/Wizard/EditController.php
- typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php 11 additions, 9 deletions...ext/backend/Classes/Controller/Wizard/FormsController.php
- typo3/sysext/backend/Classes/Controller/Wizard/ListController.php 3 additions, 5 deletions...sext/backend/Classes/Controller/Wizard/ListController.php
- typo3/sysext/backend/Classes/Controller/Wizard/RteController.php 11 additions, 3 deletions...ysext/backend/Classes/Controller/Wizard/RteController.php
- typo3/sysext/backend/Classes/Controller/Wizard/TableController.php 11 additions, 9 deletions...ext/backend/Classes/Controller/Wizard/TableController.php
- typo3/wizard_add.php 3 additions, 13 deletionstypo3/wizard_add.php
- typo3/wizard_colorpicker.php 4 additions, 9 deletionstypo3/wizard_colorpicker.php
- typo3/wizard_edit.php 3 additions, 8 deletionstypo3/wizard_edit.php
- typo3/wizard_forms.php 4 additions, 15 deletionstypo3/wizard_forms.php
- typo3/wizard_list.php 3 additions, 9 deletionstypo3/wizard_list.php
- typo3/wizard_rte.php 4 additions, 10 deletionstypo3/wizard_rte.php
- typo3/wizard_table.php 4 additions, 15 deletionstypo3/wizard_table.php
Please register or sign in to comment