(bug 28738) Implement request splitting in mw.loader so ResourceLoader requests with...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sun, 1 May 2011 18:41:42 +0000 (18:41 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sun, 1 May 2011 18:41:42 +0000 (18:41 +0000)
commitf56afa36a65bbe9963be9e4000c9a4a82be97e45
tree2f593e7ea53b7e7c0fbc9473748c7959a1c7c218
parent0b96c67a9ec358156ed8e3c9631dfa6baedac3f2
(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.
includes/DefaultSettings.php
includes/resourceloader/ResourceLoaderStartUpModule.php
resources/mediawiki/mediawiki.js