Actions
Bug #25673
closedNumeric zero for representation of weekday sunday is not accepted
Start date:
2010-11-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently, the scheduler accepts single numeric values only for representation of weekdays. Lower bound and included is 1, upper bound and included in range is 7. 1 means monday, 7 sunday.
However, even the currently reduced functionality is not fully compatible with an usual cron entry. Usally numeric zero is also allowed representing sunday.
man 5 crontab
Copying the cron entry weekday part in a local variable is by intention. It is not desired to manipulate the originally supplied cron entry part.
(issue imported from #M16321)
Updated by Marcus Krause about 14 years ago
attached patches are made against trunk
the added unit test is supposed to get committed to 4-4 and above
Updated by Christian Kuhn almost 14 years ago
Committed fix & test to:
- trunk rev. 9656
- 4.4 rev. 9657
- 4.3 rev. 9658
Updated by Francois Suter over 12 years ago
- Status changed from Resolved to Closed
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
Actions