Catrope has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/381581 )
Change subject: Bump $wgResourceLoaderStorageVersion ...................................................................... Bump $wgResourceLoaderStorageVersion Bug: T176884 Change-Id: I3aca5a1760efa1ce07814078f7e430ef01cd8219 --- M wmf-config/CommonSettings.php 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/81/381581/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 62a5a80..62cfa4e 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -296,7 +296,8 @@ // Cache version key for ResourceLoader client-side module store // - Bumped to fix breakage due to old /static/$branchName/ urls still // being cached after the switch to /w/static.php (T134368). -$wgResourceLoaderStorageVersion .= '-2'; +// - Bumped to fix broken SVG embedding being cached (T176884) +$wgResourceLoaderStorageVersion .= '-3'; $wgCacheDirectory = '/tmp/mw-cache-' . $wmgVersionNumber; $wgGitInfoCacheDirectory = "$IP/cache/gitinfo"; -- To view, visit https://gerrit.wikimedia.org/r/381581 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3aca5a1760efa1ce07814078f7e430ef01cd8219 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Catrope <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
