Edit filter configuration

Differences between versions

ItemVersion from 09:28, 23 May 2020 by JzGVersion from 13:30, 29 May 2020 by Newslinger
Basic information
Notes:
New filter, discussion at https://en.wikipedia.org/w/index.php?title=Wikipedia:Administrators%27_noticeboard&oldid=794430458#Daily_Mail_redux
New filter, discussion at https://en.wikipedia.org/w/index.php?title=Wikipedia:Administrators%27_noticeboard&oldid=794430458#Daily_Mail_redux


Ritchie, you realize user age is measured in seconds, right? ~ Rob
Ritchie, you realize user age is measured in seconds, right? ~ Rob


Yes, it's a straight copy of Filter 126 for YouTube - why it checks for user age under 10 minutes, I don't know. That's one reason I didn't turn it on and invited other admins to comment, in case there was something obvious I missed. - Ritchie333
Yes, it's a straight copy of Filter 126 for YouTube - why it checks for user age under 10 minutes, I don't know. That's one reason I didn't turn it on and invited other admins to comment, in case there was something obvious I missed. - Ritchie333


Not much point checking under 10 minutes - removed. --zz
Not much point checking under 10 minutes - removed. --zz


No need to hide the filter - it's not like WP:BEANS is relevant. Per AN discussion, trap for all users but not bots - Ritchie333
No need to hide the filter - it's not like WP:BEANS is relevant. Per AN discussion, trap for all users but not bots - Ritchie333


Excluded rollbacks and reverts (eg. of page blanking) which aren't the intended targets and will only be annoying to people who aren't actually adding anything. Enabled trial run. --zz. 10 Aug 2017
Excluded rollbacks and reverts (eg. of page blanking) which aren't the intended targets and will only be annoying to people who aren't actually adding anything. Enabled trial run. --zz. 10 Aug 2017


Turning filter on - I'm getting fed up of reverting gossip cited to The Sun on BLPs - (will get consensus first at noticeboard) Ritchie333 21 Sep 2017
Turning filter on - I'm getting fed up of reverting gossip cited to The Sun on BLPs - (will get consensus first at noticeboard) Ritchie333 21 Sep 2017


"The Sun" and "Dailystar" moved to 899. See [[Special:Permalink/820423099#Enabling warnings or tags for Filter 869?]] ~MA
"The Sun" and "Dailystar" moved to 899. See [[Special:Permalink/820423099#Enabling warnings or tags for Filter 869?]] ~MA


new_wikitext is the big variable, moving it further down the chain in hopes this will speed things up ~MA
new_wikitext is the big variable, moving it further down the chain in hopes this will speed things up ~MA


Check all of mainspace (not just BLPs) per [[Special:Permalink/841151393#Set filter 869 to warn]] ~MA
Check all of mainspace (not just BLPs) per [[Special:Permalink/841151393#Set filter 869 to warn]] ~MA


Update deprecated param --Suffusion of Yellow 0:12 14 Apr 2019
Update deprecated param --Suffusion of Yellow 0:12 14 Apr 2019


Converting to parameterised reference - JzG 2019-08-24
Converting to parameterised reference - JzG 2019-08-24
Add globalresearch.ca -- JzG 2019-08-24
Add globalresearch.ca -- JzG 2019-08-24
Add sites per RSN - JzG 2019-08-25
Add sites per RSN - JzG 2019-08-25
Add liveleak per RSN - JzG 2019-11-23
Add liveleak per RSN - JzG 2019-11-23


Remove globalresearch.ca and liveleak.com, both of which are on the spam blacklist - Newslinger (28 Dec 2019)
Remove globalresearch.ca and liveleak.com, both of which are on the spam blacklist - Newslinger (28 Dec 2019)


Added draft namespace
Added draft namespace


Added thesun and regional variants - should have been added per RFC, no-one ever got around to it - David Gerard
Added thesun and regional variants - should have been added per RFC, no-one ever got around to it - David Gerard
Added Epoch Times - JzG 2020-05-15
Added Epoch Times - JzG 2020-05-15
Add Urban Dictionary per [[Wikipedia:Reliable sources/Noticeboard/Archive 293#Urban Dictionary]]. Alphabetize - Newslinger (20 May 2020)
Add Urban Dictionary per [[Wikipedia:Reliable sources/Noticeboard/Archive 293#Urban Dictionary]]. Alphabetize - Newslinger (20 May 2020)
Add secondary domain for Epoch Times - JzG 2020-05-23
Add secondary domain for Epoch Times - JzG 2020-05-23
Add RT - Newslinger (29 May 2020)
Filter conditions
Conditions:
(documentation)
equals_to_any(page_namespace, 0, 118) &
equals_to_any(page_namespace, 0, 118) &
(  
(  
     deprecated := "\b(?:dailymail\.co(?:\.uk|m)|(campaignlifecoalition|dailycaller|epochtimes|lifenews|lifesitenews|theepochtimes|urbandictionary|vdare|wnd|worldnetdaily)\.com|ettoday.net|alternet\.org|thesun\.(co\.uk|mobi|ie)|thescottishsun\.co\.uk)";
     deprecated := "\b(?:dailymail\.co(?:\.uk|m)|(campaignlifecoalition|dailycaller|epochtimes|lifenews|lifesitenews|rt|theepochtimes|urbandictionary|vdare|wnd|worldnetdaily)\.com|ettoday.net|alternet\.org|thesun\.(co\.uk|mobi|ie)|thescottishsun\.co\.uk)";
     added_lines irlike deprecated &
     added_lines irlike deprecated &
     !("bot" in user_groups) &
     !("bot" in user_groups) &
     !(removed_lines irlike deprecated) &
     !(removed_lines irlike deprecated) &
     !(summary irlike "^(Revert|rv|Undid)")
     !(summary irlike "^(Revert|rv|Undid)")
)
)