Deprecate "Avoid page_touched update for HTTP GET action=purge requests"
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 1 Feb 2017 15:12:14 +0000 (10:12 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 27 Mar 2017 14:10:26 +0000 (10:10 -0400)
commitf4a306fb18f1d52b5bd8acef8391b157258418f8
treee60f0e38d2e55504106947b8a51b5b92fc3f30e8
parent8c0b8ebb589f02570009f4c0009add34a0ae513e
Deprecate "Avoid page_touched update for HTTP GET action=purge requests"

This reverts most of commit c84ba4d86420d7af918e572e2cd4613d7be185b3.
The changes made there are no longer needed, and nothing in Gerrit seems
to have started using them since they were added.

The added constants in WikiPage, WikiPage::getLastPurgeTimestamp(), and
Article::getLastPurgeTimestamp() are deprecated, useless, and unused,
but not removed yet since they snuck into 1.28 so we can't revert them
without a deprecation period. Sigh.

Bug: T145649
Change-Id: I526fd4e004bee84c831a4cee71e44e92ee73480b
RELEASE-NOTES-1.29
includes/actions/PurgeAction.php
includes/actions/ViewAction.php
includes/api/ApiPurge.php
includes/page/Article.php
includes/page/WikiFilePage.php
includes/page/WikiPage.php