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

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 15:47:11 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-69.
Summary: List of most active users to patrol on ptwikipedia
Issue type: Task - A task that needs to be done.
Priority: Major
Status: Done
Assignee: Betacommand <phoenixoverride@gmail.com>

-------------------------------------------------------------------------------
From: Lijealso <lijealso@gmail.com>
Date: Tue, 18 Aug 2009 05:53:24
-------------------------------------------------------------------------------

I would like a query like this one:

https://jira.toolserver.org/browse/DBQ-53

Concerning the last month.

Thanks

User:Lijealso[at]pt.wikipedia
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:47:13 UTC
-------------------------------------------------------------------------------
From: Fahad Sadah <fahadsadah@gmail.com>
Date: Sat, 26 Sep 2009 07:24:06
-------------------------------------------------------------------------------

I'm running it for August.

Query is 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 > 1249081200 AND log_timestamp < 1251759600 AND log_params LIKE '%0' GROUP BY u.user_name ORDER BY antall DESC;
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:47:15 UTC
-------------------------------------------------------------------------------
From: Fahad Sadah <fahadsadah@gmail.com>
Date: Sat, 26 Sep 2009 07:33:44
-------------------------------------------------------------------------------

No results.
Comment 3 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:47:17 UTC
-------------------------------------------------------------------------------
From: Betacommand <phoenixoverride@gmail.com>
Date: Sat, 26 Dec 2009 04:03:03
-------------------------------------------------------------------------------

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 > '20091125000000' AND log_params LIKE '%0' GROUP BY u.user_name ORDER BY antall DESC;
Comment 4 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:47:18 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: phoenixoverride@gmail.com
CC list: phoenixoverride@gmail.com, fahadsadah@gmail.com, lijealso.wikimedia@gmail.com

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


Navigation
Links