Abuse filter management

From SikhiWiki
Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigationJump to search

Differences between versions

ItemVersion from 15:11, 1 March 2011 by Hari singhVersion from 01:06, 16 January 2016 by Hari singh
Basic information
Notes:
Large new articles with no wiki markup are often, but not always, a sign of copyvios.
Large new articles with no wiki markup are often, but not always, a sign of copyvios.


Add tag "large unwikified new article" - it's a good newpages filter (in the sense, many of the detected pages end up deleted), so added at [[C:SD]] - Cen
Add tag "large unwikified new article" - it's a good newpages filter (in the sense, many of the detected pages end up deleted), so added at [[C:SD]] - Cen


deactivate - bug, see WT:ABFIL - Cen
deactivate - bug, see WT:ABFIL - Cen


:Werdna says it is fixed now. -DF
:Werdna says it is fixed now. -DF


making sure it's a creation - Cen
making sure it's a creation - Cen


I expanded the list of sings of a wikified article. - Ruslik
I expanded the list of sings of a wikified article. - Ruslik


Optimize -TS
Optimize -TS
On 16-01-2016 Changed from:
(user_editcount < 10) &
(article_namespace == 0) &
(article_recent_contributors == "") &
(old_size == 0) &
(new_size > 1000) &
!(contains_any(added_lines, "[[", "{{", "{|", "==", "<", "''"))
Filter conditions
Conditions:
(user_editcount < 10) &
article_recent_contributors == "" &
(article_namespace == 0) &
(
(article_recent_contributors == "") &
user_editcount < 50 &
(old_size == 0) &
(
(new_size > 1000) &
  article_namespace == 0 &
!(contains_any(added_lines, "[[", "{{", "{|", "==", "<", "''"))
  (
  new_size > 1000 &
  !contains_any(added_lines, "[[", "{{", "{|", "==", "<ref", "''")
  )
)
)