resourceloader: Remove irrelevant properties from FileModule hash
authorTimo Tijhof <krinklemail@gmail.com>
Sun, 23 Aug 2015 12:34:33 +0000 (14:34 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Sun, 23 Aug 2015 12:37:31 +0000 (14:37 +0200)
commitb88b285a8130e476d185014cd9ca1eda66202161
tree51dd867d522d6b3e78cf8b8e78bcae0e1138305d
parent607a84af5f027c1a942cb5b2cd46a4958c5af7b0
resourceloader: Remove irrelevant properties from FileModule hash

These properties don't affect the module response. They are either
only consumed by OutputPage, or provided by the startup module
directly, which detects its own changes.

Changes to these properties should not invalidate module cache for
these properties.

Follows-up 2f30ff7a8613f87 which added a hook to getDependencies()
but still included the raw 'dependencies' in the definition summary.
But as it turns out, dependencies don't need to be included.

Change-Id: I468e6a6edc352d845dc7a5d06b0ae2a6d809700b
includes/resourceloader/ResourceLoaderFileModule.php