Last modified: 2014-01-03 15:48: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 T61335, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59335 - DBQ-81 Generate interlanguage link table for 30 selected languages
DBQ-81 Generate interlanguage link table for 30 selected languages
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:48 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 15:48 UTC (History)
0 users

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 15:48:53 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-81.
Summary: Generate interlanguage link table for 30 selected languages
Issue type: Task - A task that needs to be done.
Priority: Major
Status: Done
Assignee: (none)

-------------------------------------------------------------------------------
From: Hanteng  <hanteng@gmail.com>
Date: Tue, 01 Dec 2009 16:16:13
-------------------------------------------------------------------------------

To construct a two-way linking table for 30 selected languages based on interlanguage links for corresponding Wikipedias.

The SQL query is given as below. (Thank Mr. Daniel Kinzler for giving the first few examples.)

>  select ll_lang, count(*) as c from langlinks group by ll_lang order by c desc where ll_language in ('id', 'ja', km', 'ko', 'lo', 'mn', 'ms', 'my', 'ta', 'th', 'tl', 'vi', 'zh', 'da', 'fi', 'sv', 'no', 'is', 'it', 'pl', 'cs', 'sk', 'hi', 'ar', 'nl', 'de', 'es', 'pt', 'fr', 'en');
>     

For each of the 30 selected languages listed ('id', 'ja', km', 'ko', 'lo', 'mn', 'ms', 'my', 'ta', 'th', 'tl', 'vi', 'zh', 'da', 'fi', 'sv', 'no', 'is', 'it', 'pl', 'cs', 'sk', 'hi', 'ar', 'nl', 'de', 'es', 'pt', 'fr', 'en'), repeat executing the same query. 

Please generate the output in simple plain csv format.
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:48:54 UTC
-------------------------------------------------------------------------------
From: merl <mewikipedia@to.mabomuja.de>
Date: Mon, 28 Dec 2009 01:03:08
-------------------------------------------------------------------------------

Same as <del>DBQ-83</del>.  
http://toolserver.org/~merl/sql/DBQ-81.txt
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:48: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: bugreporter@to.mabomuja.de, hanteng@gmail.com

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


Navigation
Links