Changes between Version 20 and Version 21 of TracTicketChainedFieldsPlugin


Ignore:
Timestamp:
Aug 21, 2015, 8:19:53 AM (9 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChainedFieldsPlugin

    v20 v21  
    55== Description
    66
    7 Dynamically change fields options by their parent fields.
     7This plugin allows you to dynamically change fields options by their parent fields. See below for an example.
    88
    99== Bugs/Feature Requests
     
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TracTicketChainedFieldsPlugin&owner=richard new ticket].
     15[/newticket?component=TracTicketChainedFieldsPlugin new ticket].
    1616
    1717[[TicketQuery(component=TracTicketChainedFieldsPlugin&group=type,format=progress)]]
     
    2727== Installation
    2828
    29 You can install this software as you would for any [TracPlugins TracPlugin].
     29General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3030
    31 [http://pypi.python.org/pypi/simplejson simplejson] is a requirement for Python < 2.6, and it should be installed automatically if required when running `easy_install`.
     31[pypi:Simplejson] is a requirement for Python < 2.6, and it should be installed automatically if required when running `easy_install`.
    3232
    3333 1. Uninstall TracTicketTemplate if you have it installed before.
    3434 1. Change to the directory containing setup.py.
    35  1. If you want to install this plugin globally, this will install this plugin to the python path:
     35 1. If you want to install this plugin globally, this will install this plugin to the Python path:
    3636{{{#!sh
    3737python setup.py install