[TASK] Clean up Info module code
This change: * Removes any usages of TYPO3_REQUEST for the info module by handing over the current $request object into the TBE_MODULES_EXT codes * Cleans up the HTML code + uses Bootstrap 5 markup * Starts using constructor injection if applicable Resolves: #93542 Releases: master Change-Id: Ia01b0f922b3fdb904354ce294162ac36dcfe8e11 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67955 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Richard Haeser <richard@richardhaeser.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Resources/Private/Partials/DocHeader.html 3 additions, 3 deletions.../sysext/backend/Resources/Private/Partials/DocHeader.html
- typo3/sysext/belog/Classes/Module/BackendLogModuleBootstrap.php 9 additions, 9 deletions...sysext/belog/Classes/Module/BackendLogModuleBootstrap.php
- typo3/sysext/belog/Resources/Private/Partials/Content/Filter.html 126 additions, 123 deletions...sext/belog/Resources/Private/Partials/Content/Filter.html
- typo3/sysext/belog/Resources/Private/Templates/BackendLog/List.html 4 additions, 6 deletions...xt/belog/Resources/Private/Templates/BackendLog/List.html
- typo3/sysext/info/Classes/Controller/InfoModuleController.php 19 additions, 34 deletions...3/sysext/info/Classes/Controller/InfoModuleController.php
- typo3/sysext/info/Classes/Controller/InfoPageTyposcriptConfigController.php 20 additions, 19 deletions...Classes/Controller/InfoPageTyposcriptConfigController.php
- typo3/sysext/info/Classes/Controller/PageInformationController.php 31 additions, 36 deletions...ext/info/Classes/Controller/PageInformationController.php
- typo3/sysext/info/Classes/Controller/TranslationStatusController.php 59 additions, 53 deletions...t/info/Classes/Controller/TranslationStatusController.php
- typo3/sysext/info/Configuration/Services.yaml 9 additions, 0 deletionstypo3/sysext/info/Configuration/Services.yaml
- typo3/sysext/info/Resources/Private/Partials/PageTsConfig/Menu.html 11 additions, 7 deletions...xt/info/Resources/Private/Partials/PageTsConfig/Menu.html
- typo3/sysext/info/Resources/Private/Partials/PageTsConfig/Page.html 1 addition, 3 deletions...xt/info/Resources/Private/Partials/PageTsConfig/Page.html
- typo3/sysext/info/Resources/Private/Partials/PageTsConfig/PageZero.html 38 additions, 23 deletions...nfo/Resources/Private/Partials/PageTsConfig/PageZero.html
- typo3/sysext/info/Resources/Private/Partials/PageTsConfig/PageZeroTableRow.html 0 additions, 18 deletions...urces/Private/Partials/PageTsConfig/PageZeroTableRow.html
- typo3/sysext/info/Resources/Private/Templates/Main.html 1 addition, 1 deletiontypo3/sysext/info/Resources/Private/Templates/Main.html
Please register or sign in to comment