[TASK] Remove "log" submodule from web_info
Previously, the Belog module was accessible in System>Log as well as a third-level module in web>info. Latter required a couple of hacks, e.g. a manual extbase bootstrap. To simplify the underlying codebase, the "log" submodule is now removed from web_info. The main benefit of the log module in web>info was the usage of the page tree to filter logs by page. This feature will be added to the System>Log module in another patch again. Also note that since TYPO3 v9 ist also possible to access relevant page and record logs in the history module. Resolves: #97031 Releases: main Change-Id: I2d445b0b9039ee9a99ba262729b34f3736448a99 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73708 Tested-by:core-ci <typo3@b13.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/belog/Classes/Controller/BackendLogController.php 22 additions, 23 deletions.../sysext/belog/Classes/Controller/BackendLogController.php
- typo3/sysext/belog/Classes/Module/BackendLogModuleBootstrap.php 0 additions, 57 deletions...sysext/belog/Classes/Module/BackendLogModuleBootstrap.php
- typo3/sysext/belog/Configuration/Services.yaml 0 additions, 3 deletionstypo3/sysext/belog/Configuration/Services.yaml
- typo3/sysext/belog/Resources/Private/Layouts/Plain.html 0 additions, 9 deletionstypo3/sysext/belog/Resources/Private/Layouts/Plain.html
- typo3/sysext/belog/Resources/Private/Partials/Content/Filter.html 0 additions, 23 deletions...sext/belog/Resources/Private/Partials/Content/Filter.html
- typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html 2 additions, 16 deletions.../belog/Resources/Private/Partials/Content/LogEntries.html
- typo3/sysext/belog/Resources/Private/Templates/BackendLog/List.html 9 additions, 1 deletion...xt/belog/Resources/Private/Templates/BackendLog/List.html
- typo3/sysext/belog/composer.json 1 addition, 1 deletiontypo3/sysext/belog/composer.json
- typo3/sysext/belog/ext_emconf.php 1 addition, 1 deletiontypo3/sysext/belog/ext_emconf.php
- typo3/sysext/belog/ext_tables.php 0 additions, 16 deletionstypo3/sysext/belog/ext_tables.php
- typo3/sysext/core/Documentation/Changelog/12.0/Important-97031-RemovedLogSubmoduleFromInfoModule.rst 16 additions, 0 deletions...2.0/Important-97031-RemovedLogSubmoduleFromInfoModule.rst
- typo3/sysext/core/Tests/Acceptance/Application/Info/InfoModuleCest.php 0 additions, 1 deletion...core/Tests/Acceptance/Application/Info/InfoModuleCest.php
Please register or sign in to comment