Page MenuHomePhabricator

Allow watchlist to be sorted by number of edits
Closed, DeclinedPublic

Description

Author: jens

Description:
Bug 536 asks to save the last visited revision (LVR) for pages in the watchlist.
Enotif (bug 454) (or related patches?) already utilise this to show in
Special:Watchlist that a page has been changed since last visited.

A further enhancement would be if the watchlist could somehow be sorted by the
number of edits since the last visit. For this to be possible without heavy
database load, the number of edits should be stored in the table that records
which user watches which pages. It would be set to 0 every time the user visits
the page, and an edit to the page would increase the number for all
corresponding records.


Version: unspecified
Severity: enhancement

Details

Reference
bz808

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.
StatusSubtypeAssignedTask
DeclinedNone
DeclinedWikinaut

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 7:03 PM
bzimport set Reference to bz808.
bzimport added a subscriber: Unknown Object (MLST).

Removing bogus double dependency

Closing due to performance issues with any implementation (unless someone has an epiphany here).