Changes between Version 6 and Version 7 of DynamicFieldsPlugin


Ignore:
Timestamp:
Jul 6, 2010, 8:08:02 PM (14 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DynamicFieldsPlugin

    v6 v7  
    1414
    1515== Configuration ==
    16 To enable the plugin:
     16 1. Install the plugin (after downloading and unzipping):
     17    {{{
     18    cd dynamicfieldsplugin/0.11
     19    sudo python setup.py install
     20    }}}
    1721
    18 {{{
    19 [components]
    20 dynfields.* = enabled
    21 }}}
     22 2. Enable the plugin:
     23    {{{
     24    [components]
     25    dynfields.* = enabled
     26    }}}
    2227
    23 See the examples section [wiki:DynamicFieldsPlugin#Examples below] for how to specify rules.
     28You can alternatively use the Trac Admin GUI to enable any or all rules.  See the examples section [wiki:DynamicFieldsPlugin#Examples below] for how to specify rules.
    2429 
    2530