User "Catrope" posted a comment on MediaWiki.r92272. Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/92272#c19660 Commit summary:
Merged in live CommonSettings.php changes...sigh Comment: <pre> - $wgExtensionAssetsPath = 'http://test.wikipedia.org/w/extensions-' . $wgVersionDirectory; - $wgStyleSheetPath = 'http://test.wikipedia.org/w/skins-' . $wgVersionDirectory; + $wgExtensionAssetsPath = "$urlprotocol//test.wikipedia.org/w/extensions-1.17"; + $wgStyleSheetPath = "$urlprotocol//test.wikipedia.org/w/skins-1.17"; } else { - $wgExtensionAssetsPath = 'http://bits.wikimedia.org/w/extensions-' . $wgVersionDirectory; - $wgStyleSheetPath = 'http://bits.wikimedia.org/skins-' . $wgVersionDirectory; + $wgExtensionAssetsPath = "$urlprotocol//bits.wikimedia.org/w/extensions-1.17"; + $wgStyleSheetPath = "$urlprotocol//bits.wikimedia.org/skins-1.17"; </pre> Note that <code>$wgVersionDirectory</code> was removed here, it should be put back at some point. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
