Closed (won't fix)
Project:
Link checker
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2009 at 21:10 UTC
Updated:
17 Oct 2009 at 16:40 UTC
The internal links could be replaced with absolute links (base_path() . 'node/x')... and if http://drupal.org/project/pathfilter module is installed with internal:node/x and if http://drupal.org/project/pathologic is installed without a base_path(). And not to forget other URL filter modules like markdown. Not sure if there are other modules we need to care about or what to do with #465414: Relative links extracted incorrectly. Many dependencies need to be considered...
Comments
Comment #1
hass commentedThis case is a followup of #452080: Update permanently moved internal links is broken.
Comment #2
hass commentedComment #3
hass commentedNeed to make sure that local links are only changed to the path filter urls in content where
check_markup()runs on (for e.g.$node->body,$node->teaser,$comment['comment'],$box['body']).Comment #4
hass commentedThis feature is now implemented in pathfilter, see #148300: [Push #1]: Automatic url conversion to internal links. If pathologic follows - it would be great.