Bug #103494
openLinkvalidator uses tstamp field directly without checking TCA in recheckLinks
0%
Description
This should be merged before https://review.typo3.org/c/Packages/TYPO3.CMS/+/83612
TCA should be used to determine which field is relevant for tstamp (and if there is such a field) before using it for a DB query
$GLOBALS['TCA'][$table]['ctrl']['tstamp']
Reproduce¶
- Change configuration to mod.linkvalidator.searchFields.sys_redirect.target
- check links (with a broken redirect target)
- in the list of broken links, click pencil to edit redirect target field
- change value, save and close edit field
Now, exception is thrown.
Updated by Gerrit Code Review 8 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/+/83613
Updated by Sybille Peters 8 months ago
- Description updated (diff)
- Status changed from Under Review to New
Updated by Sybille Peters 8 months ago
- Related to Bug #83835: Linkvalidator should check more fields by default, such as sys_file_reference.link added
Updated by Gerrit Code Review 8 months ago
- Status changed from New to Under Review
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/+/83613
Updated by Gerrit Code Review 7 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/+/83613
Updated by Gerrit Code Review 7 months ago
Patch set 4 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/+/83613
Updated by Gerrit Code Review 7 months ago
Patch set 5 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/+/83613
Updated by Gerrit Code Review 7 months ago
Patch set 6 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/+/83613
Updated by Gerrit Code Review 7 months ago
Patch set 7 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/+/83613
Updated by Gerrit Code Review about 1 month ago
Patch set 8 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/+/83613