Page MenuHomePhabricator

AWB ignores {{wip}}
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • Load [[Reinhardt (Overwatch)]] with genfixes on and "Skip if page in use" checked

What happens?:

  • AWB suggests an edit (or in bot mode wants to make the edit)

What should have happened instead?:

  • AWB should have recognized {{wip}} as a redirect to {{in use}} and skipped the page

Please change WikiRegexes.cs to include all {{In use}} redirects as follows.

"Inuse", "In use", "GOCEinuse", "goceinuse", "in creation", "increation", "GOCE inuse", "GOCE in use",
"Goce in use", "Goce inuse", "GOCE in-use", "Big edit", "Currently editing", "Edited", "Editing", "In Use", "IN USE", "In-use", "Inuse-elapsed", "Inusefor", "Iu", "Major edit", "Majoredit", "PageRefurb", "Refactoring", "Wait", "Wip", "WIP"

I'm presuming DynamicRegexTests.cs will need a similar list.

Software version
AWB 6.4.0.0

Event Timeline

Rjwilmsi claimed this task.
Rjwilmsi subscribed.

rev 12944