resourceloader: Remove ESI support (previously disabled)
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 31 Jul 2015 19:34:10 +0000 (12:34 -0700)
committerOri.livneh <ori@wikimedia.org>
Sat, 1 Aug 2015 18:05:23 +0000 (18:05 +0000)
commit96fc60533fb583cae13de4bed74ade9e149d2495
treef2427a016d51ba9c5c8902c964d7f76907f2277e
parentd75391883e9353f94c61e870618a1f48186cbb50
resourceloader: Remove ESI support (previously disabled)

These were never enabled or used in production and are not
compatible with the upcoming async changes (T107399). To avoid
having to maintain compatibility with this, remove it for now.

The current on-going request to operations for ESI support is unrelated
to this code.

Considered making makeResourceLoaderLink() protected as it's not
used anywhere in @wikimedia Git outside mediawiki-core. And the unit
test actually treated it as protected already. However it's called
in SpecialJavaScriptTest so leaving that as-is for now.

In Icba6d7a87b239 the signature will change again with the removal
of the $loadCall parameter, which is obsolete in an async world
due to document.write being forbidden.

Change-Id: I9f557cc794638ffd15329934865e21e1027f7cfa
RELEASE-NOTES-1.26
includes/DefaultSettings.php
includes/OutputPage.php
includes/specials/SpecialJavaScriptTest.php
tests/phpunit/includes/OutputPageTest.php