New Hook rc/watchlist hook ChangesListBegin
authorErik Bernhardson <ebernhardson@wikimedia.org>
Mon, 3 Mar 2014 21:26:54 +0000 (13:26 -0800)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Tue, 25 Mar 2014 01:33:15 +0000 (18:33 -0700)
commit01798c3813b602bd3e8f9a666249e6da58526109
tree438acb72a0575113086848785ff5289e4ac08cf1
parentbe607d61d6e2bd7b2784045a2fe078c4cfc5a76b
New Hook rc/watchlist hook ChangesListBegin

An extension hooking into recent changes may need to load additional
data that did not fit into the recentchanges table.  This hook gives
revisions an opportunity to see the full result prior to rendering
and batch load where approprite rather than loading piecemeal during
the render process.

Change-Id: I28d4e41437e485e518f2a23b6da00cdc430a8c23
RELEASE-NOTES-1.23
docs/hooks.txt
includes/changes/ChangesList.php
includes/changes/EnhancedChangesList.php
includes/changes/OldChangesList.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialWatchlist.php