Changes between Version 7 and Version 8 of TracTicketValidatorPlugin


Ignore:
Timestamp:
Nov 11, 2015, 10:11:18 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketValidatorPlugin

    v7 v8  
    44
    55== Description
     6
     7This plugin allows you to perform validations on form input fields in your Trac pages.
    68
    79Key features:
     
    1618
    1719If you have any issues, create a
    18 [http://trac-hacks.org/newticket?component=TracTicketValidatorPlugin&owner=richard new ticket].
     20[/newticket?component=TracTicketValidatorPlugin new ticket].
    1921
    2022[[TicketQuery(component=TracTicketValidatorPlugin&group=type,format=progress)]]
     
    2224== Download
    2325
    24 Download the zipped source from [download:tracticketvalidatorplugin here].
     26Download the zipped source from [export:tracticketvalidatorplugin here].
    2527
    2628== Source
    2729
    28 You can check out TracTicketValidatorPlugin from [http://trac-hacks.org/svn/tracticketvalidatorplugin here] using Subversion, or [source:tracticketvalidatorplugin browse the source] with Trac.
     30You can check out TracTicketValidatorPlugin from [/svn/tracticketvalidatorplugin here] using Subversion, or [source:tracticketvalidatorplugin browse the source] with Trac.
    2931
    3032== Example
    3133
    3234 1. Validate anonymous author email address and make the comment a required input:
    33 {{{
    34 #!ini
     35{{{#!ini
    3536[components]
    3637ticketvalidator.* = enabled
     
    4647}}}
    4748
    48 '''Note''': when validating more than one field, use a list after "validates =".
     49 '''Note''': when validating more than one field, use a list after "validates =".
    4950
    5051 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:
    51 {{{
    52 #!ini
     52{{{#!ini
    5353[components]
    5454ticketvalidator.* = enabled