Last modified: 2011-02-18 19:02:19 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 T27508, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 25508 - Poor API behavior when the SUL account does not exist
Poor API behavior when the SUL account does not exist
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
CentralAuth (Other open bugs)
unspecified
All All
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Sam Reed (reedy)
http://en.wikipedia.org/w/api.php?act...
:
Depends on:
Blocks: noncoreapi
  Show dependency treegraph
 
Reported: 2010-10-13 01:21 UTC by Brad Jorsch
Modified: 2011-02-18 19:02 UTC (History)
2 users (show)

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


Attachments
Completely untested patch (1.51 KB, patch)
2010-10-13 01:21 UTC, Brad Jorsch
Details

Description Brad Jorsch 2010-10-13 01:21:22 UTC
Created attachment 7730 [details]
Completely untested patch

When the SUL account does not exist, meta=globaluserinfo returns a fatal error from the API. The core API query modules, on the other hand, normally just set a "missing" property on the appropriate result node, which allows other modules in the same query to return results.

I'd really like to see something like this as a return from the above URL:

<?xml version="1.0"?>
<api>
  <query>
    <globaluserinfo missing="">
      <unattached>
        <account wiki="alswiki" editcount="0" />
        <account wiki="arwiki" editcount="0" />
        <account wiki="cowiki" editcount="1" />
        <account wiki="commonswiki" editcount="0" />
        <account wiki="cswiki" editcount="0" />
        <account wiki="dawiki" editcount="0" />
        <account wiki="dewiki" editcount="0" />
        <account wiki="elwiki" editcount="0" />
        <account wiki="enwikibooks" editcount="0" />
        <account wiki="enwikinews" editcount="0" />
        <account wiki="enwiki" editcount="46" />
...
        <account wiki="yiwiki" editcount="0" />
        <account wiki="zhwiki" editcount="0" />
      </unattached>
    </globaluserinfo>
  </query>
</api>

In other words, still include the "unattached" info even when the SUL account is missing. I have no way to test it, but it might be as simple as the attached patch. You'd want to fix the indentation, of course, but I know MediaWiki devs like to review patches without indentation changes.
Comment 1 Sam Reed (reedy) 2011-02-18 19:02:19 UTC
Done some rough testing, and seems we can get unattached accounts fine when
there isn't a global account

Tweaked and fixed patch applied in r82412


Thankyou! :)

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


Navigation
Links