Last modified: 2010-08-06 12:42:27 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 T25336, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23336 - query returns just one langlink for "Health"
query returns just one langlink for "Health"
Status: RESOLVED DUPLICATE of bug 17154
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Tim Starling
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-04-27 18:16 UTC by aaron brick
Modified: 2010-08-06 12:42 UTC (History)
7 users (show)

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


Attachments

Description aaron brick 2010-04-27 18:16:39 UTC
as of today this query does not get a complete set of langlinks back, only the chinese one.

http://en.wikipedia.org/w/api.php?action=query&redirects&prop=langlinks&titles=Health 


<?xml version="1.0"?>
<api>
  <query>
    <pages>
      <page pageid="80381" ns="0" title="Health">
        <langlinks>
          <ll lang="zh" xml:space="preserve">健康</ll>
        </langlinks>
      </page>
    </pages>
  </query>
</api>
Comment 1 Roan Kattouw 2010-04-27 18:20:08 UTC
Something's going wrong in the parser or LinksUpdate here. There's clearly a complete set of langlinks on the page, but only the Chinese one shows up in the database. Purging the page did not change this.
Comment 2 Bawolff (Brian Wolff) 2010-04-27 18:28:06 UTC
Possibly somehow related to the recent vandalism to that page that removed all but the zh interwiki - http://en.wikipedia.org/w/index.php?title=Health&action=historysubmit&diff=358374743&oldid=358374741
Comment 3 Umherirrender 2010-04-27 18:52:23 UTC
see bug 17154 or only the api rollback does not restore the pagelinks/interwiki links

Works after a [[:en:Wikipedia:Null edit]]
Comment 4 Chad H. 2010-08-06 12:42:27 UTC
Seems to be working now. Most likely caused by bug 17154, duping to that.

*** This bug has been marked as a duplicate of bug 17154 ***

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


Navigation
Links