[!!!][TASK] Remove module URI storage in global variable
Previously the URI to a module which was dispatched through mod.php was stored in a global variable $GLOBALS['MCONF']['_'] In terms of cleanup of global variable usage and module configuration cleanup, this functionality is removed without substitution. Instead BackendUtility::getModuleUrl() API must be used now. Releases: master Resolves: #65432 Change-Id: Iad436056e96d2334357320278cd8243f0f975538 Reviewed-on: http://review.typo3.org/37406 Reviewed-by:Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/mod.php 0 additions, 1 deletiontypo3/mod.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-65432-ModulUriInGlobalVarRemoved.rst 30 additions, 0 deletions...elog/master/Breaking-65432-ModulUriInGlobalVarRemoved.rst
- typo3/sysext/impexp/Classes/Controller/ImportExportController.php 1 addition, 1 deletion...sext/impexp/Classes/Controller/ImportExportController.php
- typo3/sysext/openid/Classes/Wizard.php 4 additions, 2 deletionstypo3/sysext/openid/Classes/Wizard.php
- typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php 15 additions, 9 deletions...cheduler/Classes/Controller/SchedulerModuleController.php
- typo3/sysext/scheduler/Classes/ViewHelpers/ModuleLinkViewHelper.php 37 additions, 14 deletions...xt/scheduler/Classes/ViewHelpers/ModuleLinkViewHelper.php
- typo3/sysext/scheduler/Resources/Private/Templates/Backend/SchedulerModule/InfoScreen.html 7 additions, 5 deletions...Private/Templates/Backend/SchedulerModule/InfoScreen.html
Please register or sign in to comment