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

           Summary: $wgOut->addExtensionStyle() seems broken
           Product: MediaWiki
           Version: 1.16-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Page rendering
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: happy-me...@live.com


Extension stylesheets are found in the path_to_mw/extensions/ExtensionName/
directory, not path_to_mw/skins/ like core stylesheets.  Hence the provision of
two separate worker functions in wgOut, addStyle() and addExtensionStyle(). 
However, they appear to then go through the same mangle and the extension
styles still end up with both the path_to_mw/skins/ directory prefix, and the
$wgStyleVersion suffix, that are added to core styles.  Something's not right
there.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to