Actions
Feature #13423
closedAdd DAM section to the manual
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###)
Actions