Provide CategoryAfterPageRemoved hook handlers with deleted page IDs
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 17 Jun 2016 02:56:42 +0000 (19:56 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 20 Jun 2016 19:40:03 +0000 (12:40 -0700)
commita81d467f8caf5524731f35933adafa200d37c287
treec88714e8c4c399784e2f747b6115496bb12455dc
parentfdaecaf25f74bf34fd889e9341d4e4b80d8497a1
Provide CategoryAfterPageRemoved hook handlers with deleted page IDs

Since this updates happens post-send or via the job queue, the
page object will be for a non-existing or newer page/redirect.

Change-Id: I20b583948157dccceca6eb1fbd25121822bf1b2f
docs/hooks.txt
includes/Title.php
includes/deferred/LinksDeletionUpdate.php
includes/page/Article.php
includes/page/WikiPage.php