[FEATURE] Grouping for scheduler-jobs
Allows defining of task-groups and groups tasks in scheduler-list by those groups. Tasks inside a hidden group are neither automatically executed nor displayed in the scheduler module. Task-groups feature a description field that can hold additional information and is displayed below the group name in the scheduler list. Change-Id: I445cf9296ab03e9e0e9e3a35ba5a6aa66ad23f13 Resolves: #52695 Releases: 6.2 Reviewed-on: https://review.typo3.org/24608 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Georg Ringer Tested-by: Markus Klein Reviewed-by: Markus Klein
Showing
- typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php 232 additions, 137 deletions...cheduler/Classes/Controller/SchedulerModuleController.php
- typo3/sysext/scheduler/Classes/Scheduler.php 15 additions, 8 deletionstypo3/sysext/scheduler/Classes/Scheduler.php
- typo3/sysext/scheduler/Classes/Task/AbstractTask.php 28 additions, 2 deletionstypo3/sysext/scheduler/Classes/Task/AbstractTask.php
- typo3/sysext/scheduler/Configuration/TCA/tx_scheduler_task_group.php 51 additions, 0 deletions...t/scheduler/Configuration/TCA/tx_scheduler_task_group.php
- typo3/sysext/scheduler/Documentation/Administration/GroupTask/Index.rst 32 additions, 0 deletions...cheduler/Documentation/Administration/GroupTask/Index.rst
- typo3/sysext/scheduler/Documentation/Administration/Index.rst 1 addition, 0 deletions...3/sysext/scheduler/Documentation/Administration/Index.rst
- typo3/sysext/scheduler/Documentation/Images/GroupRecords.png 0 additions, 0 deletionstypo3/sysext/scheduler/Documentation/Images/GroupRecords.png
- typo3/sysext/scheduler/Documentation/Images/GroupedTasks.png 0 additions, 0 deletionstypo3/sysext/scheduler/Documentation/Images/GroupedTasks.png
- typo3/sysext/scheduler/ext_tables.sql 20 additions, 0 deletionstypo3/sysext/scheduler/ext_tables.sql
- typo3/sysext/scheduler/locallang_tca.xlf 14 additions, 0 deletionstypo3/sysext/scheduler/locallang_tca.xlf
- typo3/sysext/scheduler/mod1/locallang.xlf 3 additions, 0 deletionstypo3/sysext/scheduler/mod1/locallang.xlf
Please register or sign in to comment