Last modified: 2010-10-20 01:48:06 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T26816, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24816 - Remove English Wikibooks deprecated groups' members
Remove English Wikibooks deprecated groups' members
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
see initial comment
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-16 19:54 UTC by aaron.adrignola
Modified: 2010-10-20 01:48 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description aaron.adrignola 2010-08-16 19:54:10 UTC
Bug 24304 reconfigured the user groups available at English Wikibooks.  Three were removed: "reviewer", "patroller", and "rollbacker".  The members of these former groups need to have the underlying values placing them in the groups removed via an SQL statement as bureaucrats can no longer remove them.  The below links show the people affected.

http://en.wikibooks.org/w/index.php?title=Special:ListUsers&group=reviewer
http://en.wikibooks.org/w/index.php?title=Special:ListUsers&group=patroller
http://en.wikibooks.org/w/index.php?title=Special:ListUsers&group=rollbacker

The "reviewer" tag should not be confused with the "editor" tag which was changed to display via the interface text as "Reviewer".  This leads to the confusing situation where people appear to be listed in a "reviewer" group twice.
Comment 1 JeLuF 2010-08-16 19:59:24 UTC
mysql> delete from user_groups where ug_group in ( 'reviewer', 'patroller', 'rollbacker' );
Query OK, 24 rows affected (0.00 sec)


mysql>  select distinct ug_group from user_groups;
+----------------+
| ug_group       |
+----------------+
| bot            |
| bureaucrat     |
| editor         |
| ipblock-exempt |
| sysop          |
| transwiki      |
| uploader       |
+----------------+
7 rows in set (0.00 sec)
Comment 2 aaron.adrignola 2010-08-16 20:01:24 UTC
Thank you so much for your help JeLuF.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links