Differences between versions

ItemVersion from 19:23, 16 February 2016 by MusikAnimalVersion from 11:51, 7 April 2016 by Dragons flight
Basic information
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.  -DF
Filter conditions
Conditions:
( documentation)
article_namespace == 0 & (
article_namespace == 0 & (
   !("confirmed" in user_groups) & (
   !("confirmed" in user_groups) & (
     edit_delta == -(rcount("\[\[", lcase(removed_lines)) + rcount("\]\]", lcase(removed_lines))) & (
     edit_delta == -(rcount("\[\[", removed_lines) + rcount("\]\]", removed_lines)) & (
       rcount("\[\[", lcase(removed_lines)) > rcount("\[\[", lcase(added_lines))
       rcount("\[\[", removed_lines) > rcount("\[\[", added_lines)
     )
     )
   )
   )
)
)

Differences between versions

ItemVersion from 19:23, 16 February 2016 by MusikAnimalVersion from 11:51, 7 April 2016 by Dragons flight
Basic information
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.  -DF
Filter conditions
Conditions:
( documentation)
article_namespace == 0 & (
article_namespace == 0 & (
   !("confirmed" in user_groups) & (
   !("confirmed" in user_groups) & (
     edit_delta == -(rcount("\[\[", lcase(removed_lines)) + rcount("\]\]", lcase(removed_lines))) & (
     edit_delta == -(rcount("\[\[", removed_lines) + rcount("\]\]", removed_lines)) & (
       rcount("\[\[", lcase(removed_lines)) > rcount("\[\[", lcase(added_lines))
       rcount("\[\[", removed_lines) > rcount("\[\[", added_lines)
     )
     )
   )
   )
)
)

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook