Track deletion timestamp in LinksDeletionUpdate
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 13 Jun 2016 18:04:33 +0000 (11:04 -0700)
committerOri.livneh <ori@wikimedia.org>
Tue, 14 Jun 2016 18:25:50 +0000 (18:25 +0000)
commitc583372f958472307346978b8d3dd81242fa07f7
treeade26690d82e0bf2aa38bb949f40aeb521f22aed
parent32a2661a56db1be717ce431c67260bbea771558f
Track deletion timestamp in LinksDeletionUpdate

Use this to prevent deleting new RC entries at the title of page
deletion that were created since the deletion. This is useful if
an event performs a deletion and makes a new RC entry or if there
is high job queue lag.

Change-Id: I20f6a4aa0a660a24583c1d71f825b73daa748a24
includes/deferred/LinksDeletionUpdate.php
includes/jobqueue/jobs/DeleteLinksJob.php