Page MenuHomePhabricator

Include a user's image/media uploads/edits in their Special:Contributions list
Closed, ResolvedPublic

Description

Author: aya

Description:
Vandals often have a tendency to upload various inappropriate images to the site,
which don't appear in their Special:Contributions/<username> list. You can work it
out by manually checking Special:Log/upload or Special:Newimages, but it would be
nice if this information was also available in their contributions list, so that
admins can quickly fix the damage.


Version: unspecified
Severity: enhancement

Details

Reference
bz3068

Event Timeline

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

The obvious fix for this would be to record a null revision on the image page
with the upload information, as we now do for page moves.

With the 1.5 schema this can refer to the previous text item, so doesn't bloat
the text storage database.

webmaster wrote:

Has this been implemented in 1.6 HEAD, yet?

robchur wrote:

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

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

rotemliss wrote:

This was fixed as a part of r23023 - a null revision is now added.