Last modified: 2014-01-03 15:34:22 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 T61282, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59282 - DBQ-26 List of users
DBQ-26 List of users
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:34 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 15:34 UTC (History)
0 users

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 15:34:14 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-26.
Summary: List of users
Issue type: Task - A task that needs to be done.
Priority: Major
Status: Done
Assignee: Bryan Tong Minh <bryan@tools.wikimedia.de>

-------------------------------------------------------------------------------
From: Betacommand <phoenixoverride@gmail.com>
Date: Wed, 04 Jun 2008 00:49:53
-------------------------------------------------------------------------------

en.wiki DragonFly67 would like a list of non-admin users who have created at least 100 articles in mainspace which are not redirects.
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:34:16 UTC
-------------------------------------------------------------------------------
From: Bryan Tong Minh <bryan@tools.wikimedia.de>
Date: Sat, 14 Jun 2008 09:44:16
-------------------------------------------------------------------------------

SELECT rev_user_text, COUNT![][1] AS creations FROM (SELECT rev_user_text, rev_user, MIN(rev_timestamp) FROM revision, page WHERE rev_page = page_id AND page_namespace = 0 AND page_is_redirect = 0 GROUP BY rev_page) AS p LEFT JOIN user_groups ON (ug_user, ug_group) = (rev_user, 'sysop') WHERE ug_group IS NULL GROUP BY rev_user_text HAVING creations > 100 ORDER BY creations;

http://toolserver.org/~bryan/stats/dbquery/enwiki_page_creations_non_admins.txt

   [1]: https://jira.toolserver.org/images/icons/emoticons/star_yellow.gif
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:34:17 UTC
-------------------------------------------------------------------------------
From: zeyi He <wikipediathinker@googlemail.com>
Date: Wed, 13 Aug 2008 14:30:38
-------------------------------------------------------------------------------

hi, i am quite interesting in this list.

May i ask does it include all non-users in en-wiki? what's meaning of mainpage? is there all users who create new article or edit article more than 100 times?
Comment 3 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:34:19 UTC
-------------------------------------------------------------------------------
From: Bryan Tong Minh <bryan@tools.wikimedia.de>
Date: Mon, 18 Aug 2008 10:28:26
-------------------------------------------------------------------------------

> May i ask does it include all non-users in en-wiki?   
See above. It includes all "non-admin users who have created at least 100 articles in mainspace which are not redirects."

> what's meaning of mainpage?   
Mainspace is the article namespace, ns 0.

> is there all users who create new article or edit article more than 100 times?  
I don't understand what you mean.
Comment 4 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:34:20 UTC
-------------------------------------------------------------------------------
From: zeyi He <wikipediathinker@googlemail.com>
Date: Thu, 18 Sep 2008 21:53:14
-------------------------------------------------------------------------------

thanks for answer!

the last question is that in "non-admin users who have created at least 100 articles in mainspace which are not redirects", does "create" means started to edit a new article?

thanks again. may i ask the date you have run this query for reference?
Comment 5 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:34:22 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: Bryan.TongMinh@Gmail.com
CC list: Bryan.TongMinh@Gmail.com, phoenixoverride@gmail.com

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


Navigation
Links