https://bugzilla.wikimedia.org/show_bug.cgi?id=16119
Nemo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|Provide mechanism for local |Add $wgSpecialPageAliases |special page name aliases |similarly to |overrides |$wgNamespaceAliases --- Comment #10 from Nemo <[email protected]> --- (In reply to Ilmari Karonen from comment #9) > Except that there definitely should be an easier way to do that than writing > a custom hook function. Something like > > $wgSpecialPageAliases['Allpages'] = 'All_tables'; > > in LocalSettings.php would sound like reasonable syntax to me. Reflected this conclusion in bug summary. However, $wgNamespaceAliases doesn't supplant the "top" name of a language, it only adds a redirect. Given that there is a 4 lines configuration solution in comment 5, this may be considered a WORKSFORME. -- 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
