Deprecate $wgDeferredUpdateList
authorKunal Mehta <legoktm@gmail.com>
Sun, 24 Aug 2014 05:41:26 +0000 (22:41 -0700)
committerKunal Mehta <legoktm@gmail.com>
Sun, 24 Aug 2014 05:41:26 +0000 (22:41 -0700)
commit696a87d7f1fed12b284025409283cf12cc9c1a99
tree2191c37f9dc69b1859d1e91de7250ed01f1214d9
parentf311f96e98b133849b505a07b0a674fdbe67025d
Deprecate $wgDeferredUpdateList

Callers should instead use DeferredUpdates::addUpdate. The
function is superior because it is able to enforce type-hinting
rather than throwing a fatal error. Also it's not a global :)

The only extension still using the global is FlaggedRevs,
for which I've submitted I1a7c6540b2.

Change-Id: Ic59c90c0d0131039295bd785280dc70ebde6e40f
RELEASE-NOTES-1.24
includes/Setup.php