Jump to content

Edit filter configuration

Differences between versions

ItemVersion from 11:50, 1 April 2009 by MacGyverMagicVersion from 12:40, 29 April 2009 by Ruslik0
Basic information
Flags:
 
Deleted
Notes:
This regex logs edits that enter the same 4-25 character phrase at least 4 times in a text.
This regex logs edits that enter the same 4-25 character phrase at least 4 times in a text.
Keeping in log-only to check for false positives.
Keeping in log-only to check for false positives.
Was based on http://en.wikipedia.org/w/index.php?title=Kinship&diff=280722645&oldid=279106143 and the related request by the same anon at WP:FALSEPOS.
Was based on http://en.wikipedia.org/w/index.php?title=Kinship&diff=280722645&oldid=279106143 and the related request by the same anon at WP:FALSEPOS.


rlike is much nicer on the execution than rcount if the intention is to fine 1 or more.  -DF
rlike is much nicer on the execution than rcount if the intention is to fine 1 or more.  -DF


Oops, I broke it.  My bad.  About 40 bad matches.  -DF
Oops, I broke it.  My bad.  About 40 bad matches.  -DF


Faster to assume the pattern starts with non-whitespace than to go back and exclude all whitespace matches.  -DF
Faster to assume the pattern starts with non-whitespace than to go back and exclude all whitespace matches.  -DF


Ignoring checkusers oversighters or admins who are more likely to post multiple votes in arbitration cases. False positive based on log entry of edit by [[User:Roger Davies]]. --Mgm
Ignoring checkusers oversighters or admins who are more likely to post multiple votes in arbitration cases. False positive based on log entry of edit by [[User:Roger Davies]]. --Mgm


Added character that caused false positive for [[User:B. Fairbairn]] on their talk page. Maybe changing how often it can appear later on. --Mgm
Added character that caused false positive for [[User:B. Fairbairn]] on their talk page. Maybe changing how often it can appear later on. --Mgm


renaming --Mgm
renaming --Mgm
Revert to previous format to avoid false negatives caused by one space at the start of line. --Mgm
Revert to previous format to avoid false negatives caused by one space at the start of line. --Mgm
Additional time did not increase the runtime of the filter. - Mgm
Additional time did not increase the runtime of the filter. - Mgm


Disabled false positives increasing somehow -- Mgm
Disabled false positives increasing somehow -- Mgm
Fixed -- Mgm
Fixed -- Mgm
Disabling again. I'm seeing some odd hits and I don't have the time to keep monitoring. Please keep this disabled until I'm back. - Mgm
Disabling again. I'm seeing some odd hits and I don't have the time to keep monitoring. Please keep this disabled until I'm back. - Mgm
Marked as deleted. - Ruslik