allow OldChangesListRecentChangesLine hook to return false and omit line from RC
authoraude <aude.wiki@gmail.com>
Fri, 9 Nov 2012 16:17:48 +0000 (16:17 +0000)
committeraude <aude.wiki@gmail.com>
Thu, 27 Dec 2012 07:58:01 +0000 (07:58 +0000)
commite6a811b4366b298f4d56876ed65b66cbf9ccf0c2
tree6089aeb9261934870a5d5245d73b960722b98802
parent81ea9d1492c296902e9325f3b571cc4e5b39a272
allow OldChangesListRecentChangesLine hook to return false and omit line from RC

- this enables an extension to do some processing on the RC line,
and if processing fails or for other reason, the extension has the
option to not output the line at all in Special:RecentChanges and
Special:Watchlist.

Change-Id: Ibf3a217afba5b4ad7992919399710fe3da301025
docs/hooks.txt
includes/ChangesList.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialWatchlist.php