Changes between Version 6 and Version 7 of TracTicketValidatorPlugin


Ignore:
Timestamp:
Apr 9, 2015, 10:35:27 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketValidatorPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Validate ticket fields =
    32
    4 == Description ==
     3= Validate ticket fields
    54
     5== Description
     6
     7Key features:
    68 * support validate anonymous to input valid email address
    79 * support required fields
    810 * support match fields to regular expression
    911
    10 
    11 == Bugs/Feature Requests ==
     12== Bugs/Feature Requests
    1213
    1314Existing bugs and feature requests for TracTicketValidatorPlugin are
     
    1718[http://trac-hacks.org/newticket?component=TracTicketValidatorPlugin&owner=richard new ticket].
    1819
    19 == Download ==
     20[[TicketQuery(component=TracTicketValidatorPlugin&group=type,format=progress)]]
     21
     22== Download
    2023
    2124Download the zipped source from [download:tracticketvalidatorplugin here].
    2225
    23 == Source ==
     26== Source
    2427
    2528You can check out TracTicketValidatorPlugin from [http://trac-hacks.org/svn/tracticketvalidatorplugin here] using Subversion, or [source:tracticketvalidatorplugin browse the source] with Trac.
    2629
    27 == Example ==
    28  1. Validate anonymous author email address and make comment required:
     30== Example
     31
     32 1. Validate anonymous author email address and make the comment a required input:
    2933{{{
    3034#!ini
     
    4246}}}
    4347
    44 Please note: when validating more than one field, use a list after "validates =".
     48'''Note''': when validating more than one field, use a list after "validates =".
    4549
    46  1. There is a very straightward implement of parent/child tickets, just prepend parent ticket number to the child ticket summary. For example, the parent ticket 234 summary is {{{<#0>A parent ticket}}}, the child ticket summary will be {{{<#234>A child ticket}}}. We can do validation like following:
     50 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:
    4751{{{
    4852#!ini
     
    5660}}}
    5761
    58 == Recent Changes ==
     62== Recent Changes
    5963
    6064[[ChangeLog(tracticketvalidatorplugin, 3)]]
    6165
    62 == Author/Contributors ==
     66== Author/Contributors
    6367
    6468'''Author:''' [wiki:richard] [[BR]]
    65 '''Maintainer:''' [wiki:richard] [[BR]]
     69'''Maintainer:''' [[Maintainer]] [[BR]]
    6670'''Contributors:'''