Last modified: 2014-07-14 13:53:45 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 T48217, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 46217 - Implement a special page to show items with the most sitelinks
Implement a special page to show items with the most sitelinks
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
WikidataRepo (Other open bugs)
unspecified
All All
: Low minor (vote)
: ---
Assigned To: Wikidata bugs
https://www.wikidata.org/wiki/Special...
: need-volunteer
Depends on: 58028 40157 58032
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-16 14:06 UTC by Maarten Dammers
Modified: 2014-07-14 13:53 UTC (History)
4 users (show)

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


Attachments

Description Maarten Dammers 2013-03-16 14:06:23 UTC
On a MediaWiki install we have special pages (https://www.wikidata.org/wiki/Special:SpecialPages) like Most linked-to pages and Pages with the most interwikis. The wikibase extension should add an extension for items with the most sitelinks. 
Rough query:
SELECT ips_item_id, COUNT(ips_item_id) FROM wb_items_per_site GROUP by ips_item_id ORDER BY COUNT(ips_item_id) DESC LIMIT 100;
Comment 1 Lydia Pintscher 2013-11-04 14:59:35 UTC
Maarten: You mean we should have such a special page on Wikidata? Or on the client (Wikipedia, Wikivoyage, Commons, ...)?
Comment 2 Maarten Dammers 2013-11-05 20:54:19 UTC
I was thinking about Wikidata itself.
Comment 3 Gerrit Notification Bot 2013-11-11 22:14:29 UTC
Change 94830 had a related patch set uploaded by Bene:
(bug 46217) Implement a special page to show items with the most sitelinks

https://gerrit.wikimedia.org/r/94830
Comment 4 Daniel Kinzler 2013-12-05 12:01:47 UTC
The suggested patch needs to be changed to allow more efficient SQL (see bug 40157 and bug 58032).
Comment 5 Gerrit Notification Bot 2014-07-11 11:52:20 UTC
Change 94830 abandoned by Bene:
(bug 46217) Implement a special page to show items with the most sitelinks

Reason:
this is not likely to get implemented this way

https://gerrit.wikimedia.org/r/94830

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


Navigation
Links