wiki.techinc.nl/includes/resourceloader
2011-01-09 11:44:52 +00:00
..
ResourceLoader.php Attempt at fixing bug 26370, which seems to be an infinite loop caused by ob_get_level() never going all the way down to 0 no matter how many output buffers we destroy. Use a for loop instead 2011-01-08 15:41:55 +00:00
ResourceLoaderContext.php Remove some unused variables and globals 2010-11-28 16:13:13 +00:00
ResourceLoaderFileModule.php Moved CSS flipping to occur inside a module - this resolves a bug which occurs when flipping happens AFTER CSSMin::remap embeds a data URI of an un-flipped image. 2010-12-16 19:31:48 +00:00
ResourceLoaderModule.php * In ResourceLoaderContext, lazy-load $this->direction and $this->language, to avoid loading the whole English localisation for load.php requests which never call getHash(). 2010-11-19 06:52:38 +00:00
ResourceLoaderSiteModule.php Fixed Doxygen incompatible JSDoc style comments (bad Trevor!) as per some comments on r75036. 2010-11-05 18:33:50 +00:00
ResourceLoaderStartUpModule.php Add a hook for registering variables in ResourceLoaderStartUpModule::getConfig() to complement MakeGlobalVariablesScript 2011-01-09 11:44:52 +00:00
ResourceLoaderUserModule.php Remove unnecessary check against $wgAllowUserCss in ResourceLoaderUserModule that was used to trigger JS as well as CSS, breaking installs where user JS is allowed but user CSS is not. Callers already check for the relevant $wgAllow* variables before including this module. 2010-12-08 20:10:11 +00:00
ResourceLoaderUserOptionsModule.php Moved CSS flipping to occur inside a module - this resolves a bug which occurs when flipping happens AFTER CSSMin::remap embeds a data URI of an un-flipped image. 2010-12-16 19:31:48 +00:00
ResourceLoaderWikiModule.php Moved CSS flipping to occur inside a module - this resolves a bug which occurs when flipping happens AFTER CSSMin::remap embeds a data URI of an un-flipped image. 2010-12-16 19:31:48 +00:00