Changes between Version 21 and Version 22 of TracTicketChainedFieldsPlugin


Ignore:
Timestamp:
Nov 19, 2015, 11:29:15 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChainedFieldsPlugin

    v21 v22  
    1919== Download
    2020
    21 Download the zipped source from [download:tracticketchainedfieldsplugin here].
     21Download the zipped source from [export:tracticketchainedfieldsplugin here].
    2222
    2323== Source
    2424
    25 You can check out TracTicketChainedFieldsPlugin from [http://trac-hacks.org/svn/tracticketchainedfieldsplugin here] using Subversion, or [source:tracticketchainedfieldsplugin browse the source] with Trac.
     25You can check out TracTicketChainedFieldsPlugin from [/svn/tracticketchainedfieldsplugin here] using Subversion, or [source:tracticketchainedfieldsplugin browse the source] with Trac.
    2626
    2727== Installation
     
    3939 1. If you want to install this plugin to the Trac instance only:
    4040  * python setup.py bdist_egg
    41   * copy the generated egg file to the trac instance's plugin directory
     41  * copy the generated egg file to the trac instance's plugin directory:
    4242{{{#!sh
    4343cp dist/*.egg /srv/trac/env/plugins
     
    6363
    6464For example, there are 3 fields: brand, phone, OS. When the phone brand changes, the phone field will change its options to show only phone belongs to that brand. When the phone changes, the OS field will change accordingly.
    65  1. Add 3 custom fields in trac.ini
     65 1. Add 3 custom fields in `trac.ini`:
    6666 {{{#!ini
    6767[ticket-custom]