Changes between Initial Version and Version 1 of TicketModeratorPlugin


Ignore:
Timestamp:
Feb 23, 2009, 9:13:24 PM (15 years ago)
Author:
John Siirola
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketModeratorPlugin

    v1 v1  
     1= Trac Ticket Moderator Plugin =
     2
     3== Description ==
     4
     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 either accepts or rejects it. Accepted submissions are then inserted into the main Trac ticket database.
     6
     7The 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.
     8
     9== Dependencies, Configuration, Downloads ==
     10
     11See that main [https://software.sandia.gov/trac/fast/wiki/TicketModerator TicketModerator project page].
     12
     13== Bugs/Feature Requests ==
     14
     15Existing bugs and feature requests for the [https://software.sandia.gov/trac/fast/wiki/TicketModerator TicketModerator] plugin are [https://software.sandia.gov/trac/fast/query?status=%21closed&component=TracTicketModerator&order=priority here].
     16
     17If you have any issues, create a [https://software.sandia.gov/trac/fast/newticket?component=TracTicketModerator&owner=jdsiiro new ticket].
     18
     19== Source ==
     20
     21You can check out [https://software.sandia.gov/trac/fast/wiki/TicketModerator TicketModerator] from [https://software.sandia.gov/svn/public/fast/trac-plugins/TicketModerator here] using Subversion, or [https://software.sandia.gov/trac/fast/browser/trac-plugins/TicketModerator browse the source] with Trac.
     22
     23== License ==
     24
     25The [https://software.sandia.gov/trac/fast/wiki/TicketModerator TicketModerator] plugin is distributed under the [https://software.sandia.gov/trac/fast/browser/trac-plugins/TicketModerator/trunk/LICENSE.txt BSD license].
     26