Changes between Version 10 and Version 11 of TracTicketValidatorPlugin


Ignore:
Timestamp:
Aug 30, 2018, 1:13:47 PM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketValidatorPlugin

    v10 v11  
    88
    99Key features:
    10  * support validate anonymous to input valid email address
     10 * require the email address of an anonymous contributor and validate this email address
    1111 * support required fields
    12  * support match fields to regular expression
     12 * match values in fields using regular expression
    1313
    1414As an example:
     
    3131 '''Note''': when validating more than one field, use a list after "validates =".
    3232
    33  2. There is a very straightward implementation of parent/child tickets: just prepend parent ticket number to the child ticket summary. For example, if the parent ticket 234 summary is {{{<#0>A parent ticket}}}, then the child ticket summary will be {{{<#234>A child ticket}}}. We can perform a validation as follows:
     33 2. There is a very straightward implementation of parent/child tickets: just prepend the parent ticket number to the child ticket summary. For example, if the parent ticket 234 summary is {{{<#0>A parent ticket}}}, then the child ticket summary will be {{{<#234>A child ticket}}}. We can perform a validation using regular expressions as follows:
    3434{{{#!ini
    3535[components]