[FEATURE] EXT:Scheduler: Run manually executed tasks on next cron-run
Added a feature to the scheduler to mark tasks to be run by next cron job. Resolves: #45537 Releases: master Change-Id: I72d0e693821630a0be655159b53c168b1973d886 Reviewed-on: https://review.typo3.org/45807 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Classes/Imaging/IconRegistry.php 6 additions, 0 deletionstypo3/sysext/core/Classes/Imaging/IconRegistry.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-45537-RunManuallyExecutedTasksOnNextCron-run.rst 16 additions, 0 deletions.../Feature-45537-RunManuallyExecutedTasksOnNextCron-run.rst
- typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php 35 additions, 12 deletions...cheduler/Classes/Controller/SchedulerModuleController.php
- typo3/sysext/scheduler/Classes/Scheduler.php 6 additions, 1 deletiontypo3/sysext/scheduler/Classes/Scheduler.php
- typo3/sysext/scheduler/Classes/Task/AbstractTask.php 27 additions, 0 deletionstypo3/sysext/scheduler/Classes/Task/AbstractTask.php
- typo3/sysext/scheduler/Documentation/Administration/BackendModule/Index.rst 3 additions, 4 deletions...uler/Documentation/Administration/BackendModule/Index.rst
- typo3/sysext/scheduler/Documentation/Administration/ExecuteNextCronjob/index.rst 18 additions, 0 deletions...Documentation/Administration/ExecuteNextCronjob/index.rst
- typo3/sysext/scheduler/Documentation/Administration/Index.rst 1 addition, 0 deletions...3/sysext/scheduler/Documentation/Administration/Index.rst
- typo3/sysext/scheduler/Resources/Private/Language/locallang.xlf 6 additions, 0 deletions...sysext/scheduler/Resources/Private/Language/locallang.xlf
- typo3/sysext/scheduler/Resources/Private/Templates/Backend/SchedulerModule/ListTasks.html 3 additions, 0 deletions.../Private/Templates/Backend/SchedulerModule/ListTasks.html
Please register or sign in to comment