[FEATURE] Display available commands in scheduler
The scheduler submodule "Available scheduler commands" lists all registered scheduler commands. This list is now grouped by the extension name to improve readability. Additionally, cli commands that can be executed as scheduler commands are now listed as well. Minor drive-by changes are applied along the way. Resolves: #99436 Releases: main Change-Id: I879a7fcc7b1593054958cbd4419c13ff1b4b7ff5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77239 Tested-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/12.3/Feature-99436-ListCommandsInSchedulerModule.rst 28 additions, 0 deletions...elog/12.3/Feature-99436-ListCommandsInSchedulerModule.rst
- typo3/sysext/core/Tests/Acceptance/Application/Scheduler/TasksCest.php 2 additions, 2 deletions...core/Tests/Acceptance/Application/Scheduler/TasksCest.php
- typo3/sysext/recycler/Tests/Unit/Task/CleanerFieldProviderTest.php 1 addition, 1 deletion...ext/recycler/Tests/Unit/Task/CleanerFieldProviderTest.php
- typo3/sysext/scheduler/Classes/Controller/AvailableSchedulerTasksController.php 41 additions, 12 deletions.../Classes/Controller/AvailableSchedulerTasksController.php
- typo3/sysext/scheduler/Classes/Controller/SchedulerSetupCheckController.php 3 additions, 4 deletions...uler/Classes/Controller/SchedulerSetupCheckController.php
- typo3/sysext/scheduler/Classes/Task/ExecuteSchedulableCommandAdditionalFieldProvider.php 11 additions, 7 deletions...Task/ExecuteSchedulableCommandAdditionalFieldProvider.php
- typo3/sysext/scheduler/Resources/Private/Language/locallang.xlf 5 additions, 2 deletions...sysext/scheduler/Resources/Private/Language/locallang.xlf
- typo3/sysext/scheduler/Resources/Private/Templates/InfoScreen.html 51 additions, 10 deletions...ext/scheduler/Resources/Private/Templates/InfoScreen.html
Please register or sign in to comment