[FEATURE] Add Events to AdminPanel
To promote the new PSR-14 Events and to make it easier for people to see which kinds of events may be used, the admin panel now displays all events that are dispatched in the current request with their parameters. Resolves: #90265 Releases: master Change-Id: I3c73ab19168954e66ca3bb73762a26a3cb9628a2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63041 Tested-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/Sass/adminpanel.scss 15 additions, 5 deletionsBuild/Sources/Sass/adminpanel.scss
- composer.json 1 addition, 0 deletionscomposer.json
- composer.lock 77 additions, 76 deletionscomposer.lock
- typo3/sysext/adminpanel/Classes/Modules/Debug/Events.php 76 additions, 0 deletionstypo3/sysext/adminpanel/Classes/Modules/Debug/Events.php
- typo3/sysext/adminpanel/Classes/Service/EventDispatcher.php 39 additions, 0 deletionstypo3/sysext/adminpanel/Classes/Service/EventDispatcher.php
- typo3/sysext/adminpanel/Configuration/Services.yaml 6 additions, 0 deletionstypo3/sysext/adminpanel/Configuration/Services.yaml
- typo3/sysext/adminpanel/Resources/Private/Language/locallang_debug.xlf 3 additions, 0 deletions...adminpanel/Resources/Private/Language/locallang_debug.xlf
- typo3/sysext/adminpanel/Resources/Private/Templates/Modules/Debug/Events.html 3 additions, 0 deletions...nel/Resources/Private/Templates/Modules/Debug/Events.html
- typo3/sysext/adminpanel/Resources/Public/Css/adminpanel.css 1 addition, 1 deletiontypo3/sysext/adminpanel/Resources/Public/Css/adminpanel.css
- typo3/sysext/adminpanel/composer.json 2 additions, 1 deletiontypo3/sysext/adminpanel/composer.json
- typo3/sysext/adminpanel/ext_localconf.php 3 additions, 0 deletionstypo3/sysext/adminpanel/ext_localconf.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-90265-ShowDispatchedEventsInAdminPanel.rst 25 additions, 0 deletions...master/Feature-90265-ShowDispatchedEventsInAdminPanel.rst
Please register or sign in to comment