Last modified: 2014-01-03 15:44:55 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 T61308, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59308 - DBQ-53 List of most active users to patrol on nowiki
DBQ-53 List of most active users to patrol on nowiki
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 15:44 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 15:44 UTC (History)
0 users

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 15:44:50 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-53.
Summary: List of most active users to patrol on nowiki
Issue type: Task - A task that needs to be done.
Priority: Major
Status: Done
Assignee: (none)

-------------------------------------------------------------------------------
From: Lars Age Kamfjord <lars-toolserverwiki@kamfjord.org>
Date: Thu, 20 Nov 2008 11:34:40
-------------------------------------------------------------------------------

We've had a lot of users doing a big job in patrolling the last week, and I'd like to know how much they've worked with this so they can get some barnstars for it.

Could you please run the following query:

SELECT u.user_name, COUNT(l.log_id) AS antall FROM logging l LEFT JOIN user u ON (l.log_user = u.user_id) WHERE log_type = 'patrol' AND log_timestamp > 20081115000000 AND log_params LIKE '%0' GROUP BY u.user_name ORDER BY antall DESC;
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:44:52 UTC
-------------------------------------------------------------------------------
From: Lars Age Kamfjord <lars-toolserverwiki@kamfjord.org>
Date: Thu, 20 Nov 2008 11:41:16
-------------------------------------------------------------------------------

changed the query to include log_params LIKE '%0' as I'm not interested in autopatrolled
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:44:53 UTC
-------------------------------------------------------------------------------
From: MZMcBride <mzmcbride@gmail.com>
Date: Thu, 20 Nov 2008 17:13:10
-------------------------------------------------------------------------------

Ran query as written. Results available here: http://toolserver.org/~mzmcbride/dbq/dbq-53.txt
Comment 3 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:44:55 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

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


Navigation
Links