Changes between Version 12 and Version 13 of TracTicketValidatorPlugin


Ignore:
Timestamp:
Mar 11, 2022, 6:54:04 PM (2 years ago)
Author:
figaro
Comment:

Clarify configuration

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketValidatorPlugin

    v12 v13  
    1212 * match values in fields using regular expression
    1313
    14 As an example:
     14As an example, the following additions could be made to your `trac.ini` file:
    1515
    1616 1. Validate anonymous author email address and make the comment a required input:
     
    2929}}}
    3030
    31  '''Note''': when validating more than one field, use a list after "validates =".
     31 '''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 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:
     33 2. There is a very straightforward 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]