Use ParserCache in CategoryMembershipChangeJob
authordaniel <dkinzler@wikimedia.org>
Wed, 14 Nov 2018 17:07:20 +0000 (18:07 +0100)
committerdaniel <dkinzler@wikimedia.org>
Tue, 27 Nov 2018 23:46:14 +0000 (15:46 -0800)
commit4268545b4d1c912c242b850aa8a0e01979fd149c
treec8975be9780eb78c09f28c417a9498c580e02ab7
parent38dfb025e5c95f450c55de36f4e5dbaf8800e3b4
Use ParserCache in CategoryMembershipChangeJob

Note that we will still be re-parsing either the old or the new
revision. Keeping the rendered version of the old revision cached
for a bit would be nice, but ParserCache currently does not
support this.

Bug: T205369
Change-Id: I86d26e494924eec24e7b1fb32c424ac1284be478
includes/DefaultSettings.php
includes/Storage/DerivedPageDataUpdater.php
includes/jobqueue/jobs/CategoryMembershipChangeJob.php
tests/phpunit/includes/jobqueue/jobs/CategoryMembershipChangeJobTest.php