Project

General

Profile

Actions

Bug #103478

open

Linkvalidator should check fields with type "file"

Added by Sybille Peters about 1 month ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2024-03-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

e.g. pages.media

see documentation: https://docs.typo3.org/c/typo3/cms-linkvalidator/main/en-us/Configuration/Index.html

LinkAnalyzer.php:

if (($conf['type'] ?? '') === 'link' && empty($conf['softref'])) {
    $conf['softref'] = 'typolink';
}

Related issues 3 (2 open1 closed)

Related to TYPO3 Core - Task #103477: Documentation for Link Validator searchFields says it is only possible to check fields with a defined "softref"ResolvedSybille Peters2024-03-25

Actions
Related to TYPO3 Core - Bug #83835: Linkvalidator should check more fields by default, such as sys_file_reference.linkUnder Review2018-02-09

Actions
Related to TYPO3 Core - Bug #89182: Linkvalidator should only check relevant fields in tableUnder Review2019-09-16

Actions
Actions #1

Updated by Sybille Peters about 1 month ago

  • Related to Task #103477: Documentation for Link Validator searchFields says it is only possible to check fields with a defined "softref" added
Actions #2

Updated by Sybille Peters about 1 month ago

  • Related to Bug #83835: Linkvalidator should check more fields by default, such as sys_file_reference.link added
Actions #3

Updated by Sybille Peters about 1 month ago

  • Related to Bug #89182: Linkvalidator should only check relevant fields in table added
Actions

Also available in: Atom PDF