https://bugzilla.wikimedia.org/show_bug.cgi?id=16290
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[email protected] --- Comment #17 from Brion Vibber <[email protected]> 2009-06-23 22:52:53 UTC --- (In reply to comment #16) > The "easy" keyword isn't used with shell requests. Why not? :) (In reply to comment #14) > I am really not sure how to fix this issue. I am re-assigning this ticket to > Brion. He is currently on vacation, but when he gets back I will review it > with him so I can fix this sort of thing in the future. Taking a peek... Looks like 4 of the missing pages got found by one of the cleanup runs, but couldn't be auto-resolved to the right name so ended up with the 'Broken/' prefix: http://bar.wikipedia.org/wiki/Spezial:Pr%C3%A4fixindex/Diskussion:Broken Rob, for future reference I went looking for them by peeking in the page database for the titles mentioned in the above links to see if they'd gotten moved around: mysql> select page_namespace,page_title from page where page_title like '%Bairische_Sprache'; mysql> select page_namespace,page_title from page where page_title like '%Bayern'; This turned up the entries: | 1 | Broken/Portal\x3aBairische_Sprache | | 1 | Broken/Portal\x3aBairische_Sprache | and I could confirm there were some others present peeking in Special:Prefixindex. They can be renamed to their proper locations as needed. If any others remain missing they should be findable similarly. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
