User "Krinkle" posted a comment on MediaWiki.r91031. Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/91031#c18938 Commit summary:
(bug 29277) MediaWiki:Filepage.css not loaded on foreignwiki itself. Fixup to r68904. Yay Roan finally taught me how to use the resourceloader :D Comment: There's two seperate things: * Using resourceloader * it not being loaded on the repository itself It it still using an index.php call on the remote wikis (as it probably should for now) to load it from commons. But on Commons itself it now uses ResourceLoader (which is itself probably a good thing, saves an additional request). But it does evade the cause of bug 29277, which still needs to be taken care of as a good practice. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
