Make LinksDeletionUpdate a subclass of LinksUpdate
authordaniel <dkinzler@wikimedia.org>
Tue, 5 Mar 2019 21:07:13 +0000 (22:07 +0100)
committerMarko Obrovac <mobrovac@wikimedia.org>
Wed, 27 Mar 2019 22:45:53 +0000 (19:45 -0300)
commit6d315fb7f74a966c06788a21baf89cc81ed12679
tree675db8578538947b784c5b14bc40aeaf9a252abc
parent8ef70696d8f1fd2687c09b42c62fb9d285cfc78f
Make LinksDeletionUpdate a subclass of LinksUpdate

This is proposed as an alternative to I0b636dc144f34bb.

The idea is to ensure that page deletion causes the exact same
database updates to be performed, and the exact same hooks to
be fired, as a page edit.

Bug: T216249
Change-Id: I665320e27da8edc2867b47d181cc0f324e75d102
RELEASE-NOTES-1.33
includes/deferred/LinksDeletionUpdate.php
includes/deferred/LinksUpdate.php