Edit filter configuration

Differences between versions

ItemVersion from 18:55, 8 January 2015 by Peter HarrisonVersion from 17:19, 3 January 2018 by Peter Harrison
Basic information
Notes:
A new user creating a user page with external links is usually a sign of spam.
A new user creating a user page with external links is usually a sign of spam.


16/9/14 Extend to cover user talk pages
16/9/14 Extend to cover user talk pages


10/11/14 Changed description and tag
10/11/14 Changed description and tag


18/12/14 Improved method for detecting external links
18/12/14 Improved method for detecting external links


8/1/15 Fixed bug in filter causing it to trigger on any page with an https link
8/1/15 Fixed bug in filter causing it to trigger on any page with an https link
3/1/18 Simplified detection of external links
Filter conditions
Conditions:
(documentation)
user_editcount < 10 &
user_editcount < 10 &
article_articleid = 0 &
article_articleid = 0 &
(article_namespace = 2 | article_namespace = 3) &
(article_namespace = 2 | article_namespace = 3) &
(count("http://", added_links) > 0 | count("https://", added_links) > 0)
(length(added_links) >= 1)