Page MenuHomePhabricator

links on Special:DeletedContributions
Closed, ResolvedPublic

Description

For user with right 'deletedhistory' but without 'undelete' the diff link on Special:DeletedContributions is useless. A click on it goes to Special:Undelete, and there is the diff link only in plain. It is better, when the user on Special:DeletedContributions see only a plain text and not a useless link.

The same for the timestamp (link to version).

Please rename 'restore' to 'view', because the user cannot restore the version, only see all (deleted) version of that page.


Version: unspecified
Severity: enhancement

Details

Reference
bz20006

Event Timeline

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

(In reply to comment #1)

Changed in r54015

That fixed only the last point. What is with the other points?

Isn't deletedhistory supposed to let you view deleted content?

(In reply to comment #3)

Isn't deletedhistory supposed to let you view deleted content?

No: "View deleted history entries, without their associated text" ([[MediaWiki:Right-deletedhistory]])

There is no different. Maybe it is better to check $wgUser->isAllowed('undelete') instead of $wgUser->isAllowed('delete').

(In reply to comment #6)

There is no different. Maybe it is better to check
$wgUser->isAllowed('undelete') instead of $wgUser->isAllowed('delete').

fixed in r54357 by aaron