Changes between Initial Version and Version 1 of TracTicketConditionalValidatePlugin


Ignore:
Timestamp:
Mar 16, 2013, 8:10:33 PM (11 years ago)
Author:
Zack
Comment:

New hack TracTicketConditionalValidatePlugin, created by zshahan

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketConditionalValidatePlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Trac Ticket Conditional Validate Fields Plugin =
     4
     5== Description ==
     6
     7This plugin will validate fields based on the ticket type.  This plugin is similar to [th:TracTicketValidatorPlugin] with the addition of being able to validate different fields dependant upon the ticket type.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracTicketConditionalValidatePlugin are
     12[report:9?COMPONENT=TracTicketConditionalValidatePlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracTicketConditionalValidatePlugin&owner=zshahan new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:tracticketconditionalvalidateplugin here].
     20
     21== Source ==
     22
     23You can check out TracTicketConditionalValidatePlugin from [http://trac-hacks.org/svn/tracticketconditionalvalidateplugin here] using Subversion, or [source:tracticketconditionalvalidateplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27[ticketvalidator]
     28defect = comment, summary
     29enhancement = summary
     30comment.rule = .*
     31comment.tip = Please input comment
     32summary.rule = [A-Z].*
     33summary.tip = Please correct summary
     34
     35
     36== Recent Changes ==
     37
     38[[ChangeLog(tracticketconditionalvalidateplugin, 3)]]
     39
     40== Author/Contributors ==
     41
     42'''Author:''' [wiki:zshahan] [[BR]]
     43'''Maintainer:''' [wiki:zshahan] [[BR]]
     44'''Contributors:'''