[TASK] Streamline Wizard-Controllers
This patch introduce an abstract wizard controller to remove duplicate code and prevent the usage of $GLOBALS in a lot of places. Resolves: #63618 Releases: master Change-Id: I870d024df5e05e52d979af04750e472de2ed5995 Reviewed-on: http://review.typo3.org/35084 Reviewed-by:Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/backend/Classes/Controller/Wizard/AbstractWizardController.php 103 additions, 0 deletions...nd/Classes/Controller/Wizard/AbstractWizardController.php
- typo3/sysext/backend/Classes/Controller/Wizard/AddController.php 2 additions, 2 deletions...ysext/backend/Classes/Controller/Wizard/AddController.php
- typo3/sysext/backend/Classes/Controller/Wizard/ColorpickerController.php 14 additions, 14 deletions...ckend/Classes/Controller/Wizard/ColorpickerController.php
- typo3/sysext/backend/Classes/Controller/Wizard/EditController.php 2 additions, 2 deletions...sext/backend/Classes/Controller/Wizard/EditController.php
- typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php 40 additions, 71 deletions...ext/backend/Classes/Controller/Wizard/FormsController.php
- typo3/sysext/backend/Classes/Controller/Wizard/ListController.php 2 additions, 2 deletions...sext/backend/Classes/Controller/Wizard/ListController.php
- typo3/sysext/backend/Classes/Controller/Wizard/RteController.php 13 additions, 45 deletions...ysext/backend/Classes/Controller/Wizard/RteController.php
- typo3/sysext/backend/Classes/Controller/Wizard/TableController.php 22 additions, 53 deletions...ext/backend/Classes/Controller/Wizard/TableController.php
Please register or sign in to comment