cleanupTitles: Don't add 'Broken/' prefix if the title is valid without it
authorBartosz Dziewoński <matma.rex@gmail.com>
Fri, 26 Jan 2018 03:17:01 +0000 (19:17 -0800)
committerBartosz Dziewoński <matma.rex@gmail.com>
Fri, 26 Jan 2018 03:17:01 +0000 (19:17 -0800)
commitda1cf60167420e6f849152fbf84c06e11ad903a7
tree9ec218a33938b9a840bb66239a058189f2ef38e5
parent1fdfc0e816b5e35eb893b9b5254d9aeb16c1ae5b
cleanupTitles: Don't add 'Broken/' prefix if the title is valid without it

In some cases, e.g. changes in Unicode normalization rules or
MediaWiki banning some invisible characters that were previously
allowed in titles, it's enough to just run the title through
normalization and update the database entry.

Change-Id: I786f31510bbd58c2ec02fc91918de5241c9050d6
maintenance/cleanupTitles.php