wiki.techinc.nl/includes/resourceloader
2011-02-12 23:41:28 +00:00
..
ResourceLoader.php Never serve 304s from RL in debug mode. This causes inadvertent caching of debug responses 2011-02-12 23:41:28 +00:00
ResourceLoaderContext.php Use the content language to set the skin direction, instead of the user language. This makes the content readable and the UI messed up, instead of vice versa. 2011-02-07 12:39:10 +00:00
ResourceLoaderFileModule.php Follow-up r82038. Calling wfExpandUrl() on remote base path *AFTER* is has been set in the foreach loop. 2011-02-12 23:20:32 +00:00
ResourceLoaderModule.php Fixes for r81936 per Tim's review 2011-02-11 08:29:55 +00:00
ResourceLoaderSiteModule.php Apply $wgContLang-based flip logic to site and user modules too. I swear we did this at some point 2011-02-11 09:27:02 +00:00
ResourceLoaderStartUpModule.php Minor documentation tweaks/improvements 2011-02-08 23:09:22 +00:00
ResourceLoaderUserModule.php Apply $wgContLang-based flip logic to site and user modules too. I swear we did this at some point 2011-02-11 09:27:02 +00:00
ResourceLoaderUserOptionsModule.php Follow-up r64670 (bug22929): cleaner implementation of security for script (and potentially CSS) files. ResourceLoader *already* knows where each module has come from, so all we need to do is filter them in OutputPage according to the desired level of 'trustworthiness'. 2011-02-04 16:39:17 +00:00
ResourceLoaderWikiModule.php Resolves bug #27328 by supporting URL rewriting for CSS that comes from the Wiki, such as user and site scripts. 2011-02-11 22:57:32 +00:00