wiki.techinc.nl/includes/resourceloader
Timo Tijhof 66b736e5fb resourceloader: Fix broken skinStyles loop in #getModifiedTime
The way we interpret the 'skinStyles' array in #getModifiedTime
is broken. For comparision, look at the loop in #getStyleFiles
which we use for the creation of the actual stylesheets (which
works fine).

It mixed up the logic causing it to always end up with an empty
array. So it's not so much that it fails to detect the files
having changed after an update, it never included mtimes of these
files in the first place. If there'd be a module with only
skinStyles resources, it would have timestamp 0 (1970).

Bug: 62068
Change-Id: I2e772a13183e66e4bfbf95057ebfd7f5e0d817ec
2014-02-28 19:24:51 +00:00
..
ResourceLoader.php qunit: Move modules exclusively for $wgEnableJavaScriptTest to test registry 2014-02-05 12:32:37 -08:00
ResourceLoaderContext.php Remove a HTML backwards-compatibility hack from 2011 2014-02-17 03:54:42 +00:00
ResourceLoaderFileModule.php resourceloader: Fix broken skinStyles loop in #getModifiedTime 2014-02-28 19:24:51 +00:00
ResourceLoaderFilePageModule.php
ResourceLoaderLanguageDataModule.php resourceloader: Support hashes as cache invalidation trigger 2013-10-07 23:00:38 +02:00
ResourceLoaderLESSFunctions.php LESS embeddable(): Use lessc::toBool 2013-10-03 17:53:36 -07:00
ResourceLoaderModule.php resourceloader: Make sure hashmtime cache key is different by language 2013-12-04 00:56:13 +00:00
ResourceLoaderNoscriptModule.php
ResourceLoaderSiteModule.php
ResourceLoaderStartUpModule.php resourceloader: Add method to get the startup modules load url 2014-02-26 13:54:50 -08:00
ResourceLoaderUserCSSPrefsModule.php Removed "Justify paragraphs" from MW user Preference. 2014-01-25 09:57:57 +05:30
ResourceLoaderUserGroupsModule.php Unblacklist group-specific JS/CSS for the user group 2013-12-06 09:07:35 +00:00
ResourceLoaderUserModule.php Add mobile as a target on VisualEditor dependencies. 2013-11-22 12:08:44 +00:00
ResourceLoaderUserOptionsModule.php No variable assignment on return statement 2014-01-02 09:43:35 +00:00
ResourceLoaderUserTokensModule.php Add mobile as a target on VisualEditor dependencies. 2013-11-22 12:08:44 +00:00
ResourceLoaderWikiModule.php resourceloader: Add definition hashing to improve cache invalidation 2013-12-02 21:45:33 -08:00