Major refactoring of site and user CSS, creating ResourceLoaderUserModule and Resourc...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Sat, 11 Sep 2010 03:26:15 +0000 (03:26 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Sat, 11 Sep 2010 03:26:15 +0000 (03:26 +0000)
commita99f9ec28b9aa9df98740cb9da37850011834663
treebaaba9741b7ab63f14412be3d8c74768bf4ce760
parentaf26088bd974d8e63b00e6bf5de2e41b127323e3
Major refactoring of site and user CSS, creating ResourceLoaderUserModule and ResourceLoaderUserPreferenceModule. Also moved as much of the global variables being generated in Skin::makeGlobalVaiablesScript into the ResourceLoaderStartupModule - which will make configuration changes effective site-wide in 5 minutes instead of whenever all pages are purged from cache - what remains embedded in the HTML is article and user specific - two things we don't know by the time we request the startup module. Also, fixed issue where debug=false was being interpreted to be equivilant to debug=true. Finally, finished integrating the introduction of $wgLoadScript, thus fixing overlooked issues in r72763.
includes/OutputPage.php
includes/ResourceLoaderContext.php
includes/ResourceLoaderModule.php
includes/Skin.php
load.php
resources/Resources.php
resources/mediawiki/mediawiki.js