Last modified: 2013-12-28 13:23:04 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 T61022, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59022 - REPORTS-59 Create a query: list of Wiki loves Monuments uploaders
REPORTS-59 Create a query: list of Wiki loves Monuments uploaders
Status: RESOLVED FIXED
Product: Tool Labs tools
Classification: Unclassified
tsreports (Other open bugs)
unspecified
All All
: Unprioritized minor
: ---
Assigned To: Bugzilla Bug Importer (valhallasw)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-12-28 13:23 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2013-12-28 13:23 UTC (History)
0 users

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2013-12-28 13:23:01 UTC
This issue was converted from https://jira.toolserver.org/browse/REPORTS-59.
Summary: Create a query: list of Wiki loves Monuments uploaders
Issue type: New Feature - A new feature of the product, which has yet to be developed.
Priority: Minor
Status: Closed
Assignee: Merlijn van Deen <valhallasw@arctus.nl>

-------------------------------------------------------------------------------
From: Merlijn van Deen <valhallasw@arctus.nl>
Date: Fri, 03 Sep 2010 20:50:32
-------------------------------------------------------------------------------

Port http://toolserver.org/~multichill/temp/queries/erfgoed/wlm_uploaders.sql to tsreports. Example output is at http://toolserver.org/~multichill/temp/queries/erfgoed/wlm_uploaders.txt. Query is as follows:

/* Make a list of WLM uploaders */  
connect commonswiki_p commonswiki-p.db;  
SELECT CONCAT('*[[User:', img_user_text,'|', img_user_text, ']] - ', COUNT(img_user_text)) FROM image  
JOIN page ON img_name=page_title  
JOIN categorylinks ON page_id=cl_from  
WHERE  
page_namespace=6 AND   
page_is_redirect=0 AND  
cl_to='Images_from_Wiki_Loves_Monuments'  
GROUP BY img_user_text  
ORDER BY COUNT(img_user_text) DESC;
Comment 1 Bugzilla Bug Importer (valhallasw) 2013-12-28 13:23:02 UTC
-------------------------------------------------------------------------------
From: Merlijn van Deen <valhallasw@arctus.nl>
Date: Fri, 03 Sep 2010 21:01:08
-------------------------------------------------------------------------------

Fixed in r10.
Comment 2 Bugzilla Bug Importer (valhallasw) 2013-12-28 13:23:04 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: valhallasw@arctus.nl
CC list: valhallasw@arctus.nl

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


Navigation
Links