Changes between Version 2 and Version 3 of TracTicketChainedFieldsPlugin


Ignore:
Timestamp:
Aug 7, 2009, 3:54:36 AM (15 years ago)
Author:
Richard Liao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChainedFieldsPlugin

    v2 v3  
    2424You can check out TracTicketChainedFieldsPlugin from [http://trac-hacks.org/svn/tracticketchainedfieldsplugin here] using Subversion, or [source:tracticketchainedfieldsplugin browse the source] with Trac.
    2525
    26 == Example ==
     26== Install ==
    2727
    28 {{{
     28 You can install this software as normal Trac plugin.
     29
     30 1. Uninstall TracTicketTemplate if you have installed before.
     31
     32 2. Change to the directory containning setup.py.
     33
     34 3. If you want to install this plugin globally, that will install this plugin to the python path:
     35  * python setup.py install
     36
     37 4. If you want to install this plugin to trac instance only:
     38  * python setup.py bdist_egg
     39  * copy the generated egg file to the trac instance's plugin directory
     40  {{{
     41cp dist/*.egg /srv/trac/env/plugins
     42}}}
     43
     44 5. Config trac.ini:
     45  {{{
    2946[components]
    3047tcf.* = enabled
    3148}}}
    3249
    33 == Snapshot ==
     50== Example ==
     51
     52=== Snapshot ===
    3453[[Image(TracTicketChainedFieldsPlugin.png)]]
    3554