Make MediaWiki::preOutputCommit() handle PRESEND deferred updates with the "run"...
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 24 May 2019 21:05:12 +0000 (14:05 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 24 May 2019 21:05:15 +0000 (14:05 -0700)
commit314809d35c9779b1f22311bbe297cc07b71eb989
treeac4237cda2aa92e5887aa2b9d22702c728b821eb
parentbde1c2e28be596738aaac9d27daf77761caa9590
Make MediaWiki::preOutputCommit() handle PRESEND deferred updates with the "run" parameter

This means that enqueuable updates (LinksUpdate, LinksDeletionUpdate) will run immediately
at this point rather than be enqueued as jobs. This only affects ApiPurge since the other
callers use either POSTSEND or "false".

Change-Id: I8b6ff6c9a68730374e6d83682e774e4f4bfbf52f
includes/MediaWiki.php