wiki.techinc.nl/includes/resourceloader
2011-08-01 23:20:58 +00:00
..
ResourceLoader.php Merge live hack - bumping version of minified stuff 2011-08-01 23:20:58 +00:00
ResourceLoaderContext.php (bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished. 2011-07-06 02:26:06 +00:00
ResourceLoaderFileModule.php Followup to r91608: reduce impact of bug 29784 (high jsmin+ memory usage during parsing) by skipping JS validation on modules backed by files. Unless you're developing them, these will usually be stable, and large individual files like the pre-bundled jQuery can hit memory limits much sooner than we like. 2011-07-11 21:39:06 +00:00
ResourceLoaderFilePageModule.php (bug 29277) MediaWiki:Filepage.css not loaded on foreignwiki itself. Fixup to r68904. Yay Roan finally taught me how to use the resourceloader :D 2011-06-29 00:08:25 +00:00
ResourceLoaderModule.php [ResourceLoader 2]: Add support for multiple loadScript sources 2011-07-26 21:10:34 +00:00
ResourceLoaderNoscriptModule.php Fixup/add documentation 2011-05-21 17:45:20 +00:00
ResourceLoaderSiteModule.php Fixup/add documentation 2011-05-21 17:45:20 +00:00
ResourceLoaderStartUpModule.php [ResourceLoader 2]: Add support for multiple loadScript sources 2011-07-26 21:10:34 +00:00
ResourceLoaderUserGroupsModule.php Fixup/add documentation 2011-05-21 17:45:20 +00:00
ResourceLoaderUserModule.php Fixup/add documentation 2011-05-21 17:45:20 +00:00
ResourceLoaderUserOptionsModule.php Make mw.user.options and mw.user.tokens work in debug mode in IE. Now that mw.user is a separate module, we have to make these depend on that and make sure dependencies are actually processed. 2011-07-28 05:48:57 +00:00
ResourceLoaderUserTokensModule.php Make mw.user.options and mw.user.tokens work in debug mode in IE. Now that mw.user is a separate module, we have to make these depend on that and make sure dependencies are actually processed. 2011-07-28 05:48:57 +00:00
ResourceLoaderWikiModule.php * (bug 28626) Validate JavaScript files and pages loaded via ResourceLoader before minification, protecting separate modules from interference 2011-07-06 21:48:09 +00:00