[!!!][TASK] Remove UserTSconfig option "overridePageModule"
The UserTSconfig setting options.overridePageModule was introduced in TYPO3 v4, to run TemplaVoila and "regular" page module in parallel. However, this feature was never rolled out completely throughout the TYPO3 Backend, but only used in a few places, and now it is only used in a few places (mainly workspaces). Since TYPO3 v12, it is much easier to actually override the page module through the Module API to replace either the endpoint or to add a new module with an alias to "web_layout", which should be used instead. Resolves: #102499 Releases: main Change-Id: Ibfd4efa221a780f72200364c4e5fd65dc64e3be7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81812 Reviewed-by:Andreas Kienast <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Kienast <a.fernandez@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- Build/Sources/TypeScript/t3editor/stream-parser/typoscript.ts 0 additions, 1 deletion...d/Sources/TypeScript/t3editor/stream-parser/typoscript.ts
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 4 additions, 5 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Documentation/Changelog/13.0/Breaking-102499-UserTSconfigSettingOverridePageModuleRemoved.rst 73 additions, 0 deletions...g-102499-UserTSconfigSettingOverridePageModuleRemoved.rst
- typo3/sysext/info/Classes/Controller/TranslationStatusController.php 1 addition, 3 deletions...t/info/Classes/Controller/TranslationStatusController.php
- typo3/sysext/t3editor/Resources/Public/JavaScript/stream-parser/typoscript.js 1 addition, 1 deletion...r/Resources/Public/JavaScript/stream-parser/typoscript.js
- typo3/sysext/workspaces/Classes/Controller/AjaxController.php 1 addition, 13 deletions...3/sysext/workspaces/Classes/Controller/AjaxController.php
- typo3/sysext/workspaces/Classes/Controller/ReviewController.php 1 addition, 3 deletions...sysext/workspaces/Classes/Controller/ReviewController.php
- typo3/sysext/workspaces/Classes/Service/GridDataService.php 1 addition, 4 deletionstypo3/sysext/workspaces/Classes/Service/GridDataService.php
Loading
Please register or sign in to comment