Closed
Bug 1118656
Opened 11 years ago
Closed 11 years ago
[Spam] In Revision Dashboard, add a mark next to blocked users
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: teoli, Assigned: hoosteeno, Mentored)
Details
(Whiteboard: [specification][type:feature][LOE:2][django])
Attachments
(1 file)
|
31.50 KB,
image/png
|
Details |
Feature changed: The revision dashboard: https://developer.mozilla.org/en-US/dashboards/revisions?locale=&user=&topic=&start_date=&end_date=&page=1
Problem solved:
When dealing with spammers, we now see quickly if a page has been deleted.
But to know if somebody has banned a user, we need to rely on:
1. An e-mail sent to the spam watcher list.
2. A visit to the users/userban admin panel.
Who would use this:
Any person watching spam.
What users would see:
On the Revision dashboard, a small red mention ("Banned") would appear next to the username of a banned user.
What would users do:
Spam fighters will know the banning status of a spammer at the very same place they go to check their activities.
(This is especially useful for spam that is not detected by the automatic e-mails)
| Reporter | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
:groovecoder, can you estimate the level of effort needed to implement this?
Flags: needinfo?(lcrouch)
Whiteboard: [specification][type:feature][LOE:?]
Comment 3•11 years ago
|
||
LOE 2 just because we should move the "Is this user banned?" logic up into the model layer (it's currently in the view layer [1]) when we do this.
Good mentored bug for devs who know django.
[1] https://github.com/mozilla/kuma/blob/master/kuma/users/views.py#L85
Mentor: lcrouch
Flags: needinfo?(lcrouch)
Whiteboard: [specification][type:feature][LOE:?] → [specification][type:feature][LOE:2]
Updated•11 years ago
|
Whiteboard: [specification][type:feature][LOE:2] → [specification][type:feature][LOE:2][django]
Comment 4•11 years ago
|
||
Should also add the same visual indicator to the profile page for site admins.
| Assignee | ||
Comment 5•11 years ago
|
||
Assignee: nobody → hoosteeno
Comment 6•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/825336004e1e5341355147b3f6064f27f0a1a011
[fix bug 1118656] Flag spammers in UI
https://github.com/mozilla/kuma/commit/d15d2d902c15f572db32b50039d5c1bbe92e6fd9
[fix bug 1118656] move banned flag into inactive button
https://github.com/mozilla/kuma/commit/104e0e99e55cdcae7fd6edc662051da8251f6afd
[fix bug 1118656] Flag spammers in UI
Did the todo in hootseeno's comments, added link to active ban.
https://github.com/mozilla/kuma/commit/47699e8397819d706d7a039e593713c53d48fdfb
Merge pull request #3004 from stephaniehobson/hoosteeno-bug1118656
[fix bug 1118656] Flag spammers in UI
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•