Bug #106062
closedScheduler task for LinkValidator should not carry TypoScript configuration as string
0%
Description
The ability of the LinkValidator's scheduler task to define a TypoScript configuration as a large textarea is unfortunate, as it blocks the ability to easily transform this to a Symfony CLI task.
The ability to specifiy a text string should be removed in favor of specifying a FILE to carry this configuration. This also removes the need for odd multiline and special character escaping.
Updated by Gerrit Code Review 5 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87996
Updated by Garvin Hicking 5 months ago
- Related to Feature #98453: Migrate scheduler tasks to commands added
Updated by Gerrit Code Review 4 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87996
Updated by Gerrit Code Review 4 months ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87996
Updated by Garvin Hicking 2 months ago
- Status changed from Under Review to Closed
abandoned, solving differently (trying to make multiline command parameters work)