Last modified: 2014-01-03 15:59:20 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 T61379, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59379 - DBQ-125 List of pages on en.wikipedia with more than 20 interwiki but eo.wikipedia
DBQ-125 List of pages on en.wikipedia with more than 20 interwiki but eo.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:59 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 15:59 UTC (History)
0 users

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 15:59:16 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-125.
Summary: List of pages on en.wikipedia with more than 20 interwiki but eo.wikipedia
Issue type: Task - A task that needs to be done.
Priority: Major
Status: Done
Assignee: Hoo man <hoo@online.de>

-------------------------------------------------------------------------------
From: CasteloBranco <michelcastelobranco@gmail.com>
Date: Wed, 09 Feb 2011 16:58:10
-------------------------------------------------------------------------------

Hi, I would like to have a list similar to <del>DBQ-121</del>, with the articles in en.wikipedia that have more than 20 interwiki to another projects, but no interwiki to eo.wikipedia, for use in creating these articles in eo.wikipedia. The order doesn't matter, the format can be txt or cvs. Thanks in advance,
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:59:18 UTC
-------------------------------------------------------------------------------
From: Hoo man <hoo@online.de>
Date: Wed, 09 Feb 2011 18:45:15
-------------------------------------------------------------------------------

SQL:
    
    SELECT page.page_title as page FROM (SELECT * FROM langlinks INNER JOIN page on langlinks.ll_from = page.page_id WHERE page.page_namespace = 0 GROUP BY langlinks.ll_from HAVING COUNT(*) > 20 ORDER BY COUNT(*) DESC) as langlinks INNER JOIN page ON langlinks.ll_from = page.page_id LEFT JOIN (SELECT COUNT(*) as bool, ll_from FROM langlinks WHERE ll_lang = 'eo' GROUP BY ll_from) as tmp ON tmp.ll_from = langlinks.ll_from WHERE isnull(tmp.bool);

Result:  
http://toolserver.org/~hoo/dbq/dbq-125.txt
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:59:20 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: hoo@online.de
CC list: michelcastelobranco@gmail.com, hoo@online.de

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


Navigation
Links