[TASK] Refactor module dispatcher to RequestHandler
In order to move the mod.php global logic into a unified way, the global code is moved to its own RequestHandler for modules. Releases: master Resolves: #65452 Change-Id: Ic1dedaf7d98b460739da9cb33dcbbf5772ed05d4 Reviewed-on: http://review.typo3.org/37430 Reviewed-by:Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/mod.php 8 additions, 41 deletionstypo3/mod.php
- typo3/sysext/backend/Classes/BackendModuleRequestHandler.php 208 additions, 0 deletionstypo3/sysext/backend/Classes/BackendModuleRequestHandler.php
- typo3/sysext/backend/Classes/Module/AbstractFunctionModule.php 2 additions, 2 deletions.../sysext/backend/Classes/Module/AbstractFunctionModule.php
- typo3/sysext/backend/Classes/Module/BaseScriptClass.php 5 additions, 5 deletionstypo3/sysext/backend/Classes/Module/BaseScriptClass.php
- typo3/sysext/backend/Modules/Layout/index.php 5 additions, 5 deletionstypo3/sysext/backend/Modules/Layout/index.php
- typo3/sysext/backend/Modules/NewContentElement/index.php 4 additions, 4 deletionstypo3/sysext/backend/Modules/NewContentElement/index.php
- typo3/sysext/backend/Tests/Unit/BackendModuleRequestHandlerTest.php 98 additions, 0 deletions...xt/backend/Tests/Unit/BackendModuleRequestHandlerTest.php
- typo3/sysext/backend/Tests/Unit/Fixtures/ModuleFixture/conf.php 3 additions, 0 deletions...sysext/backend/Tests/Unit/Fixtures/ModuleFixture/conf.php
- typo3/sysext/backend/Tests/Unit/Fixtures/ModuleFixture/index.php 2 additions, 0 deletions...ysext/backend/Tests/Unit/Fixtures/ModuleFixture/index.php
- typo3/sysext/cms/layout/db_layout.php 5 additions, 5 deletionstypo3/sysext/cms/layout/db_layout.php
- typo3/sysext/cms/layout/db_new_content_el.php 4 additions, 4 deletionstypo3/sysext/cms/layout/db_new_content_el.php
- typo3/sysext/core/Classes/Core/Bootstrap.php 1 addition, 0 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/cshmanual/mod/index.php 4 additions, 4 deletionstypo3/sysext/cshmanual/mod/index.php
- typo3/sysext/dbal/mod1/index.php 4 additions, 4 deletionstypo3/sysext/dbal/mod1/index.php
- typo3/sysext/filelist/mod1/index.php 4 additions, 4 deletionstypo3/sysext/filelist/mod1/index.php
- typo3/sysext/frontend/Resources/PHP/Eid/ShowPic.php 2 additions, 2 deletionstypo3/sysext/frontend/Resources/PHP/Eid/ShowPic.php
- typo3/sysext/func/mod1/index.php 6 additions, 6 deletionstypo3/sysext/func/mod1/index.php
- typo3/sysext/impexp/app/index.php 4 additions, 4 deletionstypo3/sysext/impexp/app/index.php
- typo3/sysext/info/mod1/index.php 6 additions, 6 deletionstypo3/sysext/info/mod1/index.php
- typo3/sysext/lowlevel/config/index.php 4 additions, 4 deletionstypo3/sysext/lowlevel/config/index.php
Please register or sign in to comment