Fixed the diff cache purge feature:
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 7 Sep 2007 23:07:07 +0000 (23:07 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 7 Sep 2007 23:07:07 +0000 (23:07 +0000)
commit3a57f51b05addc650179879acb54362dea49070d
tree0786e1a65d6b1384cab658645541e57e19187ca4
parent667c894a6bb60b9f81a6bd29cb147f8a9ee5d27b
Fixed the diff cache purge feature:
* Made it work with the anon-only confirmation form.
* Fixed data flow issue (removed reference to $wgRequest in DifferenceEngine.php)
* Made it actually purge rather than just skip the cache one time
includes/Article.php
includes/DifferenceEngine.php