[FEATURE] Add page selector to Belog filter
The filter in the Belog module is extended for a new page selector (Database browser). Using the new selector, one is able to filter logs by specific page or even page trees, when using together with the "depth" option. Additionally, the modules' access is changed to "user", which allows administrators to enable the module for specific users or user groups. Non-admin users however will never see global logs, but only logs for pages they have access to. The user will be informed by corresponding info boxes. Resolves: #97051 Related: #97031 Releases: main Change-Id: I62383d6385a8b8d5e2650b3c44ac078dae1883b1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73725 Tested-by:core-ci <typo3@b13.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- Build/Sources/Sass/typo3/_history.scss 6 additions, 0 deletionsBuild/Sources/Sass/typo3/_history.scss
- Build/Sources/TypeScript/belog/backend-log.ts 39 additions, 0 deletionsBuild/Sources/TypeScript/belog/backend-log.ts
- Build/Sources/TypeScript/scheduler/scheduler.ts 1 addition, 2 deletionsBuild/Sources/TypeScript/scheduler/scheduler.ts
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/belog/Classes/Controller/BackendLogController.php 30 additions, 11 deletions.../sysext/belog/Classes/Controller/BackendLogController.php
- typo3/sysext/belog/Configuration/Backend/Modules.php 1 addition, 1 deletiontypo3/sysext/belog/Configuration/Backend/Modules.php
- typo3/sysext/belog/Resources/Private/Language/locallang.xlf 15 additions, 0 deletionstypo3/sysext/belog/Resources/Private/Language/locallang.xlf
- typo3/sysext/belog/Resources/Private/Partials/Content/Filter.html 35 additions, 1 deletion...sext/belog/Resources/Private/Partials/Content/Filter.html
- typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html 16 additions, 2 deletions.../belog/Resources/Private/Partials/Content/LogEntries.html
- typo3/sysext/belog/Resources/Private/Templates/BackendLog/List.html 20 additions, 5 deletions...xt/belog/Resources/Private/Templates/BackendLog/List.html
- typo3/sysext/belog/Resources/Public/JavaScript/backend-log.js 1 addition, 1 deletion...3/sysext/belog/Resources/Public/JavaScript/backend-log.js
- typo3/sysext/core/Documentation/Changelog/12.0/Feature-97051-FilterLogsByPageInLogModule.rst 29 additions, 0 deletions...ngelog/12.0/Feature-97051-FilterLogsByPageInLogModule.rst
- typo3/sysext/scheduler/Resources/Public/JavaScript/scheduler.js 1 addition, 1 deletion...sysext/scheduler/Resources/Public/JavaScript/scheduler.js
Please register or sign in to comment