Making WordPress.org

Opened 8 years ago

Closed 6 years ago

#1956 closed defect (bug) (fixed)

All w.org users should be able to report posts or topics

Reported by: netweb's profile netweb Owned by: netweb's profile netweb
Milestone: Priority: high
Component: Support Forums Keywords: has-patch commit
Cc:

Description

Previously any w.org user could add the tag modlook (or any tag actually) to a forum topic and flag it for review by the forums support and and moderation team.

The only way to add the modlook tag to a topic currently is to either:

a) Add a reply and including the topic tag in that reply
b) A moderator or above edits a topic and includes the topic tag then saves updating the topic

Attachments (2)

1956.patch (9.1 KB) - added by Clorith 6 years ago.
1956.2.patch (220.1 KB) - added by netweb 6 years ago.

Download all attachments as: .zip

Change History (17)

#1 @Clorith
8 years ago

Should also work the same for removing them, if not we can't remove the tag without editing a reply or writing our own.

Normal process when handling a modlooked item:

  • Watch the tag
  • Enter topic thats tagged
  • Remove modlook to prevent others from jumping on the thread
  • Actually handle the topic

#2 @Ipstenu
8 years ago

There's this plugin - https://wordpress.org/plugins/bbpress-report-content/

it also reports who reported :) We'd want to hide that ... or maybe not. If everyone knows everyone's reporting, that could be interesting.

This ticket was mentioned in Slack in #forums by sergey. View the logs.


8 years ago

This ticket was mentioned in Slack in #meta by sergey. View the logs.


8 years ago

#5 @SergeyBiryukov
8 years ago

  • Summary changed from All w.org users should be able to add the `modlook` tag to topics to All w.org users should be able to report posts or topics

#6 @SergeyBiryukov
8 years ago

#2682 was marked as a duplicate.

This ticket was mentioned in Slack in #forums by zoonini. View the logs.


7 years ago

This ticket was mentioned in Slack in #forums by clorith. View the logs.


7 years ago

#9 @Clorith
7 years ago

  • Priority changed from normal to high

This ticket was mentioned in Slack in #forums by flashbash. View the logs.


7 years ago

@Clorith
6 years ago

#11 @Clorith
6 years ago

  • Keywords has-patch added

1956.patch implements a "Report topic" action to the sidebar.

Who and when is recorded at the time of reporting, and the list of previous reporters is visible to those with moderator capabilities under the report action.

The report feature adds the modlook tag to a topic, this means our existing modlook view can keep being used, and users already familiar with the term can manually add it if they wish.

When a topic is flagged, moderators can easily remove the flag using a button in the sidebar as well.

I opted to allow users to report the same topic multiple times, and each time they are recorded as a new report. To avoid the logging going crazy, I chose to limit this to only log 10 reports from a single user on any one topic. If moderators observe that many reports on a topic by a single user, it should raise some eyebrows and they should look into the matter.

This ticket was mentioned in Slack in #meta by clorith. View the logs.


6 years ago

This ticket was mentioned in Slack in #meta by clorith. View the logs.


6 years ago

@netweb
6 years ago

#14 @netweb
6 years ago

  • Keywords commit added

I've tested 1956.2.patch and made a couple of minor tweaks from 1956.patch

#15 @netweb
6 years ago

  • Owner set to netweb
  • Resolution set to fixed
  • Status changed from new to closed

In 7605:

Support Forums: Allow all w.org users to 'modlook' report posts or topics

Props Clorith.
Fixes #1956.

Note: See TracTickets for help on using tickets.