Page MenuHomePhabricator

Some enhancements for the CentralAuth GUI (that sulutil/stalktoy/others have) (tracking)
Closed, ResolvedPublic

Description

Now that CentralAuth has a read-only interface viewable for a broad audience, it could in some wiki-messages replace vvv's sulutil tool which basicly does the same.

However two main things I noticed that it is missing that I liked from vvv's tool.

  • Sortable wikitable
    • Being able to sort up and get blocks, editcount or method on top would be nice
  • Flags / Rights
    • What kind of rights the user has here (sysop, patroller etc.)

One other thing I often noticed in vvv's tool is the issue in sorting on Date;
Since the timestamp starts with the clocktime and has month written as a word, sorting that column would fail. The sortable-plugin supports sorting an entry at a different point (ie. a "Y-m-d H:i:s" stamp) so that would probably a good solution.

Krinkle


Version: unspecified
Severity: enhancement

Details

Reference
bz23391

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:05 PM
bzimport set Reference to bz23391.
bzimport added a subscriber: Unknown Object (MLST).

(In reply to comment #0)

  • Sortable wikitable
    • Being able to sort up and get blocks, editcount or method on top would be

nice

One other thing I often noticed in vvv's tool is the issue in sorting on Date;
Since the timestamp starts with the clocktime and has month written as a word,
sorting that column would fail. The sortable-plugin supports sorting an entry
at a different point (ie. a "Y-m-d H:i:s" stamp) so that would probably a good
solution.

Already done with r64956.

Just in case it was looked over, the request included more:

  • Flag/rights column
  • Sortable wikitable class
  • Sort date-cells at a different point with the Y-m-d H:i:s stamp to prevent sorting by time instead of date.

(In reply to comment #0)

  • Flags / Rights
    • What kind of rights the user has here (sysop, patroller etc.)

There's also bug 18917 for this.

beau wrote:

User rights are requested in bug 18917. The rest of this request was implemented, so marking as FIXED.

Special:CentralAuth should now be at feature parity with sulutil.