Edit filter configuration

Differences between versions

ItemVersion from 18:38, 18 March 2019 by GalobtterVersion from 02:57, 14 October 2020 by GeneralNotability
Basic information
Notes:
make string comparison case insensitive  —EncMstr
make string comparison case insensitive  —EncMstr


Is there a reason to hide this? The title of the filter makes its purpose and function pretty obvious, after all. --Conti
Is there a reason to hide this? The title of the filter makes its purpose and function pretty obvious, after all. --Conti


remove whitespace from both user name and article name - will catch User:JohnSmith creating an article "John Smith." - Evil saltine
remove whitespace from both user name and article name - will catch User:JohnSmith creating an article "John Smith." - Evil saltine
Optimized -- Shirik 21 Feb 2010
Optimized -- Shirik 21 Feb 2010


Rm spurious & character. - Ruslik
Rm spurious & character. - Ruslik
Include when the user name is part of the title or the title is part of the user name. -Sole Soul
Include when the user name is part of the title or the title is part of the user name. -Sole Soul


Noting that Special:AbuseFilter/188 (a similar filter for autobiographies) has been deleted; and this is the only one left (10 Nov 2013)
Noting that Special:AbuseFilter/188 (a similar filter for autobiographies) has been deleted; and this is the only one left (10 Nov 2013)


optimize parentheses per DF. RF 2015-02-22
optimize parentheses per DF. RF 2015-02-22


20160213 - disabled - possible technical issue - see edit filter noticeboard - xaosflux
20160213 - disabled - possible technical issue - see edit filter noticeboard - xaosflux


Re-enabling with no warning, better that this gets tagged for patrollers than disabled completely. --Samwalton9, 22 Feb 2016
Re-enabling with no warning, better that this gets tagged for patrollers than disabled completely. --Samwalton9, 22 Feb 2016


Cleanup/update deprecated. -G 2019-03-06
Cleanup/update deprecated. -G 2019-03-06


Reenable warning - apparently a "temporary" disabling - increase edit count to 100, since some editors creating autobiographies have 30-40+ edits. ("temporary" fixes always last the longest..) -G 2019-03-06
Reenable warning - apparently a "temporary" disabling - increase edit count to 100, since some editors creating autobiographies have 30-40+ edits. ("temporary" fixes always last the longest..) -G 2019-03-06


Include drafts. Tested on 953. -G 2019-03-19
Include drafts. Tested on 953. -G 2019-03-19
rmspecials -> rmwhitespace(rmspecials) to maintain current behavior per phab:T263024 -GN 2020-10-13
Filter conditions
Conditions:
(documentation)
page_id == 0 &
page_id == 0 &
user_editcount < 100 &
user_editcount < 100 &
equals_to_any ( page_namespace, 0, 118 ) &
equals_to_any ( page_namespace, 0, 118 ) &
(
(
   rmspecials(lcase(user_name)) in rmspecials(lcase(page_title)) |
   rmwhitespace(rmspecials(lcase(user_name))) in rmwhitespace(rmspecials(lcase(page_title))) |
   rmspecials(lcase(page_title)) in rmspecials(lcase(user_name))
   rmwhitespace(rmspecials(lcase(page_title)) )in rmwhitespace(rmspecials(lcase(user_name)))
)
)