For bug 27488: move the startup script, jquery+mediawiki and the mw.config.set()...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 7 Apr 2011 12:07:25 +0000 (12:07 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 7 Apr 2011 12:07:25 +0000 (12:07 +0000)
commit82bf4764ea4f391bf6f9ce732bf91fbd56162cdb
treec91e3764fdb0455f212a7cc39b53f4add5667848
parent4a9b45fbbed627fbfc27f3598de1e7dc19d086db
For bug 27488: move the startup script, jquery+mediawiki and the mw.config.set() call for configuration variables back to the <head> . Let modules control whether they're loaded in the <head> ('top') or at the bottom of the <body> ('bottom') through the position parameter/property

Also rearranges the loading order a little bit such that only=messages comes before only=scripts, and config comes before everything except startup and jquery+mediawiki
includes/OutputPage.php
includes/Skin.php
includes/resourceloader/ResourceLoaderFileModule.php
includes/resourceloader/ResourceLoaderModule.php
resources/Resources.php