Changes between Initial Version and Version 1 of CondFieldsPlugin


Ignore:
Timestamp:
May 6, 2007, 11:26:45 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

New hack CondFieldsPlugin, created by coderanger

Legend:

Unmodified
Added
Removed
Modified
  • CondFieldsPlugin

    v1 v1  
     1= Conditional fields support for tickets =
     2
     3== Description ==
     4
     5This plugin allows having some ticket fields be conditional based on the ticket type. Note that is implemented entirely using JavaScript, so if that is disabled the user will see all fields like normal.
     6
     7=== Configuration ===
     8In the `condfields` section, each ticket type maps to one entry of the same name ''(see below for an example)''. By default all the standard Trac fields are shown for all types, but you can disable this with the `include_standard` option.
     9
     10== Bugs/Feature Requests ==
     11
     12Existing bugs and feature requests for CondFieldsPlugin are
     13[report:9?COMPONENT=CondFieldsPlugin here].
     14
     15If you have any issues, create a
     16[http://trac-hacks.org/newticket?component=CondFieldsPlugin&owner=coderanger new ticket].
     17
     18== Download ==
     19
     20Download the zipped source from [download:condfieldsplugin here].
     21
     22== Source ==
     23
     24You can check out CondFieldsPlugin from [http://trac-hacks.org/svn/condfieldsplugin here] using Subversion, or [source:condfieldsplugin browse the source] with Trac.
     25
     26== Example ==
     27
     28To enable:
     29{{{
     30[components]
     31condfields.* = enabled
     32}}}
     33
     34Example configuation:
     35{{{
     36[condfields]
     37defect = foo, bar
     38task = baz
     39}}}
     40
     41== Recent Changes ==
     42
     43[[ChangeLog(condfieldsplugin, 3)]]
     44
     45== Author/Contributors ==
     46
     47'''Author:''' [wiki:coderanger] [[BR]]
     48'''Contributors:'''