Edit filter configuration

Differences between versions

ItemVersion from 12:11, 12 November 2019 by ZzuuzzVersion from 04:49, 26 October 2022 by Suffusion of Yellow
Basic information
Flags:
Enabled
 
Notes:
Filter to create tag for when a new user or IP removes wikilinks from an article, to flag potential edits by IP hopping redlink removal vandal. - Coffee
Filter to create tag for when a new user or IP removes wikilinks from an article, to flag potential edits by IP hopping redlink removal vandal. - Coffee


optimize, use edit_delta to cut down consequential removal wikilinks when blanking content. Could probably better restrict to *just* delinking with something like:
optimize, use edit_delta to cut down consequential removal wikilinks when blanking content. Could probably better restrict to *just* delinking with something like:


   edit_delta == -(rcount("\[\[", lcase(removed_lines)) +
   edit_delta == -(rcount("\[\[", lcase(removed_lines)) +
     rcount("\]\]", lcase(removed_lines)))
     rcount("\]\]", lcase(removed_lines)))


~MA 2016.02.16
~MA 2016.02.16


I appreciate that very much MA... hadn't thought of that potential outcome. - Coffee 2016.02.16
I appreciate that very much MA... hadn't thought of that potential outcome. - Coffee 2016.02.16


No problem. I think we should just target delinking alone. We won't get hits when they make other accompanying changes but there's so many unrelated hits it almost makes it not worthwhile. After all, we're tagging these edits, so we should try to be as accurate as possible ~MA
No problem. I think we should just target delinking alone. We won't get hits when they make other accompanying changes but there's so many unrelated hits it almost makes it not worthwhile. After all, we're tagging these edits, so we should try to be as accurate as possible ~MA


Remove pointless "lcase" calls, and format.  -DF
Remove pointless "lcase" calls, and format.  -DF
Disabled; was broken all along. See [[Special:PermaLink/1118289296#753]]. --Suffusion of Yellow 04:49 26 Oct 2022