Exclude external RC entries (e.g. Wikidata) from Special:ActiveUsers
authorBrian Wolff <bawolff+wn@gmail.com>
Thu, 10 Apr 2014 19:31:55 +0000 (16:31 -0300)
committerBrian Wolff <bawolff+wn@gmail.com>
Thu, 10 Apr 2014 19:37:29 +0000 (16:37 -0300)
commit56524c050db26544d25d28fa50878dd2d68cbe6c
tree98ba24655f09482cfac4cb1696f7c110e0dd9a8a
parent700a33240a481c1116bc0736439db9db30317d76
Exclude external RC entries (e.g. Wikidata) from Special:ActiveUsers

People usually want to know who the active users are on the local
wiki, not who edited something on Wikidata.

Note, this changes the query to no longer use a covering index
when joining against the recentchanges table when displaying
the page.

Bug: 63769
Change-Id: I919123f396d0901822108a4675593a2ff5b7307f
includes/specials/SpecialActiveusers.php