resourceloader: Remove remoteBasePath from FileModule version hash
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 20 Aug 2015 22:34:06 +0000 (00:34 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 20 Aug 2015 22:34:06 +0000 (00:34 +0200)
commit6a78b4811df211b6ffe7607428fca745513a414e
tree5fa8db14c571cb43a0b4fcd81e0841eb3a0d5e3d
parent3eb79b48c89277eaa00a4eeadfbd5b2bf56e648e
resourceloader: Remove remoteBasePath from FileModule version hash

In Wikimedia production this tends to contain the branch name,
which causes the version to change for no reason after a MediaWiki
deployment. For example:

 ["remoteBasePath"]=>
   string(43) "https://test.wikipedia.org/static/1.26wmf19"

Bug: T102578
Change-Id: I50b8afd72183cae875d4aaa0aaf0da4e7d664284
includes/resourceloader/ResourceLoaderFileModule.php