Task #89632
closedRemove confusing “cron command” ambiguity.
100%
Description
Remove the ambiguity of “cron command” that causes confusion for a first time reader, as happened in https://forge.typo3.org/issues/75802 . Saying “cron command” implies the entire instruction, including the shell command portion. Instead, we want only the patterns of the first five fields of a crontab entry input file line, described in “The Open Group Base Specifications Issue 7, 2018 edition” at https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html . There is no definitive name for these five fields as a group: “cron schedule expression” or “crontab schedule expression” are descriptive.
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/211
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62271
Updated by Gerrit Code Review about 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62271
Updated by Gerrit Code Review about 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62271
Updated by Gerrit Code Review about 5 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62271
Updated by Anonymous about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 125d94c1facee3ee5d5949ee59e9facd7f99383c.