wiki.techinc.nl/includes/resourceloader
Krinkle 49ce5de7d9 Creating a way to toggle mw.config LEGACY_GLOBALS from LocalSettings (bug 28916).
* I thought a while for a way to somehow get that global variable from php to the start of the main mediaWiki object creation. Considered using a (temporary) global variable and deleting afterwards, but that looked like a hack and wasn't sure about the cross-browser functioning of it. Instead ended up by moving it to the startUp module where other global variables are accessed as well. This seems to work pretty good.

* Can be toggled from LocalSettings by setting $wgLegacyJavaScriptGlobals.
* Changed some usages of mediaWiki to use the global mw alias instead.
2011-05-10 23:17:13 +00:00
..
ResourceLoader.php Creating a way to toggle mw.config LEGACY_GLOBALS from LocalSettings (bug 28916). 2011-05-10 23:17:13 +00:00
ResourceLoaderContext.php (bug 28840) Commit patch by bawolff that encodes dots in ResourceLoader module names as exclamation marks in the generated URLs, so as to avoid triggering the recently added IE security measure and causing a blank 403 response. This broke RL in various ways for IE users. 2011-05-09 13:10:06 +00:00
ResourceLoaderFileModule.php For bug 27488: move the startup script, jquery+mediawiki and the mw.config.set() call for configuration variables back to the <head> . Let modules control whether they're loaded in the <head> ('top') or at the bottom of the <body> ('bottom') through the position parameter/property 2011-04-07 12:07:25 +00:00
ResourceLoaderModule.php For bug 27488: move the startup script, jquery+mediawiki and the mw.config.set() call for configuration variables back to the <head> . Let modules control whether they're loaded in the <head> ('top') or at the bottom of the <body> ('bottom') through the position parameter/property 2011-04-07 12:07:25 +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 Creating a way to toggle mw.config LEGACY_GLOBALS from LocalSettings (bug 28916). 2011-05-10 23:17:13 +00:00
ResourceLoaderUserGroupsModule.php Follow-up r82285: prefix group css and js pages with "Group-", and fix license header. 2011-04-20 17:29:24 +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 Remove getFlip code duplication 2011-03-25 11:15:40 +00:00
ResourceLoaderWikiModule.php Remove getFlip code duplication 2011-03-25 11:15:40 +00:00