Fixed behavior of Title::invalidateCache.
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Thu, 18 Apr 2013 17:32:19 +0000 (17:32 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 6 May 2013 00:21:25 +0000 (00:21 +0000)
commit3b4c514efa08b0a68885b1a920e48f670cd06e15
tree0cf29e7e0d9fccf52340c782d91eecac33e3c2cb
parenta6d2365015aaa4b26729492cdc25f1a69920b2f6
Fixed behavior of Title::invalidateCache.

Removed actions that should not be in Title::invalidateCache,
specifically the clearing of the InfoAction cache, and added
those actions to their appropriate locations.

Added a new method InfoAction::invalidateCache that clears the
cache for a given title.

Bug: 46816
Change-Id: I38ac616d2e99fb339aca33425745368ba85b6350
includes/Title.php
includes/WikiPage.php
includes/actions/InfoAction.php
includes/job/jobs/RefreshLinksJob.php