Differences between versions

ItemVersion from 08:35, 1 September 2009 by Od MishehuVersion from 08:44, 1 September 2009 by Ruslik0
Basic information
Notes:
Per request at [[WP:RAF]], the removal of all categories in an article often implies vandalism.
Per request at [[WP:RAF]], the removal of all categories in an article often implies vandalism.


Fix redirect catcher and exclude large deletions targeted elsewhere. -DF
Fix redirect catcher and exclude large deletions targeted elsewhere. -DF


Setting to warn. Not a single false-positive in the last 100 hits. --Conti
Setting to warn. Not a single false-positive in the last 100 hits. --Conti


Using message MediaWiki:Abusefilter-all-categories-removed - Cenarium
Using message MediaWiki:Abusefilter-all-categories-removed - Cenarium


add tag "categories removed" - Cen
add tag "categories removed" - Cen


I added "stub}}" to the exceptions. - Ruslik
I added "stub}}" to the exceptions. - Ruslik


I added lcase to old_wikitext. - Ruslik
I added the "{{uncat" - usually if a new user adds this, (s)he is familiar enough to know what (s)he's doing.
I added the "{{uncat" - usually if a new user adds this, (s)he is familiar enough to know what (s)he's doing.
Filter conditions
Conditions:
( documentation)
(article_namespace == 0) &
(article_namespace == 0) &
!("autoconfirmed" in user_groups) &
!("autoconfirmed" in user_groups) &
(edit_delta > -2000) &
(edit_delta > -2000) &
(old_wikitext contains "[[Category") &
(lcase(old_wikitext) contains "[[category") &
!contains_any(lcase(new_wikitext), "[[category", "#redirect", "stub}}","{{uncat")
!contains_any(lcase(new_wikitext), "[[category", "#redirect", "stub}}","{{uncat")