Last modified: 2011-08-13 18:23:28 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 T28884, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26884 - Allow sorting by creation date for list=allusers
Allow sorting by creation date for list=allusers
Status: NEW
Product: MediaWiki
Classification: Unclassified
API (Other open bugs)
1.18.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-01-23 13:21 UTC by db [inactive,noenotif]
Modified: 2011-08-13 18:23 UTC (History)
6 users (show)

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


Attachments

Description db [inactive,noenotif] 2011-01-23 13:21:39 UTC
The page [[Special:ListUsers]] has a option "Sort by creation date". I have not found a api param for this.

Maybe add a ausortcreation param to list=allusers.

Thanks.
Comment 1 Roan Kattouw 2011-01-24 02:40:45 UTC
There's no index on this, so this whole feature just sounds like a bad idea to me.
Comment 2 Bawolff (Brian Wolff) 2011-01-24 21:24:20 UTC
It appears as if [[special:listusers]] is actually sorting on user_id, not on user_registration (since user_id is auto-increment, earlier users have smaller user_id's in theory) which is indexed.

If you look closely at special:listusers sorted by creation date on enwikipedia, you'll notice that some of the users who don't have creation dates are interleaved with users who do have creation dates. (example: http://en.wikipedia.org/w/index.php?title=Special:ListUsers&offset=51&creationSort=1&limit=4 )

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


Navigation
Links