[FEATURE] Allow PSR-7 dispatching for Backend modules
The newly introduced simple dispatcher handles the distribution of all "traditional" modules through a new option called "routeTarget" when registering a module. All existing core modules are moved to this new syntax, all left-over index.php files within Modules/ directories are removed. Resolves: #69918 Releases: master Change-Id: I6200a5e0309454fd981c9f1fa277d948974a1fac Reviewed-on: http://review.typo3.org/43375 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Controller/PageLayoutController.php 21 additions, 0 deletions...ysext/backend/Classes/Controller/PageLayoutController.php
- typo3/sysext/backend/Classes/Http/BackendModuleRequestHandler.php 24 additions, 13 deletions...sext/backend/Classes/Http/BackendModuleRequestHandler.php
- typo3/sysext/backend/Classes/Module/ModuleLoader.php 2 additions, 1 deletiontypo3/sysext/backend/Classes/Module/ModuleLoader.php
- typo3/sysext/backend/Modules/Layout/index.php 0 additions, 19 deletionstypo3/sysext/backend/Modules/Layout/index.php
- typo3/sysext/backend/ext_tables.php 2 additions, 2 deletionstypo3/sysext/backend/ext_tables.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-69918-AddPSR-7-basedDispatchingForBackendModules.rst 34 additions, 0 deletions...ture-69918-AddPSR-7-basedDispatchingForBackendModules.rst
- typo3/sysext/dbal/Classes/Controller/ModuleController.php 29 additions, 7 deletionstypo3/sysext/dbal/Classes/Controller/ModuleController.php
- typo3/sysext/dbal/Modules/Dbal/index.php 0 additions, 22 deletionstypo3/sysext/dbal/Modules/Dbal/index.php
- typo3/sysext/dbal/ext_tables.php 2 additions, 2 deletionstypo3/sysext/dbal/ext_tables.php
- typo3/sysext/func/Classes/Controller/PageFunctionsController.php 27 additions, 0 deletions...ysext/func/Classes/Controller/PageFunctionsController.php
- typo3/sysext/func/Modules/AdvancedFunctions/index.php 0 additions, 30 deletionstypo3/sysext/func/Modules/AdvancedFunctions/index.php
- typo3/sysext/func/ext_tables.php 2 additions, 2 deletionstypo3/sysext/func/ext_tables.php
- typo3/sysext/info/Classes/Controller/InfoModuleController.php 28 additions, 0 deletions...3/sysext/info/Classes/Controller/InfoModuleController.php
- typo3/sysext/info/Modules/Info/index.php 0 additions, 28 deletionstypo3/sysext/info/Modules/Info/index.php
- typo3/sysext/info/ext_tables.php 2 additions, 2 deletionstypo3/sysext/info/ext_tables.php
- typo3/sysext/lowlevel/Classes/View/ConfigurationView.php 23 additions, 0 deletionstypo3/sysext/lowlevel/Classes/View/ConfigurationView.php
- typo3/sysext/lowlevel/Classes/View/DatabaseIntegrityView.php 21 additions, 0 deletionstypo3/sysext/lowlevel/Classes/View/DatabaseIntegrityView.php
- typo3/sysext/lowlevel/Modules/Configuration/index.php 0 additions, 24 deletionstypo3/sysext/lowlevel/Modules/Configuration/index.php
- typo3/sysext/lowlevel/Modules/DatabaseIntegrity/index.php 0 additions, 24 deletionstypo3/sysext/lowlevel/Modules/DatabaseIntegrity/index.php
- typo3/sysext/lowlevel/ext_tables.php 4 additions, 4 deletionstypo3/sysext/lowlevel/ext_tables.php
Please register or sign in to comment