[!!!][FEATURE] Migrate Scheduler Cli Controller to Symfony Command
The scheduler CLI controller that is triggered via "typo3/cli_dispatch.phpsh scheduler" is migrated to a Symfony Command, which also allows the scheduler to be called via "typo3/sysext/core/bin/typo3 scheduler:run" with the same arguments. The PHP class TYPO3\CMS\Scheduler\Controller\SchedulerCliController has been replaced by TYPO3\CMS\Scheduler\Command\SchedulerCommand. Resolves: #79263 Releases: master Change-Id: I3f117a5a4d46cffe303f0209ac256d0011afe979 Reviewed-on: https://review.typo3.org/51246 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/backend/Classes/Console/CliRequestHandler.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Console/CliRequestHandler.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-79263-SchedulerCLIControllerClassRemoved.rst 36 additions, 0 deletions...ter/Breaking-79263-SchedulerCLIControllerClassRemoved.rst
- typo3/sysext/core/Documentation/Changelog/master/Feature-79263-SchedulerCLIAvailableAsSymfonyCommand.rst 20 additions, 0 deletions...r/Feature-79263-SchedulerCLIAvailableAsSymfonyCommand.rst
- typo3/sysext/scheduler/Classes/Command/SchedulerCommand.php 162 additions, 0 deletionstypo3/sysext/scheduler/Classes/Command/SchedulerCommand.php
- typo3/sysext/scheduler/Configuration/Commands.php 12 additions, 0 deletionstypo3/sysext/scheduler/Configuration/Commands.php
- typo3/sysext/scheduler/Documentation/Installation/SchedulerShellScript/Index.rst 2 additions, 11 deletions...Documentation/Installation/SchedulerShellScript/Index.rst
- typo3/sysext/scheduler/ext_localconf.php 5 additions, 3 deletionstypo3/sysext/scheduler/ext_localconf.php
Please register or sign in to comment