Last modified: 2014-01-03 13:05:25 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 T61248, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59248 - DBQ-85 List members of a user group who have edited a page
DBQ-85 List members of a user group who have edited a page
Status: RESOLVED FIXED
Product: Tool Labs tools
Classification: Unclassified
Database Queries (Other open bugs)
unspecified
All All
: Unprioritized major
: ---
Assigned To: Bugzilla Bug Importer (valhallasw)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-03 13:05 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 13:05 UTC (History)
0 users

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 13:05:21 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-85.
Summary: List members of a user group who have edited a page
Issue type: Task - A task that needs to be done.
Priority: Major
Status: Done
Assignee: (none)

-------------------------------------------------------------------------------
From: Mike.lifeguard <mike.lifeguard+ts@gmail.com>
Date: Mon, 11 Jan 2010 18:06:49
-------------------------------------------------------------------------------

I'd like a list of stewards who have edited [[m:Global sysops/Vote]] as of today.
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 13:05:23 UTC
-------------------------------------------------------------------------------
From: MZMcBride <mzmcbride@gmail.com>
Date: Mon, 11 Jan 2010 19:18:53
-------------------------------------------------------------------------------

mysql> SELECT
        ->   rev_user_text,
        ->   COUNT(*)
        -> FROM revision
        -> JOIN page
        -> ON rev_page = page_id
        -> JOIN user_groups
        -> ON rev_user = ug_user
        -> WHERE page_namespace = 0
        -> AND page_title = 'Global_sysops/Vote'
        -> AND ug_group = 'steward'
        -> GROUP BY rev_user_text;
    +----------------+----------+
    | rev_user_text  | COUNT(*) |
    +----------------+----------+
    | Darkoneko      |        2 | 
    | DerHexer       |        2 | 
    | Dungodung      |        1 | 
    | Erwin          |        1 | 
    | Jusjih         |        1 | 
    | Laaknor        |        1 | 
    | Lar            |        1 | 
    | Leinad         |        5 | 
    | M7             |        1 | 
    | Mav            |        3 | 
    | Mike.lifeguard |       15 | 
    | Millosh        |        1 | 
    | Nick1915       |        2 | 
    | Oscar          |        1 | 
    | Thogo          |        2 | 
    +----------------+----------+
    15 rows in set (1.02 sec)
    

I think this is what you want. Re-open if not.
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 13:05:25 UTC
This bug was imported as RESOLVED. The original assignee has therefore not been
set, and the original reporters/responders have not been added as CC, to
prevent bugspam.

If you re-open this bug, please consider adding these people to the CC list:
Original assignee: (none)
CC list: b@mzmcbride.com, mike.lifeguard+bugs@gmail.com

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


Navigation
Links