Last modified: 2014-02-19 21:57:47 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 T4335, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 2335 - Request: order wanted pages by count and alphabetically
Request: order wanted pages by count and alphabetically
Status: NEW
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.23.0
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
http://test.leuksman.com/index.php/Sp...
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-06-05 16:42 UTC by Michael Keppler
Modified: 2014-02-19 21:57 UTC (History)
1 user (show)

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


Attachments

Description Michael Keppler 2005-06-05 16:42:10 UTC
Wanted pages are sorted by count descending. It would be nice to have alphabetic
sorting of the title as second sort order to get a better overview if many
wanted pages have the same count.
This can be implemented by adding the following 3 lines somewhere in
SpecialWantedPages.php:

 function getOrder() {
    return ' ORDER BY value DESC, bl_to ASC';
 }
Comment 1 Michael Keppler 2005-06-05 17:44:40 UTC
Just a second note: If this is implemented, maybe the index on brokenlinks.bl_to
should be changed too for performance reasons. But I'm a complete database idiot
and don't know if SORT BY COUNT(somevalue) can profit from any kind of index.
Comment 2 Quim Gil 2014-02-19 21:57:47 UTC
I can still reproduce this problem today.  :)

Entries with the same count are sorted with a non-evident criteria. I also think alphabetical sorting would be more interesting. Easy fix?

PS: I fouund this report after noticing that it *was* the oldest report that hadn't received any response http://korma.wmflabs.org/browser/bugzilla_response_time.html

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


Navigation
Links