wiki.techinc.nl/includes/resourceloader
2011-03-14 14:25:23 +00:00
..
ResourceLoader.php (bug 27054) Implicit end of statement can break stuff when files are combined. Applied patch by Paul Copperman: add a semicolon to the end of every module when combining; this'll terminate any unterminated final statement, and otherwise create a harmless empty statement. 2011-03-14 14:25:23 +00:00
ResourceLoaderContext.php Fix logic error in r73204 (!) causing ResourceLoaderContext::getHash() to always return null 2011-02-19 16:48:05 +00:00
ResourceLoaderFileModule.php doxygen can use @code ! 2011-03-02 20:28:32 +00:00
ResourceLoaderModule.php (bug 27302) Avoid unnecessary requests for user and site modules if the relevant wiki pages don't exist. 2011-02-19 17:07:05 +00:00
ResourceLoaderNoscriptModule.php Include MediaWiki:Noscript.css in <noscript></noscript> tags in the header, to allow wikis to load styles for users with JS disabled. 2011-03-05 16:01:25 +00:00
ResourceLoaderSiteModule.php 2 subclasses of ResourceLoaderWikiModule implement a duplicate version of getFlip. Move it up into ResourceLoaderWikiModule 2011-02-18 00:33:45 +00:00
ResourceLoaderStartUpModule.php Add missing to mw.config 2011-02-21 21:24:09 +00:00
ResourceLoaderUserGroupsModule.php 2 subclasses of ResourceLoaderWikiModule implement a duplicate version of getFlip. Move it up into ResourceLoaderWikiModule 2011-02-18 00:33:45 +00:00
ResourceLoaderUserModule.php 2 subclasses of ResourceLoaderWikiModule implement a duplicate version of getFlip. Move it up into ResourceLoaderWikiModule 2011-02-18 00:33:45 +00:00
ResourceLoaderUserOptionsModule.php Using the mw alias for mediaWiki in core. Saves bandwidth and makes sense (there's no point in a wrapper function for ($,mw) if we use jQuery and mediaWiki inside of it). 2011-02-19 22:59:44 +00:00
ResourceLoaderWikiModule.php (bug 27302) Avoid unnecessary requests for user and site modules if the relevant wiki pages don't exist. 2011-02-19 17:07:05 +00:00