Changes between Version 4 and Version 5 of TicketSubmitPolicyPlugin


Ignore:
Timestamp:
Jun 12, 2008, 9:40:05 PM (16 years ago)
Author:
Jeff Hammel
Comment:

remove redundancy with wiki include macro

Legend:

Unmodified
Added
Removed
Modified
  • TicketSubmitPolicyPlugin

    v4 v5  
    11[[Include(source:ticketsubmitpolicyplugin/0.11/README.txt, text/x-trac-wiki)]]
    2 
    3 = control ticket submission policy based on field information =
    4 
    5 == Description ==
    6 
    7 The TicketSubmitPolicyPlugin allows control of ticket submission based on fields and their values.  Actions are configurable via an extension point, ITicketSubmitPolicy.  Javascript is used to enforce the policy without leaving the page.
    82
    93== Bugs/Feature Requests ==
     
    2317You can check out TicketSubmitPolicyPlugin from [http://trac-hacks.org/svn/ticketsubmitpolicyplugin here] using Subversion, or [source:ticketsubmitpolicyplugin browse the source] with Trac.
    2418
    25 == Example ==
    26 
    27 The following section in trac.ini excludes the version field excludes the version field if the type is not a defect and requires a version that is not blank if the type is a defect:
    28 
    29 {{{
    30 [ticket-submit-policy]
    31 policy1.condition = type != defect
    32 policy1.excludes = version
    33 policy2.condition = type == defect
    34 policy2.requires = version
    35 }}}
    36 
    3719== Recent Changes ==
    3820