Page MenuHomePhabricator

Global LinkSearch
Closed, InvalidPublic

Description

Broken out from https://bugzilla.wikimedia.org/show_bug.cgi?id=1886

A tool that does what Special:LinkSearch does, but on all projects and
languages.

Need to have:
Total number of links.

Nice to have:
Total number of links per project in one table.
Total number of links per language in one table.
Total number of links per project and language in one table.
From the last table, links to each "local" Special:Linksearch.
All links in one table order by number of occurencies descending.
Languages/projects with no links could be left out of the tablee instead of
showing "0".


Version: unspecified
Severity: enhancement

Details

Reference
bz38405

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:12 AM
bzimport set Reference to bz38405.
bzimport added a subscriber: Unknown Object (MLST).

Marking as invalid because this is not a possible feature request for MediaWiki.

MediaWiki core does not have a sense of multiple wikis. This is implemented by extensions such as GlobalUsage and CentralAuth. It is up to them to come up (if at all) with an implementation for this.

For now this seems like a good case (for Wikimedia wikis) to use the Toolserver. Especially considering the size and complexity of these tables it is unlikely that this is queryable on the cluster for all wikis.

An extension could be written for this, but it would likely only work with wgMiserMode disabled because of the performance issues.