Closed
Bug 1275322
Opened 9 years ago
Closed 5 years ago
Give spam admins information on how to submit their revision
Categories
(developer.mozilla.org Graveyard :: General, defect)
developer.mozilla.org Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: atopal, Unassigned)
Details
(Keywords: in-triage)
Currently, if a revision is suspected to be spam, there is no obvious way for trusted contributors to tell Akismet that the revision is not spam.
Currently we display the following message:
"Your submission includes content that may not be suitable for MDN. Repeated attempts to submit unsuitable material may result in your account being deactivated. See our guide “Does this belong on MDN?” for details on what constitutes appropriate material.
If you believe you’ve received this message by mistake, please save a draft of your content and contact the site administrators."
Please add another section that is only shown to spam moderators:
"As a spam moderator you can (mark this submission as ham) [1] and try submitting it again."
[1] link to Akismet submissions: https://developer.mozilla.org/admin/wiki/revisionakismetsubmission/
Comment 1•9 years ago
|
||
As far as I know, the revision is not created if the content is suspected as spam.
But in the current workflow, untill a revision is created, its not possible to mark it as ham.
So if we redirect the moderator to [1], its not possible for him/her to do anything.(As no revision is created with his submission)
[1] link to Akismet submissions: https://developer.mozilla.org/admin/wiki/revisionakismetsubmission/
@atopal,
Because there is no context on this page (it's not really a page, but a form error message), I can't check user permissions, with the current code without a bit of a refactor.
Would it be okay to alter the requirements to display the following message for all users when they see the spam message?
"If you are a spam moderator, you can (mark this submission as ham) [1] and try submitting it again."
[1] link to Akismet submissions: https://developer.mozilla.org/admin/wiki/revisionakismetsubmission/
| Reporter | ||
Comment 3•9 years ago
|
||
For posterity: Yes, let's go with displaying it for everyone.
Comment 4•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/88e773ed49c824c5c9953ae07c10d27dc26148c6
bug 1275322 - add a paragraph to allow spam moderators to mark submissions as spam when they hit a spam error.
https://github.com/mozilla/kuma/commit/6581f25e331e9c4217fa302735f40f0cbf0da029
bug 1275322 - adjust admin URL.
https://github.com/mozilla/kuma/commit/08705f03928439f5c9139af3bc38c4192f5e3d79
bug 1275322 - remove check for user permissions which is unavailable because there is no page context.
https://github.com/mozilla/kuma/commit/85ef09c72fb741a051fe51fa339c426cb899a27d
Merge pull request #3885 from caktus/new-issue-1275322-spam-admin-info-on-submission
New issue 1275322 spam admin info on submission
Comment 5•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/e0aa6b9dc8a8895a4693e40855fcfd40df72e2c7
bug 1275322 - Link to the spam attempt admin
https://github.com/mozilla/kuma/commit/68e709b4b85661607eac9409d114cb3390dca2dd
bug 1275322 - Only show admin link to moderators
https://github.com/mozilla/kuma/commit/a659077c0cef5fcc505e9d203c1fb4d979759a6f
Merge pull request #3894 from mozilla/admin_unblock_1275322
bug 1275322 - Adjust message show to spam moderators when revision is blocked
Comment 6•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
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
•