Changes between Version 1 and Version 2 of TracTicketConditionalValidatePlugin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketConditionalValidatePlugin

    v1 v2  
    2424
    2525== Example ==
    26 
     26{{{
     27#!ini
    2728[ticketvalidator]
    2829defect = comment, summary
     
    3233summary.rule = [A-Z].*
    3334summary.tip = Please correct summary
    34 
     35}}}
    3536
    3637== Recent Changes ==