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 #1

Updated by Dan Osipov about 13 years ago

After discussing with Patrick, the section was committed to DAM manual, while the linkvalidator manual will add a reference to the DAM manual for more information on setup.

Actions #2

Updated by Bernhard Eckl almost 13 years ago

I could not find any TS for changing the mail templatefile in Linkvalidator so I changed the original template itself. So a TS setting for this would be useful like
plugin.linkvalidator.mailtemplatefile =

Actions #3

Updated by Patrick Gaumond almost 13 years ago

Bernhard Eckl wrote:

I could not find any TS for changing the mail templatefile in Linkvalidator so I changed the original template itself. So a TS setting for this would be useful like
plugin.linkvalidator.mailtemplatefile =

The template is set in each Schedular task, not by using TSconfig. You can change emailTemplateFile in the task, look at bottom image in page 5 of the manual.

Do you have a use case for using TSconfig instead of different Scheduler tasks?

BTW, this request was not linked to DAM support...

Actions #4

Updated by Bernhard Eckl almost 13 years ago

Ahh, I’m sorry, I didn’t see the field in the scheduler.

BTW, I just inserted the TSConfig code mod.linkvalidator.linktypes = db,file,external,dam and edited the template file, now I saw the process is still seen in the backend as running (since 22 hours) and I can see the scheduler task by executing ps aux | grep scheduler. Maybe there is a bug in DAM support.

Actions #5

Updated by Philipp Gampe over 12 years ago

  • Target version set to 4.6.0
  • TYPO3 Version set to 4.6
Actions #6

Updated by Philipp Gampe over 12 years ago

  • Status changed from New to Closed

I think this is should only be in dam manual.

Actions #7

Updated by Michael Stucki over 10 years ago

  • Category set to Linkvalidator
Actions #8

Updated by Michael Stucki over 10 years ago

  • Project changed from 1510 to TYPO3 Core
  • Category changed from Linkvalidator to Linkvalidator
Actions

Also available in: Atom PDF