Edit filter configuration

Differences between versions

ItemVersion from 19:17, 27 April 2022 by Suffusion of YellowVersion from 22:19, 10 February 2024 by Suffusion of Yellow
Basic information
Notes:
Added a check to exclude speedy deletes, typically copyvios of those SPS's that have to list the SPS. -C 4APR20
Added a check to exclude speedy deletes, typically copyvios of those SPS's that have to list the SPS. -C 4APR20


Exempt PDFs, relatively rare case and a good chance of being a scan of a reliable printed article that happens to be hosted on one of those sites. - KoH 2020-04-19
Exempt PDFs, relatively rare case and a good chance of being a scan of a reliable printed article that happens to be hosted on one of those sites. - KoH 2020-04-19


Exclude Twinkle. Likely rollbacks of page blanking or spam, and warning isn't displayed correctly. --Suffusion of Yellow 00:56 20 Apr 2020
Exclude Twinkle. Likely rollbacks of page blanking or spam, and warning isn't displayed correctly. --Suffusion of Yellow 00:56 20 Apr 2020


Check Template: namespace, exclude more summaries (logged at 1081) --Suffusion of Yellow 20:44 30 Aug 2020
Check Template: namespace, exclude more summaries (logged at 1081) --Suffusion of Yellow 20:44 30 Aug 2020


Refine deletion template check and also exclude copyvio templates. --Suffusion of Yellow 19:38 3 Sep 2020
Refine deletion template check and also exclude copyvio templates. --Suffusion of Yellow 19:38 3 Sep 2020


Add drive.google.com, commonly used as a source despite the fact that it isn't remotely reliable. - ST47 2020-10-30
Add drive.google.com, commonly used as a source despite the fact that it isn't remotely reliable. - ST47 2020-10-30
Dropbox, same reason. - ST47 2020-10-30
Dropbox, same reason. - ST47 2020-10-30


Fix Twinkle summary check. --Suffusion of Yellow 21:01 12 Feb 2022
Fix Twinkle summary check. --Suffusion of Yellow 21:01 12 Feb 2022


Restore PDF check that I removed by accident. --Suffusion of Yellow 19:15 27 Apr 2022
Restore PDF check that I removed by accident. --Suffusion of Yellow 19:15 27 Apr 2022
Add {{Close paraphrasing}} to exceptions. --Suffusion of Yellow 22:18 10 Feb 2024
Filter conditions
Conditions:
(documentation)
equals_to_any(page_namespace, 0, 10, 118) &  
equals_to_any(page_namespace, 0, 10, 118) &  
(
(
     selfpuburl := "\b(angelfire|blogger|blogspot|geocities|livejournal|rootsweb|wordpress|drive\.google|dropbox)\.\w{2,3}\b";
     selfpuburl := "\b(angelfire|blogger|blogspot|geocities|livejournal|rootsweb|wordpress|drive\.google|dropbox)\.\w{2,3}\b";


     added_lines irlike (selfpuburl) &
     added_lines irlike (selfpuburl) &
     !(removed_lines irlike (selfpuburl)) &
     !(removed_lines irlike (selfpuburl)) &
     !("bot" in user_groups) &
     !("bot" in user_groups) &
     !(summary irlike  "^(?:revert|restore|rv|undid)|AFCH|speedy deletion|reFill") &
     !(summary irlike  "^(?:revert|restore|rv|undid)|AFCH|speedy deletion|reFill") &
     !(added_lines irlike "\{\{(db[\-\|]|delete\||sd\||speedy deletion|(subst:)?copyvio|copypaste)|\.pdf")
     !(added_lines irlike "\{\{(db[\-\|]|delete\||sd\||speedy deletion|(subst:)?copyvio|copypaste|close paraphrasing)|\.pdf")
)
)