wiki.techinc.nl/includes/resourceloader
Roan Kattouw 7fee86c38e Per bug 28738 comment 4, pack ResourceLoader URLs by encoding foo.bar|foo.baz|bar.baz|bar.quux as foo.bar,baz|bar.baz,quux
* Expand these URLs in ResourceLoaderContext
* Build and emit these URLs in OutputPage::makeResourceLoaderLink() and in mw.loader
* Throw an exception in ResourceLoader::register() for module names that contain pipe characters or commas. Commas need to be forbidden for this packing feature to work. Pipes were already forbidden but weren't checked for
2011-05-05 13:46:47 +00:00
..
ResourceLoader.php Per bug 28738 comment 4, pack ResourceLoader URLs by encoding foo.bar|foo.baz|bar.baz|bar.quux as foo.bar,baz|bar.baz,quux 2011-05-05 13:46:47 +00:00
ResourceLoaderContext.php Per bug 28738 comment 4, pack ResourceLoader URLs by encoding foo.bar|foo.baz|bar.baz|bar.quux as foo.bar,baz|bar.baz,quux 2011-05-05 13:46:47 +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 (bug 28738) Implement request splitting in mw.loader so ResourceLoader requests with query strings longer than a certain value are split up. The maximum query string length is configurable, and this behavior is disabled by default. It's needed in rare cases where there is a query string length or GET variable length limit in place that the wiki admin can't raise. 2011-05-01 18:41:42 +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