Help
Editing filter
Edit Filter navigation
(
Home
|
Recent filter changes
|
Examine past edits
|
Edit Filter Log
)
Editing filter 135 (see also a
graph
of recent actions)
Jump to navigation
Jump to search
Filter parameters
Filter ID:
135
Description:
(publicly viewable)
Filter hits:
1,361,945 hits
Statistics:
Of the last 8,743 actions, this filter has matched 31 (0.35%). On average, its run time is 0.01 ms, and it consumes 0 conditions of the condition limit.
Conditions:
(
documentation
)
!"confirmed" in user_groups & ( article_namespace = 0 & ( ( rmwhitespace(added_lines) rlike "([^_:.*'|=}{0 -]{1,9})\1{7}" | added_lines rlike "[bcdfghjklmnpqrstvwxz]{9,}" ) & ( ! rmwhitespace(removed_lines) rlike "([^_:.*'|=}{-]{1,9})\1{6}" & ! removed_lines rlike "[bcdfghjklmnpqrstvwxz]{8,}" & ! added_lines rlike "https?:\/\/\S*([^_:*'|=}{-]{1,9})\1{7}|https?:\/\/\S*[bcdfghjklmnpqrstvwxz]{7,}|(^|\n)[|!]" & ! added_lines irlike "number|spell|math|string|<br\b" & ! article_text irlike "number" ) ) )
!"confirmed" in user_groups & ( article_namespace = 0 & ( ( rmwhitespace(added_lines) rlike "([^_:.*'|=}{0 -]{1,9})\1{7}" | added_lines rlike "[bcdfghjklmnpqrstvwxz]{9,}" ) & ( ! rmwhitespace(removed_lines) rlike "([^_:.*'|=}{-]{1,9})\1{6}" & ! removed_lines rlike "[bcdfghjklmnpqrstvwxz]{8,}" & ! added_lines rlike "https?:\/\/\S*([^_:*'|=}{-]{1,9})\1{7}|https?:\/\/\S*[bcdfghjklmnpqrstvwxz]{7,}|(^|\n)[|!]" & ! added_lines irlike "number|spell|math|string|<br\b" & ! article_text irlike "number" ) ) )
Notes:
Catch copy/paste vandalism like hahahahahahahahahahahahaha. --Wknight94 This doesn't need to be private. -BJ This has far too many false positives to be set to disallow... Not to mention that it seems to block people from using "..." and "'''''" (for bold/italic), amongst other things. --Conti It can at least warn. "'''''''" problem is fixed now. Added curly brace exception too. Need example of "..." since at least 7 occurrences are needed to trigger. --Wknight94 Changed title to something more neutral. --Conti Too many false positives - mostly in reference URLs. Unless someone has a clever way to fix, this is causing more harm than good IMHO. Agreed, please do not enable this filter without substantial changes, and substantial log only testing. -Prodego removing the quote, it was triggered by '''xxxx''' in certain cases -- Luk The filter should ignore urls. - Ruslik Ignoring all edits with URLs in them isn't a good idea. I've made it a bit more complex, actually checking if a link contains repeating chars. If any added link contains added chars, it stops. Theoretically we could do all sorts of counting to make sure there isn't a link with repeating chars AND other repeating chars, but I think that would just eat away at needless conditions, considering it is likely very rare. -Prodego Turning out not to be too useful and the filter is overwrought now. Disabling. -Wknight94 Merged testing edit summary from 292 - Shirik 12 Feb 2010 Optimized summary block - Shirik 12 Feb 2010 ignoring if repeated chars was already there, per request -- Jun 18, Soap Merge filter 366 into this. – Oct 28, EdoDodo Filter tripped the rate limit. I reset it; I didn't see any FPs. -- Shirik 7 Nov 2010 Reset rate limit. - KoH 10 Mar 2011 Simplify. -Sole Soul Ignore zero - FPs. --Reaper 2012-05-25 Format. -DF
Flags:
Hide details of this filter from public view
Enable this filter
Mark as deleted
Filter last modified:
21:01, 25 February 2015
by
Dragons flight
(
talk
|
contribs
)
History:
View this filter's history
Tools:
Export this filter to another wiki
{"row":{"af_id":"135","af_pattern":"!\"confirmed\" in user_groups \u0026\r\n( \r\n article_namespace = 0 \u0026\r\n ( \r\n ( \r\n rmwhitespace(added_lines) rlike \"([^_:.*'|=}{0 -]{1,9})\\1{7}\" |\r\n added_lines rlike \"[bcdfghjklmnpqrstvwxz]{9,}\"\r\n ) \u0026 \r\n (\r\n ! rmwhitespace(removed_lines) rlike \"([^_:.*'|=}{-]{1,9})\\1{6}\" \u0026 \r\n ! removed_lines rlike \"[bcdfghjklmnpqrstvwxz]{8,}\" \u0026 \r\n ! added_lines rlike \"https?:\\/\\/\\S*([^_:*'|=}{-]{1,9})\\1{7}|https?:\\/\\/\\S*[bcdfghjklmnpqrstvwxz]{7,}|(^|\\n)[|!]\" \u0026 \r\n ! added_lines irlike \"number|spell|math|string|\u003Cbr\\b\" \u0026\r\n ! article_text irlike \"number\"\r\n )\r\n )\r\n)","af_user":"16980","af_user_text":"Dragons flight","af_timestamp":"20150225210144","af_enabled":"1","af_comments":"Catch copy/paste vandalism like hahahahahahahahahahahahaha. --Wknight94\r\n\r\nThis doesn't need to be private. -BJ\r\n\r\nThis has far too many false positives to be set to disallow... Not to mention that it seems to block people from using \"...\" and \"'''''\" (for bold/italic), amongst other things. --Conti\r\n\r\nIt can at least warn. \"'''''''\" problem is fixed now. Added curly brace exception too. Need example of \"...\" since at least 7 occurrences are needed to trigger. --Wknight94\r\n\r\nChanged title to something more neutral. --Conti\r\n\r\nToo many false positives - mostly in reference URLs. Unless someone has a clever way to fix, this is causing more harm than good IMHO.\r\n\r\nAgreed, please do not enable this filter without substantial changes, and substantial log only testing. -Prodego\r\n\r\nremoving the quote, it was triggered by '''xxxx''' in certain cases -- Luk\r\nThe filter should ignore urls. - Ruslik\r\n\r\nIgnoring all edits with URLs in them isn't a good idea. I've made it a bit more complex, actually checking if a link contains repeating chars. If any added link contains added chars, it stops. Theoretically we could do all sorts of counting to make sure there isn't a link with repeating chars AND other repeating chars, but I think that would just eat away at needless conditions, considering it is likely very rare. -Prodego\r\n\r\nTurning out not to be too useful and the filter is overwrought now. Disabling. -Wknight94\r\nMerged testing edit summary from 292 - Shirik 12 Feb 2010\r\nOptimized summary block - Shirik 12 Feb 2010\r\nignoring if repeated chars was already there, per request -- Jun 18, Soap\r\n\r\nMerge filter 366 into this. \u2013\u00a0Oct 28, EdoDodo\r\nFilter tripped the rate limit. I reset it; I didn't see any FPs. -- Shirik 7 Nov 2010\r\nReset rate limit. - KoH 10 Mar 2011\r\n\r\nSimplify. -Sole Soul\r\n\r\nIgnore zero - FPs. --Reaper 2012-05-25\r\n\r\nFormat. -DF","af_public_comments":"Repeating characters","af_hidden":"0","af_hit_count":"1361945","af_throttled":"0","af_deleted":"0","af_actions":"warn,tag","af_global":"0","af_group":"default"},"actions":{"tag":{"action":"tag","parameters":["repeating characters"]},"warn":{"action":"warn","parameters":["abusefilter-warning-repeated-characters"]}}}
Actions to take when matched
Trigger actions only if the user trips a rate limit
Number of actions to allow:
Period of time (in seconds):
Group throttle by:
IP address
User account
/16 range
Date of account creation
Edit count
The whole site
Page
Trigger these actions after giving the user a warning
System message to use for warning:
abusefilter-warning
Other message
Page name of other message:
(without "MediaWiki:" prefix)
Show/Hide preview of selected message
Prevent the user from performing the action in question
System message to use for disallowing:
abusefilter-disallowed
Other message
Page name of other message:
(without "MediaWiki:" prefix)
Show/Hide preview of selected message
Revoke the user's autoconfirmed status
Tag the edit in contributions lists and page histories
Tags to apply:
(see
Wikipedia:Tags
for use and formatting)
(please don't rename a tag here, see link above)
(one per line, no commas, publicly visible)
repeating characters
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Special page
Variants
Views
More
Search
Navigation
Main page
Contents
Featured content
Current events
Random article
Donate to Wikipedia
Wikipedia store
Interaction
Help
About Wikipedia
Community portal
Recent changes
Contact page
Tools
Upload file
Special pages
Printable version
Languages