https://bugzilla.wikimedia.org/show_bug.cgi?id=67234
--- Comment #4 from Jeremy <[email protected]> --- (In reply to Nik Everett from comment #3) > Jeremy - I've never called it that but I imagine your usage predates mine. > Can you post a sample of LocalSettings.php that creates the problem custom > search namespace names? That's probably the best way for me to reproduce > the problem. I can see if I can work that into a unit test so we don't > break it again. Nik, I was referring to the function name within SpecialSearch.php, not so much the Advanced search options. :) Here is what we are using in LocalSettings.php, including some of our own namespaces: $wgSearchTheseNamespaces = array(0 =>"Main Content", 90 => "Discussions", NS_HELP => "Help", NS_CATEGORY => "Category", 6 => "Files", NS_SUPERVISOR => "Supervisor", NS_TL => "Tech Lead", NS_RC => "Repair Coach", NS_GM=> "Managers", NS_TRAINING => "Training", ); -- 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
