[TYPO3-v4] Several scheduler issues

Steffen Kamper info at sk-typo3.de
Sun Aug 22 16:25:57 CEST 2010


Hi,

i use this thread to sum up problems with scheduler.

Unit test tx_scheduler_croncmdTest: 2 failures
* Weekday part uses single day
* Day list uses list of day of month with single day of week

tx_scheduler_CachingFrameworkGarbageCollectionTest:
Fatal error: Class 'tx_scheduler_CachingFrameworkGarbageCollection' not 
found in 
C:\xampp\htdocs\tv\typo3\sysext\scheduler\tests\tx_scheduler_cachingframeworkgarbagecollectionTest.php 
on line 54

When running in cli the interface tx_scheduler_AdditionalFieldProvider 
is not found
(this is easy to solve, add interface to autoload)
I only wonder why the interface is found in BE mode, any clue?


Additionally i would like to support "groups" eg for displaying tasks in 
a grouped grid. As in dev list discussed, it's possible that an 
extension like cal adds hundreds of task, then the BE module is flooded 
and doesn't looks good.

Solution seems easy, as the registered tasks have this array key eg:
tx_scheduler_TestTask
so extract group from this key, in this case "tx_scheduler"

what do you think?

vg Steffen


More information about the TYPO3-project-v4 mailing list