Changes between Version 49 and Version 50 of MasterTicketsPlugin


Ignore:
Timestamp:
Jan 17, 2016, 4:52:14 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with pypi

Legend:

Unmodified
Added
Removed
Modified
  • MasterTicketsPlugin

    v49 v50  
    5959which extracts the revision {{{b8715f528a}}} from github.
    6060
     61There is also a version on [pypi:TracMasterTickets PyPi].
     62
    6163== Source
    6264
     
    8587
    8688Under the '''mastertickets''' section the following options are available:
    87  * dot_path (default = 'dot'): Path to the dot executable
    88  * gs_path (default = 'gs'): Path to the ghostscript executable
    89  * use_gs (default = False): If enabled, use [http://www.ghostscript.com/ Ghostscript] to produce nicer output
     89 * `dot_path`: Path to the dot executable, default = 'dot'.
     90 * `gs_path`: Path to the ghostscript executable, default = 'gs'.
     91 * `use_gs`: If enabled, use [http://www.ghostscript.com/ Ghostscript] to produce nicer output, default = False.
    9092
    9193To configure the plugin to use a graphviz/dot installation that is at another location, add the following to your `trac.ini` file:
     
    104106== Known acceptable database versions
    105107
    106 Sometimes Trac and/or plugins run into trouble with newer database versions because they are fussier about error checking. Therefore this section lists versions that are known to work:
     108Sometimes Trac and/or plugins run into trouble with newer database versions, because they are fussier about error checking. Therefore this section lists versions that are known to work:
    107109
    108110 * 3.0.4: PostgreSQL 8.4, Trac 1.0.1, Python 2.7