Changes between Initial Version and Version 1 of TracTicketValidatorPlugin


Ignore:
Timestamp:
Aug 5, 2009, 6:33:53 AM (15 years ago)
Author:
Richard Liao
Comment:

New hack TracTicketValidatorPlugin, created by richard

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketValidatorPlugin

    v1 v1  
     1= TracTicketValidatorPlugin =
     2
     3== Description ==
     4
     5 * support validate anonymous to input valid email address
     6 * support required fields
     7 * support match fields to regular expression
     8
     9
     10== Bugs/Feature Requests ==
     11
     12Existing bugs and feature requests for TracTicketValidatorPlugin are
     13[report:9?COMPONENT=TracTicketValidatorPlugin here].
     14
     15If you have any issues, create a
     16[http://trac-hacks.org/newticket?component=TracTicketValidatorPlugin&owner=richard new ticket].
     17
     18== Download ==
     19
     20Download the zipped source from [download:tracticketvalidatorplugin here].
     21
     22== Source ==
     23
     24You can check out TracTicketValidatorPlugin from [http://trac-hacks.org/svn/tracticketvalidatorplugin here] using Subversion, or [source:tracticketvalidatorplugin browse the source] with Trac.
     25
     26== Example ==
     27
     28{{{
     29[components]
     30ticketvalidator.* = enabled
     31
     32[ticketvalidator]
     33validate_author = true
     34validate_author.tip = Please fill your valid email address
     35validates = summary, comment
     36comment.rule = .*
     37comment.tip = Please input comment
     38}}}
     39
     40== Recent Changes ==
     41
     42[[ChangeLog(tracticketvalidatorplugin, 3)]]
     43
     44== Author/Contributors ==
     45
     46'''Author:''' [wiki:richard] [[BR]]
     47'''Contributors:'''