* (bug 21026) Fixed file redirects on shared repos on non-English client wikis
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 6 Oct 2009 20:23:12 +0000 (20:23 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 6 Oct 2009 20:23:12 +0000 (20:23 +0000)
commit513b286058d1b419bbece8b199535835cce8cff3
treeb1043d73e3f7e0263c21734281607563d45f2074
parent21879a2285f55de06a89df95be97457f29946a6f
* (bug 21026) Fixed file redirects on shared repos on non-English client wikis
memcached key name for image redirect info caching was including the local wiki's namespace translations, so non-English client sites that cached negative lookups didn't get them cleared when the redirect entry is updated from the master site. The negative lookup would continue to be used until it expired, leading to confusing brokenness.
Changed the cache keys to use the bare name, since we only care about NS_FILE cases we can tack it back on to the title after we load it up.
RELEASE-NOTES
includes/filerepo/LocalRepo.php