Filter editorFilter history

Differences between versions

ItemVersion from 05:09, 20 May 2014 by GlaisherVersion from 16:54, 25 August 2014 by Glaisher
Basic information
Notes:
Recognise test edits (that add either www.example.com, or File/Image:Example.jpg) to the page, for pages other than the sandbox. - Eptalon 26 Oct 2010
Recognise test edits (that add either www.example.com, or File/Image:Example.jpg) to the page, for pages other than the sandbox. - Eptalon 26 Oct 2010
disabled; does not seem to recognise what it should - 10 Nov 2010
disabled; does not seem to recognise what it should - 10 Nov 2010


Enabled again. Re-written completely. - Glaisher 2014-04-22
Enabled again. Re-written completely. - Glaisher 2014-04-22


Example file/image regex - Glaisher 2014-May-20
Example file/image regex - Glaisher 2014-May-20
Signature from toolbar. - Glaisher 25-Aug-2014
Filter conditions
Conditions:
!("autoconfirmed" in user_groups)
!("autoconfirmed" in user_groups)
& (article_namespace == 0)
& (article_namespace == 0)
& (action="edit")
& (action="edit")
& (
& (
     ("'''Bold text'''" in added_lines)
     ("'''Bold text'''" in added_lines)
     |("''Italic text''" in added_lines)
     |("''Italic text''" in added_lines)
     |("== Heading text ==" in added_lines)
     |("== Heading text ==" in added_lines)
     |("=== Heading text ===" in added_lines)
     |("=== Heading text ===" in added_lines)
     |("==== Heading text ====" in added_lines)
     |("==== Heading text ====" in added_lines)
     |("===== Heading text =====" in added_lines)
     |("===== Heading text =====" in added_lines)
     |("* Bulleted list item" in added_lines)
     |("* Bulleted list item" in added_lines)
     |("# Numbered list item" in added_lines)
     |("# Numbered list item" in added_lines)
     |("<nowiki>Insert non-formatted text here</nowiki>" in added_lines)
     |("<nowiki>Insert non-formatted text here</nowiki>" in added_lines)
     |("<big>Big text</big>" in added_lines)
     |("<big>Big text</big>" in added_lines)
     |("<small>Small text</small>" in added_lines)
     |("<small>Small text</small>" in added_lines)
     |(added_lines irlike "\[\[(file:|image:)example\.(jpg|png|gif|svg|ogg)" )
     |(added_lines irlike "\[\[(file:|image:)example\.(jpg|png|gif|svg|ogg)" )
    |("--~~~~" in added_lines)
)
)
Older change
Retrieved from "https://simple.wikipedia.org/wiki/Special:AbuseFilter/history/5/diff/prev/cur"