Patch against r47324
It would be nice to be able to query the editcount and/or blockinfo for anon users through list=users; groups, registration, and emailable of course don't make sense for anon users.
This patch should do that. It adds an extra query if any anon users are specified and editcount is requested, and adds an extra query if any anon users are specified and blockinfo is requested, for a total of two possible extra queries. If no anon users are specified or neither of those two options are specified, no extra queries are performed.
I also incidentally fixed a PostgreSQL error, PostgreSQL requires the optional "AS" in column aliases. If you WONTFIX the patch, please pick up that minor fix.
Version: 1.15.x
Severity: enhancement
Attached: