Project

General

Profile

Actions

Feature #13423

closed

Add DAM section to the manual

Added by Dan Osipov about 13 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
Start date:
2011-02-28
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Bug #M17379 added linkvalidator support to DAM. The bug contains the information for steps to integrate them together. Since all configuration touches linkvalidator config values, it makes more sense to add it to the linkvalidator manual.

Step 1: Add dam to the linktypes TSConfig:
base tsconfig: mod.linkvalidator.linktypes = db,file,external
new tsConfig : mod.linkvalidator.linktypes = db,file,external,dam

Step 2: Add the new markers in the PAGE_SECTION mail template
base template:

Page: ###TITLE###

All links types: ###BROKENLINKCOUNT### (last report: ###BROKENLINKCOUNT_OLD###)
Internal link: ###DB### (last report: ###DB_OLD###)
External link: ###EXTERNAL### (last report: ###EXTERNAL_OLD###)

new template:


Page: ###TITLE###
All links types: ###BROKENLINKCOUNT### (last report: ###BROKENLINKCOUNT_OLD###)
Internal link: ###DB### (last report: ###DB_OLD###)
External link: ###EXTERNAL### (last report: ###EXTERNAL_OLD###)
Dam link: ###DAM### (last report: ###DAM_OLD###)

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #27214: Linkvalidator checks wrong links (related to DAM)Closed2011-06-05

Actions
Related to TYPO3 Core - Task #30588: Update manualClosed2011-10-05

Actions
Actions

Also available in: Atom PDF