Task #105962
closedadd "Core Events (PSR-14)" list to cms-lowlevel
0%
Description
In addition to the existing list for event listeners, a new list should be created that lists all core events. To differentiate the two lists, the existing list should be renamed to 'Registered Event Listeners (PSR-14)' and the new one to 'Core Events (PSR-14)'.
To identify all core events, all classes in the PSR autoloading system that end with 'Event' can be added to the list and then further checked for false positives.
Updated by Chris Müller 29 days ago
Are you aware that there is already a list of events in the documentation (also with description and examples)?
https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/ApiOverview/Events/Events/Index.html
Updated by Gerrit Code Review 29 days ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87804
Updated by Christian Rath-Ulrich 29 days ago
Chris Müller wrote in #note-1:
Are you aware that there is already a list of events in the documentation (also with description and examples)?
https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/ApiOverview/Events/Events/Index.html
yes I will link to that list and maybe link the individual events to the list as well
Updated by Gerrit Code Review 27 days ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87804
Updated by Gerrit Code Review 27 days ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87804
Updated by Gerrit Code Review 27 days ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87804
Updated by Gerrit Code Review 27 days ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87804
Updated by Gerrit Code Review 27 days ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87804
Updated by Christian Rath-Ulrich 21 days ago
Moved to extension after discussing with the Core team that it's too flaky to become a core part https://packagist.org/packages/cru/psr14-event-list
Updated by Garvin Hicking 21 days ago
- Status changed from Under Review to Closed
Updated by Garvin Hicking 21 days ago
Thanks for starting this i do believe its worthwile and thanks for making it available as an extension!