Changes between Version 9 and Version 10 of TracTicketValidatorPlugin


Ignore:
Timestamp:
Jun 14, 2018, 6:54:25 PM (6 years ago)
Author:
figaro
Comment:

Moved example to description

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketValidatorPlugin

    v9 v10  
    1212 * support match fields to regular expression
    1313
    14 == Bugs/Feature Requests
    15 
    16 Existing bugs and feature requests for TracTicketValidatorPlugin are
    17 [report:9?COMPONENT=TracTicketValidatorPlugin here].
    18 
    19 If you have any issues, create a
    20 [/newticket?component=TracTicketValidatorPlugin new ticket].
    21 
    22 [[TicketQuery(component=TracTicketValidatorPlugin&group=type,format=progress)]]
    23 
    24 == Download
    25 
    26 Download the zipped source from [export:tracticketvalidatorplugin here].
    27 
    28 == Source
    29 
    30 You can check out TracTicketValidatorPlugin from [/svn/tracticketvalidatorplugin here] using Subversion, or [source:tracticketvalidatorplugin browse the source] with Trac.
    31 
    32 == Example
     14As an example:
    3315
    3416 1. Validate anonymous author email address and make the comment a required input:
     
    3921[ticketvalidator]
    4022validate_author = true
    41 validate_author.tip = Please fill your valid email address
     23validate_author.tip = Please enter your email address
    4224validates = comment, summary
    4325comment.rule = .*
     
    6042}}}
    6143
     44== Bugs/Feature Requests
     45
     46Existing bugs and feature requests for TracTicketValidatorPlugin are
     47[report:9?COMPONENT=TracTicketValidatorPlugin here].
     48
     49If you have any issues, create a
     50[/newticket?component=TracTicketValidatorPlugin new ticket].
     51
     52[[TicketQuery(component=TracTicketValidatorPlugin&group=type,format=progress)]]
     53
     54== Download
     55
     56Download the zipped source from [export:tracticketvalidatorplugin here].
     57
     58== Source
     59
     60You can check out TracTicketValidatorPlugin from [/svn/tracticketvalidatorplugin here] using Subversion, or [source:tracticketvalidatorplugin browse the source] with Trac.
     61
     62== Installation
     63
     64General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     65
    6266== Recent Changes
    6367