Changes between Version 4 and Version 5 of TicketModeratorPlugin


Ignore:
Timestamp:
Jul 3, 2009, 9:10:37 AM (15 years ago)
Author:
Sebastian Krysmanski
Comment:

A comment is not visible when it's rejected.

Legend:

Unmodified
Added
Removed
Modified
  • TicketModeratorPlugin

    v4 v5  
    33== Description ==
    44
    5 The TicketModeratorPlugin supports human moderation of new tickets and ticket comments for unprivileged users within Trac. When an unprivileged user submits a ticket or ticket comment, their submission is recorded in a "moderation queue" and is not visible on the main Trac site until a Moderator reviews their submission and either accepts or rejects it. Accepted submissions are then inserted into the main Trac ticket database.
     5The TicketModeratorPlugin supports human moderation of new tickets and ticket comments for unprivileged users within Trac. When an unprivileged user submits a ticket or ticket comment, their submission is recorded in a "moderation queue" and is not visible on the main Trac site until a Moderator reviews their submission and accepts it. Accepted submissions are then inserted into the main Trac ticket database.
    66
    77The intent behind this plugin is to enable open-source projects hosted on corporate or governmental computer systems to better interface with the general public. These hosting services typically do not allow anonymous users to add content to their websites (this includes adding new tickets or ticket comments). This plugin allows projects to enable anonymous ticket reporting and commenting by "quarantining" unprivileged submissions until they are reviewed by a human moderator.