Closed (won't fix)
Project:
Link checker
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2012 at 20:46 UTC
Updated:
8 Jun 2014 at 20:08 UTC
Jump to comment: Most recent
Comments
Comment #1
caesius commentedComment #2
hass commentedThis is a very cool feature I thought about in past, too. After some thinking I focused on other things as it seems to be difficult for internal, relative and absolute paths. The patch #1441574: Port D6 access bypass bugfixes to D7 may also help you to better detect all links as a short review of your sandbox have shown me your code may not find *all* links. I may be wrong, but you are looking for absolute links only if I remember correctly and linkchecker allows a lot more like pathauto and other input filtered links. To get this feature in we first need to fix #1441574: Port D6 access bypass bugfixes to D7 and make sure that all links are getting highlighted.
I'm not sure if it may be more easier/reliable to implement this with an input filter that adds the css classes to the links just on output. With DOM you can add classes really easy. I also wished we would be able to do the same in the edit form - at least in WYSIWYG editors.
Comment #3
hass commentedOk, the access bypass has been committed.
The idea about the feature here is as follows:
Variant 2 should be the fastest and most reliable. I'm open to other ideas. Are you able to develop this feature?
Comment #4
hass commented@caesius: Are you working on this feature?
Comment #5
hass commentedNo patch provided.