Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linkchecker-3247797
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
linkchecker-3247797
Commits
cffad2f1
Commit
cffad2f1
authored
11 years ago
by
Alexander Hass
Browse files
Options
Downloads
Patches
Plain Diff
Added Smileys filter (
http://drupal.org/project/smiley
) to blacklist
parent
82062f93
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+1
-0
1 addition, 0 deletions
CHANGELOG.txt
linkchecker.module
+4
-1
4 additions, 1 deletion
linkchecker.module
with
5 additions
and
1 deletion
CHANGELOG.txt
+
1
−
0
View file @
cffad2f1
linkchecker 6.x-dev, nightly
linkchecker 6.x-dev, nightly
----------------------------
----------------------------
* Added Smileys filter (http://drupal.org/project/smiley) to blacklist
* Issue #1923328 by larowlan: Fragment check fails when source page contains spaces between attribute name, equals and value.
* Issue #1923328 by larowlan: Fragment check fails when source page contains spaces between attribute name, equals and value.
* Issue #1926558 by hass: Block extraction re-scans fail.
* Issue #1926558 by hass: Block extraction re-scans fail.
...
...
This diff is collapsed.
Click to expand it.
linkchecker.module
+
4
−
1
View file @
cffad2f1
...
@@ -35,6 +35,9 @@ define('LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS', "example.com\nexample.net\n
...
@@ -35,6 +35,9 @@ define('LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS', "example.com\nexample.net\n
* - Insert view filter, http://drupal.org/project/insert_view
* - Insert view filter, http://drupal.org/project/insert_view
* name: insert_view/0
* name: insert_view/0
* tags: [view:my_view]
* tags: [view:my_view]
* - Smileys filter, http://drupal.org/project/smiley
* name: smiley/0
* tags: Depends on icon set, for e.g: ":) :-) :smile:"
* - Smileys Filter, http://drupal.org/project/smileys
* - Smileys Filter, http://drupal.org/project/smileys
* name: smileys/0
* name: smileys/0
* tags: Depends on icon set, for e.g: ":) :-) :smile:"
* tags: Depends on icon set, for e.g: ":) :-) :smile:"
...
@@ -48,7 +51,7 @@ define('LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS', "example.com\nexample.net\n
...
@@ -48,7 +51,7 @@ define('LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS', "example.com\nexample.net\n
* name: weblinks_filter/0
* name: weblinks_filter/0
* tags: [link: title]
* tags: [link: title]
*/
*/
define
(
'LINKCHECKER_DEFAULT_FILTER_BLACKLIST'
,
'filter/1|insert_block/0|insert_node/0|insert_view/0|smileys/0|links_weblink/0|weblinks_embed/0|weblinks_filter/0'
);
define
(
'LINKCHECKER_DEFAULT_FILTER_BLACKLIST'
,
'filter/1|insert_block/0|insert_node/0|insert_view/0|
smiley/0|
smileys/0|links_weblink/0|weblinks_embed/0|weblinks_filter/0'
);
/**
/**
* Implementation of hook_perm().
* Implementation of hook_perm().
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment