https://bugzilla.wikimedia.org/show_bug.cgi?id=28671

Bawolff (Brian Wolff) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #11 from Bawolff (Brian Wolff) <[email protected]> ---
(In reply to Brad Jorsch from comment #10)
> On the one hand, it looks like there *isn't* a "canonical" name. "realname"
> isn't guaranteed to work at all.
> 
> But if every language falls back to 'en', then the aliases defined for 'en'
> are all "canonical". And all the 'en' alias lists seem to include the
> "realname".

In OutputPage, we use the following:

list( $canonicalSpecialPageName, /*...*/ ) =
                                SpecialPageFactory::resolveAlias(
$title->getDBkey() );

to populate $wgCanonicalSpecialPageName in js, which is probably what's being
asked for.

-- 
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

Reply via email to