Page MenuHomePhabricator

AbuseFilter Log should be sortable by action taken
Closed, ResolvedPublic

Description

Author: MacGyverMagic

Description:
Several filters first warn a user and then go on to tag the edit for review by another editor. Unfortunately, it still requires other editors to go through the entire log of a filter. It would be very helpful if they had the ability to not only select entries by user, article and filter, but also by the action the filter took.

Details

Reference
bz18230

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:35 PM
bzimport added a project: AbuseFilter.
bzimport set Reference to bz18230.
bzimport added a subscriber: Unknown Object (MLST).

This isn't easy to do in a performant manner.

Marking this bug as Lowest priority.

I've done this in a batch to (usually enhancement request) bugs where:

  • It is not clear that this bug should be fixed.
  • It is not clear how to fix this bug.
  • There are difficulties or complications in fixing this bug, which are not justified by the importance of the bug.
  • This is an extremely minor bug that could not be fixed in a few lines of code.

If you're interested in having one of these bugs fixed, your best bet is to write the patch yourself.

  • Bug 29037 has been marked as a duplicate of this bug. ***

Do we even have sorting feature (on any attribute)? I think that would need quite some work.