* In core:
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 23 May 2011 04:28:58 +0000 (04:28 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 23 May 2011 04:28:58 +0000 (04:28 +0000)
commitfcbdd58326d49b8a41ff2c639b7c1a4106d5941c
tree1eb958b93f6ad23d7aa9707da177307acaaafff1
parent264d6e3cc37d8d96141beb72830e6e2086253856
* In core:
** Added hooks for custom RC/newpages filters
** Added tables,fields,and join_conds to SpecialNewPagesConditions hook
** Removed superflous $nameSpace logic in watchlist code
** Removed some copy-paste code for RC/watchlist filters
** Updates hooks.txt
* In FlaggedRevs:
* Added "hide reviewed edits" filter to RC/newpages
* Combined two handlers into modifyChangesListQuery. Removed is_array() check - always true now.
* Fixed onBeforePageDisplay() so that CSS worked on sp:Watchlist
* @TODO: remove $wgUseRCPatrol stuff...this gets us closer.
docs/hooks.txt
includes/specials/SpecialNewpages.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialWatchlist.php