[TASK] Switch info and func module to mod dispatcher
BE modules info and func now uses mod.php. Changing the entry script for func and info module will cause integrated submodules to fail in case they use the old entry point index.php with a relative path somewhere in funcMenu or in other links or actions. A compatibility layer is introduced in typo3/index.php to catch those old links and redirect to mod.php with proper parameters. Change-Id: I83d31b6004ae3556dd8bf7c5c47b0fea39aaad55 Resolves: #55809 Resolves: #55672 Resolves: #55670 Releases: 6.2 Reviewed-on: https://review.typo3.org/27508 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- typo3/index.php 21 additions, 0 deletionstypo3/index.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/frontend/Classes/Controller/PageInformationController.php 1 addition, 1 deletion...frontend/Classes/Controller/PageInformationController.php
- typo3/sysext/func/Classes/Controller/PageFunctionsController.php 1 addition, 1 deletion...ysext/func/Classes/Controller/PageFunctionsController.php
- typo3/sysext/func/mod1/conf.php 1 addition, 3 deletionstypo3/sysext/func/mod1/conf.php
- typo3/sysext/func/mod1/index.php 0 additions, 3 deletionstypo3/sysext/func/mod1/index.php
- typo3/sysext/indexed_search/Classes/Controller/IndexedPagesController.php 3 additions, 3 deletions...exed_search/Classes/Controller/IndexedPagesController.php
- typo3/sysext/info/Classes/Controller/InfoModuleController.php 1 addition, 1 deletion...3/sysext/info/Classes/Controller/InfoModuleController.php
- typo3/sysext/info/mod1/conf.php 1 addition, 3 deletionstypo3/sysext/info/mod1/conf.php
- typo3/sysext/info/mod1/index.php 0 additions, 4 deletionstypo3/sysext/info/mod1/index.php
- typo3/sysext/wizard_sortpages/Classes/View/SortPagesWizardModuleFunction.php 9 additions, 2 deletions..._sortpages/Classes/View/SortPagesWizardModuleFunction.php
Please register or sign in to comment