Last modified: 2014-01-03 15:36:29 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 T61289, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59289 - DBQ-33 Salli contributions on it.wiki
DBQ-33 Salli contributions on it.wiki
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:36 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 15:36 UTC (History)
0 users

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 15:36:23 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-33.
Summary: Salli contributions on it.wiki
Issue type: Task - A task that needs to be done.
Priority: Major
Status: Done
Assignee: (none)

-------------------------------------------------------------------------------
From: Incola <diegmonti@gmail.com>
Date: Wed, 30 Jul 2008 09:26:20
-------------------------------------------------------------------------------

On it.wiki we need a list of the contributions of a user that did a lot of copyviol, for manually check them.  
I hope that isn't a problem. There is the query;
    
    SELECT CONCAT( "#[[", title, "]] ([http://it.wikipedia.org/w/index.php?title=", title, "&action=history Cron] - ", number, ")" )
    FROM (
    SELECT page_title AS title, count( * ) AS number
    FROM page
    JOIN revision ON page_id = rev_page
    WHERE page_namespace = '0'
    AND rev_user_text LIKE "Salli"
    GROUP BY page_title
    ) AS pages
    ORDER BY number DESC ;
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:36:25 UTC
-------------------------------------------------------------------------------
From: Bryan Tong Minh <bryan@tools.wikimedia.de>
Date: Wed, 30 Jul 2008 10:29:03
-------------------------------------------------------------------------------

Only one row in set:

#[[Reggio_di_Calabria]] (http://it.wikipedia.org/w/index.php?title=Reggio_di_Calabria&action=history Cron - 6364)
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:36:26 UTC
-------------------------------------------------------------------------------
From: Incola <diegmonti@gmail.com>
Date: Wed, 30 Jul 2008 11:10:03
-------------------------------------------------------------------------------

Sorry, the query wasn't correct. I've forgotten GROUP BY.  
In fact this user has a lot of contributions. That is the correct query:
    
    SELECT CONCAT( "#[[", title, "]] ([http://it.wikipedia.org/w/index.php?title=", title, "&action=history Cron] - ", number, ")" )
    FROM (
    SELECT page_title AS title, count( * ) AS number
    FROM page
    JOIN revision ON page_id = rev_page
    WHERE page_namespace = '0'
    AND rev_user_text LIKE "Salli"
    GROUP BY page_title
    ) AS pages
    ORDER BY number DESC ;
Comment 3 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:36:28 UTC
-------------------------------------------------------------------------------
From: Pietrodn <powerpdn@gmail.com>
Date: Sat, 02 Aug 2008 14:45:48
-------------------------------------------------------------------------------

Done. I posted the results on http://it.wikipedia.org/wiki/Utente:Incola/Edit_Salli
Comment 4 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:36:29 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: Bryan.TongMinh@Gmail.com, powerpdn@gmail.com

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


Navigation
Links