Last modified: 2014-07-24 03:21:50 UTC
It would be useful if the user rights log on Meta could be filtered by wiki and user affected.
I don't think this can be done without bug 10512 due to the log format. You'd have to have LIKE '%x', I assume, which isn't indexable. (This assumes that that's how it's actually stored in the database, though. If it's stored as wiki@username or suchlike, it would be indexable and the question would just be writing the interface. Probably that's a more sensible storage format anyway.)
OK would it be possible to separate the steward log with the bureaucrat log? They are currently mixed together and it would probably be more practical to be able to view them separately.
*** Bug 11847 has been marked as a duplicate of this bug. ***
(In reply to comment #3) > *** Bug 11847 has been marked as a duplicate of this bug. *** bug 11847 poses a somewhat different way of going about this: "When trying to see what rights were granted/revoked to such user on all projects, it must be currently done one by one. Some simple wildcard search would be nice, so following examples could be used: # User:Username@* // User "Username" on all projects # User:Username@xx* // User "Username" on all projects in xx language # User:Username@*wikipedia // User "Username" on all Wikipedias Thanks"
*** Bug 44900 has been marked as a duplicate of this bug. ***
Gerrit change #48661 allows searching wiki IDs by wildcard in interwiki user rights logs.
Change 48661 had a related patch set uploaded by Alex Monk: Allow wildcard searching in wiki IDs for interwiki user rights logs https://gerrit.wikimedia.org/r/48661
Change 48661 merged by jenkins-bot: Allow wildcard searching in wiki IDs for interwiki user rights logs https://gerrit.wikimedia.org/r/48661
Should be done now.