Edit filter configuration

Differences between versions

ItemVersion from 23:44, 18 October 2018 by MusikAnimalVersion from 22:46, 23 October 2022 by Suffusion of Yellow
Basic information
Notes:
Filter to prevent blanking of talk pages by non-registered users, except to their own user talk page
Filter to prevent blanking of talk pages by non-registered users, except to their own user talk page


Adding user space, and a check to prevent it from triggering when the page is already small. - Hersfold
Adding user space, and a check to prevent it from triggering when the page is already small. - Hersfold


Expanding to new users as well as IPs -- NW 11/19/11
Expanding to new users as well as IPs -- NW 11/19/11
Tweaking, user talk covered by filter 34. - Hersfold
Tweaking, user talk covered by filter 34. - Hersfold
Another tweak - logic fail. It was picking up any non-user talk space because I forgot () and had a | instead of a & - Hersfold
Another tweak - logic fail. It was picking up any non-user talk space because I forgot () and had a | instead of a & - Hersfold


Optimizing - Hersfold
Optimizing - Hersfold


Switched to warning. - Ruslik
Switched to warning. - Ruslik


add tag "talk page blanking" - Cen
add tag "talk page blanking" - Cen
Simplified logic. - Ruslik
Simplified logic. - Ruslik
Added an exception for redirecting. - Ruslik
Added an exception for redirecting. - Ruslik
I increased old size to 150. - Ruslik
I increased old size to 150. - Ruslik
Removed parentheses. - Ruslik
Removed parentheses. - Ruslik


add exception for 69.226.103.13 - Cen
add exception for 69.226.103.13 - Cen


NO! Do not exempt particular IPs, its a waste of checks. If they want exemption, create an account. Its free -Prodego
NO! Do not exempt particular IPs, its a waste of checks. If they want exemption, create an account. Its free -Prodego


Exempting articles created by anybot. - Ruslik
Exempting articles created by anybot. - Ruslik


Optimizing. - KoH
Optimizing. - KoH


Clean layout and reduce condition count.  -DF
Clean layout and reduce condition count.  -DF


Removed Anybot, that was 2009. RF  2015-07-04
Removed Anybot, that was 2009. RF  2015-07-04
Put namespace check first to save conditions on mainspace edits. --Suffusion of Yellow 22:46 23 Oct 2022
Filter conditions
Conditions:
(documentation)
page_namespace % 2 == 1 &
user_editcount < 12 &
user_editcount < 12 &
new_size < 100 &
new_size < 100 &
page_namespace % 2 == 1 &
old_size > 150 &
old_size > 150 &
!(user_name in page_prefixedtitle) &
!(user_name in page_prefixedtitle) &
page_namespace != 3 &
page_namespace != 3 &
!(added_lines irlike "^#\s*redirect\s*\[\[")
!(added_lines irlike "^#\s*redirect\s*\[\[")