* Appllied patch for bug 1686, image metadata cache by Andrius Ramanauskas.
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 13 Mar 2005 15:00:59 +0000 (15:00 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 13 Mar 2005 15:00:59 +0000 (15:00 +0000)
commit06e6cd5d995ea7d52d1c17e663ff8e13218192dd
treeb1b0a4addd3834d6d256e8e0ad4ec87fdb8433af
parent63c344e80c3d0f1cd570b873bc09b9a6b936a445
* Appllied patch for bug 1686, image metadata cache by Andrius Ramanauskas.
* Changed memcached invalidation style in this patch to recache instead of deleting, which is better for concurrency
* Added a fix for the media link problem, differnet to my fix for the same problem in REL1_4 but either should work.
* Fixed image deletion, it didn't work at all. Not sure when it was broken or if it's been reported. It was working in REL1_4. It was a trivial error.
includes/DefaultSettings.php
includes/Image.php
includes/ImagePage.php
includes/SpecialUndelete.php
includes/SpecialUpload.php