ResourceLoader: make `cacheReport` option false by default
authorOri Livneh <ori@wikimedia.org>
Tue, 11 Aug 2015 16:24:03 +0000 (09:24 -0700)
committerOri Livneh <ori@wikimedia.org>
Tue, 11 Aug 2015 16:38:43 +0000 (09:38 -0700)
commit471a3bfb3d541ce73ca9e0fcfe540a17b9f4e2a5
tree21dc4c396850c18608812342c51f2f66b6b1e63a
parent5d9fe1ec34230ed98024b1b432eb3a9cb17d0cd4
ResourceLoader: make `cacheReport` option false by default

In the three years or so that I have been around, we at Wikimedia have not to
my knowledge used the cache keys to manage the cache of ResourceLoader modules.
Instead, if we want to force a module to rebuild, we simply touch one of its
files. (Though even that is not often required these days.)

Change-Id: Ib62a792e053572f268d4be19a10f99f84c07abc5
includes/resourceloader/ResourceLoader.php
tests/phpunit/includes/OutputPageTest.php