Page MenuHomePhabricator

Add link to filtered Abuse filter log on Special:Contributions
Closed, ResolvedPublic

Description

Abuse Filter Log Link On Contribs

As the abuse filter can restrict a user's editing, it is sometimes useful to have a direct link from a user's contributions page to the filtered Abuse log for that specific user.

This patch uses the ContributionsToolLinks hook to add a new link to the tool links at the top of the contributions page, giving a link to that users' abuse log. If the user viewing the page does not have the abusefilter-log userright, the link is not added.


Version: unspecified
Severity: enhancement

attachment AbuseFilterLogLinkOnContribs.patch ignored as obsolete

Details

Reference
bz18423

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:34 PM
bzimport added a project: AbuseFilter.
bzimport set Reference to bz18423.

Created attachment 6036
Abuse Filter Log Link On Contribs (tweaked)

Fixed a couple of issues raised on IRC

attachment AbuseFilterLogLinkOnContribs2.patch ignored as obsolete

(In reply to comment #1)

Created an attachment (id=6036) [details]
Abuse Filter Log Link On Contribs (tweaked)

Fixed a couple of issues raised on IRC

+ array('title' => 'Abuse Log for this user') ,

Needs localisation.

Created attachment 6050
Abuse filter contribs log link patch three

Fixed localisation issue

Attached:

Applied with double-escaping, localisation and whitespace fixes in r49791.