wiki.techinc.nl/includes/resourceloader
2011-01-12 20:58:36 +00:00
..
ResourceLoader.php Followup r78924: keep track of exception/warning comments separately, to prevent them from being eaten by the minifier. This also prevents filter cache pollution. Additionally, uncomment some wrongfully commented-out code introduced in r78924, and add newlines after exception/warning comments 2011-01-09 12:29:02 +00:00
ResourceLoaderContext.php Remove some unused variables and globals 2010-11-28 16:13:13 +00:00
ResourceLoaderFileModule.php Fix bug in ResourceLoader causing LTR->RTL flipping to only be applied to the first CSS file of every module. Thanks to thedj for reporting and investigating this bug and to Nikerabbit for finding the culprit (bad use of array_map) 2011-01-09 16:24:09 +00:00
ResourceLoaderModule.php Documentation addition/tweaks 2011-01-10 04:44:33 +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 Fix issue with missing keys in $wgFileExtensions caused by an array_diff() somewhere. Doesn't seem needed on any of the other vars at first glance 2011-01-12 20:58:36 +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 Documentation addition/tweaks 2011-01-10 04:44:33 +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