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

       Web browser: ---
            Bug ID: 44089
           Summary: No special page styling on aliased special pages
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: MobileFrontend (Beta)
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Visit https://de.m.wikipedia.org/wiki/Spezial:Mobile_Optionen
and you will notice the special page is not styled. Likewise for
https://fr.m.wikipedia.org/wiki/Sp%C3%A9cial:Liste_de_suivi

This is because module names for special pages are tied to names.

It seems rather than looking for mobile.watchlist.styles and
mobile.watchlist.scripts the aliased special page looks for
mobile.liste_de_suivi.styles and mobile.liste_de_suivi.scripts

Offending line
$id = explode( '/', strtolower( $title->getText() ) );
in SkinMobile.php

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to