Don't query unneeded rows on watchlist
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 28 Jan 2009 16:46:26 +0000 (16:46 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 28 Jan 2009 16:46:26 +0000 (16:46 +0000)
commit769890a8cc86a7dbb1f01b4262d583bdecae7232
tree9f2fafd6379117af85b7b6c1a13f6131f9bc0820
parente0962676f101363fed0a4e0017e3728dbd1d167a
Don't query unneeded rows on watchlist

This probably doesn't need to use a LinkBatch at all -- it could just
retrieve some extra info in the watchlist query.  But we need a
LinkBatch anyway for the user pages, so why not.

By request of Domas.
includes/specials/SpecialWatchlist.php