[FEATURE] Run CommandController commands through Scheduler
This feature allows any Extbase CommandController command to be executed through the scheduler. Argument values are fully supported and both action and argument names can be translated through locallang. Task name and arguments are displayed in the Task overview. Change-Id: I91cf580db97da50fb34d8f9c64b453d96b21f303 Resolves: #32107
Showing
- typo3/sysext/extbase/Classes/MVC/Controller/CommandController.php 4 additions, 4 deletions...sext/extbase/Classes/MVC/Controller/CommandController.php
- typo3/sysext/extbase/Classes/Scheduler/FieldProvider.php 313 additions, 0 deletionstypo3/sysext/extbase/Classes/Scheduler/FieldProvider.php
- typo3/sysext/extbase/Classes/Scheduler/Task.php 155 additions, 0 deletionstypo3/sysext/extbase/Classes/Scheduler/Task.php
- typo3/sysext/extbase/Classes/Scheduler/TaskExecutor.php 147 additions, 0 deletionstypo3/sysext/extbase/Classes/Scheduler/TaskExecutor.php
- typo3/sysext/extbase/Resources/Private/Language/locallang_db.xlf 9 additions, 0 deletions...ysext/extbase/Resources/Private/Language/locallang_db.xlf
- typo3/sysext/extbase/ext_tables.php 7 additions, 0 deletionstypo3/sysext/extbase/ext_tables.php
Please register or sign in to comment