Changes between Version 6 and Version 7 of CondFieldsPlugin


Ignore:
Timestamp:
Aug 16, 2014, 5:01:38 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

New style markup.

Legend:

Unmodified
Added
Removed
Modified
  • CondFieldsPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Conditional fields for ticket types =
     2= Conditional fields for ticket types
    33
    4 == Description ==
     4== Description
    55
    66This 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.
    77
    8 == Bugs/Feature Requests ==
     8== Bugs/Feature Requests
    99
    1010Existing bugs and feature requests for CondFieldsPlugin are
     
    1414[http://trac-hacks.org/newticket?component=CondFieldsPlugin&owner=coderanger new ticket].
    1515
    16 == Download ==
     16== Download
    1717
    1818Download the zipped source from [download:condfieldsplugin here].
    1919
    20 == Source ==
     20== Source
    2121
    2222You can check out CondFieldsPlugin from [http://trac-hacks.org/svn/condfieldsplugin here] using Subversion, or [source:condfieldsplugin browse the source] with Trac.
    2323
    24 == Example ==
     24== Example
    2525
    2626In 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.
    2727
    2828To enable:
    29 {{{
    30 #!ini
     29{{{#!ini
    3130[components]
    3231condfields.* = enabled
     
    3433
    3534Example configuration:
    36 {{{
    37 #!ini
     35{{{#!ini
    3836[condfields]
    3937include_standard = false
     
    4240}}}
    4341
    44 == Recent Changes ==
     42== Recent Changes
    4543
    4644[[ChangeLog(condfieldsplugin, 3)]]
    4745
    48 == Author/Contributors ==
     46== Author/Contributors
    4947
    5048'''Author:''' [wiki:coderanger] [[BR]]