wiki.techinc.nl/includes/resourceloader
2012-02-16 22:51:06 +00:00
..
ResourceLoader.php [RL] Comment mod and other minor changes 2012-02-13 15:17:15 +00:00
ResourceLoaderContext.php
ResourceLoaderFileModule.php fix @example in ResourceLoaderFileModule 2012-02-01 17:05:15 +00:00
ResourceLoaderFilePageModule.php
ResourceLoaderModule.php
ResourceLoaderNoscriptModule.php
ResourceLoaderSiteModule.php
ResourceLoaderStartUpModule.php Removing wgLegacyJavaScriptGlobals from JavaScript output 2011-12-28 22:29:07 +00:00
ResourceLoaderUserCSSPrefsModule.php (bug 34289) user.options CSS loaded twice. Fixed by splitting off the CSS part of user.options into a separate module (user.cssprefs), as per the fixme comment added in r93363. No RELEASE-NOTEs because this is a regression fix that I'm gonna tag for backporting to 1.19 2012-02-09 11:04:24 +00:00
ResourceLoaderUserGroupsModule.php
ResourceLoaderUserModule.php
ResourceLoaderUserOptionsModule.php Since I'm sick of all the mw.user-induced problems, break the dependency between mw.user.{options,tokens} and mw.user . With this change, mediawiki.js defines a skeleton object for mw.user containing just the options and tokens maps, and mediawiki.user.js copies those when it sets up the full mw.user object. This way of doing extending is kind of ugly but I don't have time to work on something nicer without breaking backwards compatibility. Because mw.user.{options,tokens} are loaded very early, this also means they're now guaranteed to be available to everything everywhere. 2012-02-16 22:51:06 +00:00
ResourceLoaderUserTokensModule.php Since I'm sick of all the mw.user-induced problems, break the dependency between mw.user.{options,tokens} and mw.user . With this change, mediawiki.js defines a skeleton object for mw.user containing just the options and tokens maps, and mediawiki.user.js copies those when it sets up the full mw.user object. This way of doing extending is kind of ugly but I don't have time to work on something nicer without breaking backwards compatibility. Because mw.user.{options,tokens} are loaded very early, this also means they're now guaranteed to be available to everything everywhere. 2012-02-16 22:51:06 +00:00
ResourceLoaderWikiModule.php Removed Title::isValidCssJsSubpage(), deprecated since 1.17 (77309), and updated all remaining usage in extensions 2011-12-13 11:54:02 +00:00