https://bugzilla.wikimedia.org/show_bug.cgi?id=16839
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from Brion Vibber <[email protected]> 2009-01-06 23:13:40 UTC --- Hmm... Testing with cleanupTitles: shortwiki 2009-01-06 23:05:59: page 1267 (Media:Joemomma) doesn't match self. shortwiki 2009-01-06 23:05:59: DRY RUN: would rename 1267 (0,'Media:Joemomma') to (0,'Joemomma') shortwiki 2009-01-06 23:06:47: page 1267 (Special:Joemomma) doesn't match self. shortwiki 2009-01-06 23:06:47: DRY RUN: would rename 1267 (0,'Special:Joemomma') to (0,'Joemomma') This is just dropping the namespace, which would probably be sub-ideal if the text was intended to be part of the original title. Compare with current handling of a conflict with an interwiki prefix: shortwiki 2009-01-06 23:07:26: page 1267 (Wikipedia:Joemomma) doesn't match self. shortwiki 2009-01-06 23:07:26: DRY RUN: would rename 1267 (0,'Wikipedia:Joemomma') to (0,'Broken/wikipedia:Joemomma') Note that namespaceDupes has different handling of that case, also including the original text: Checking interwiki prefix: "Wikipedia" ... 1 conflicts detected: ... 1267 (0,"Wikipedia:Joemomma") -> (0,"Wikipedia-Joemomma") [[Wikipedia-Joemomma]] Probably we should make sure that both cleanup scripts perform the same cleanup here... namespacceDupes is at least now refusing to normalize the title record into -2 or -1 namespaces, so that's a good thing. :) Probably should let it handle them in some way, though, as is done for the interwiki case. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
