Page MenuHomePhabricator

"Mark as patrolled" not available when enhanced recent changes is enabled
Closed, ResolvedPublic

Description

Author: Sebastian.Dietrich

Description:
If one enables "enhanced recent changes" in preferences no "mark as patrolled"
is possible on articles with several changes.

This could be easily implemented by adding a link to:
...index.php?title=<page-name>&action=markpatrolled&rcid=<curid> (when you have
followed the link to the page with several changes
...index.php?title=<page-name>&curid=<curid>&diff=<diff>&oldid=<oldid>)


Version: 1.8.x
Severity: enhancement

Details

Reference
bz9768

Event Timeline

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

When following the link (x modifications), you will see all
the differences together. So we will have to find all the rcid
to mark them as patrolled.

Sebastian.Dietrich wrote:

You are right - that possibly makes this a non-easy change request.

Nevertheless it is imho an important one, since patrolling is usually done after
several changes and one usually only wants to patroll the last change.

  • This bug has been marked as a duplicate of bug 5502 ***