Changes between Version 1 and Version 2 of DynamicVariablesPlugin


Ignore:
Timestamp:
Jan 2, 2011, 4:32:25 AM (13 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DynamicVariablesPlugin

    v1 v2  
    1010 * The text field for dynamic variables is converted to a pulldown menu
    1111
    12 JavaScript is required for the second feature above.
     12!JavaScript is required for the second feature above.
     13
     14== Configuration ==
     15 1. Install the plugin (after downloading and unzipping):
     16    {{{
     17    cd dynamicvariablesplugin/0.11
     18    sudo python setup.py bdist_egg
     19    sudo cp dist/TracDynamicVariables*.egg /your/trac/location/plugins/
     20    }}}
     21
     22    See [http://trac.edgewall.org/wiki/TracPlugins TracPlugins] for more installation details and options.  You'll likely need to restart Trac's web server after installation.
     23
     24 2. Enable the plugin:
     25    {{{
     26    [components]
     27    dynvars.* = enabled
     28    }}}
     29
     30    You can alternatively use the Trac Web Admin GUI to enable any or all rules.
    1331
    1432== Bugs/Feature Requests ==
     
    2947
    3048== Example ==
     49There is (currently) no configuration options.  Here's what the changes look like once enabled:
    3150
    32 Before:
     51=== Before ===
     52[[image(before.png)]]
    3353
    34 After:
    35 
     54=== After ===
     55[[image(after.png)]]
    3656
    3757== Recent Changes ==