resourceloader: Remove support for Module::getModifiedTime() and getModifiedHash()
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 5 Jun 2018 00:56:54 +0000 (01:56 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 5 Jun 2018 01:02:06 +0000 (02:02 +0100)
commit96d25f6bcc0d6f8c67ff96fe72a2a64a8b8412cc
tree397dfa13eab59e752a4eb8d1cff85e50c72eccfa
parent1865739bb5e7c664cddf6de97d48c2bc82f22256
resourceloader: Remove support for Module::getModifiedTime() and getModifiedHash()

Deprecated since 1.26. No subclasses in Wikimedia Git define these methods,
no calls to methods by this name in Wikimedia Git.

If a module subclass were to still define such a method, it is simply
not called anymore. The version hash system introduced in 1.26 will
still invalidate modules based on wgCacheEpoch.

Bug: T94074
Change-Id: I65b2a625a30f22c8a9d14a3505605546fa5bab83
RELEASE-NOTES-1.32
includes/resourceloader/ResourceLoaderModule.php
tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php