Last modified: 2014-01-03 15:57:56 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 T61369, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59369 - DBQ-117 List of non-bot users with most edits in main namespace
DBQ-117 List of non-bot users with most edits in main namespace
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:57 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 15:57 UTC (History)
0 users

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 15:57:52 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-117.
Summary: List of non-bot users with most edits in main namespace
Issue type: Task - A task that needs to be done.
Priority: Major
Status: Done
Assignee: (none)

-------------------------------------------------------------------------------
From: Mjbmr  <mjbmri@gmail.com>
Date: Thu, 30 Dec 2010 18:47:58
-------------------------------------------------------------------------------

I would like have a list of members of fawikinews with most edits on articles except bot users, thank you in advance
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:57:54 UTC
-------------------------------------------------------------------------------
From: Hoo man <hoo@online.de>
Date: Fri, 31 Dec 2010 09:59:17
-------------------------------------------------------------------------------

SQL:
    
    SELECT rev_user_text AS user_name, COUNT(*) AS edits FROM revision INNER JOIN page ON revision.rev_page = page.page_id LEFT JOIN (SELECT ug_group as is_bot, ug_user FROM user_groups WHERE ug_group = 'bot') as groups ON revision.rev_user = groups.ug_user WHERE isnull(is_bot) AND page.page_namespace = 0 GROUP BY revision.rev_user_text ORDER BY edits DESC;

  
Results:  
http://toolserver.org/~hoo/dbq/dbq-117.txt (plain text)  
http://toolserver.org/~hoo/dbq/dbq-117_wiki.txt (wiki table)
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:57:56 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: hoo@online.de, mjbmri@gmail.com

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


Navigation
Links