Changes between Initial Version and Version 1 of TicketValidatorPlugin


Ignore:
Timestamp:
May 10, 2008, 11:19:53 PM (16 years ago)
Author:
Max Stewart
Comment:

New hack TicketValidatorPlugin, created by superafroman

Legend:

Unmodified
Added
Removed
Modified
  • TicketValidatorPlugin

    v1 v1  
     1= Ticket Validator =
     2
     3== Description ==
     4
     5Basic ticket validation for Trac.  The validation is based on the state that the ticket is in so you can specify different requirements for different steps in the workflow.
     6
     7Currently you can only specify required fields.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TicketValidatorPlugin are
     12[report:9?COMPONENT=TicketValidatorPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TicketValidatorPlugin&owner=superafroman new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:ticketvalidatorplugin here].
     20
     21== Source ==
     22
     23You can check out TicketValidatorPlugin from [http://trac-hacks.org/svn/ticketvalidatorplugin here] using Subversion, or [source:ticketvalidatorplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27Say you require the 'actual' field to be filled out once the ticket has been completed and the 'estimate' field once the ticket has been accpeted.  You can configure this through the admin page or edit the trac.ini file.  The section in trac.ini would look something like this
     28
     29[ticketvalidation]
     30actual.required = done
     31estimate.required = accepted,done
     32
     33== Recent Changes ==
     34
     35[[ChangeLog(ticketvalidatorplugin, 3)]]
     36
     37== Author/Contributors ==
     38
     39'''Author:''' [wiki:superafroman] [[BR]]
     40'''Contributors:'''