Changes between Version 27 and Version 28 of ProjectPlanPlugin


Ignore:
Timestamp:
Feb 19, 2013, 11:34:40 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added missing line break. Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • ProjectPlanPlugin

    v27 v28  
    8080 * XML Template Engine Genshi 0.51 or compatible (it is part of Trac 0.11 or later)
    8181
    82 
    8382== Basic Setup ==
    8483
     
    8685 * check out the source code (you can also use export instead of checkout)
    8786   {{{
     87   #!sh
    8888svn checkout http://trac-hacks.org/svn/projectplanplugin/0.11/trunk
    8989   }}}
    9090 * run on the shell
    9191   {{{
     92   #!sh
    9293python setup.py bdist_egg
    9394   }}}
     
    9697This plugin can be installed globally via
    9798{{{
     99#!sh
    98100easy_install http://trac-hacks.org/svn/projectplanplugin/0.11/trunk
    99101}}}
    100102and then enabling on a per-project instance by editing {{{trac.ini}}}:
    101103{{{
     104#!ini
    102105[components]
    103106projectplan.* = enabled
     
    110113    * Add the field names (as long as the format is compatible) with
    111114   {{{
     115   #!ini
    112116[pp_options]
    113117custom_dependency_field = <your dependency fieldname>
     
    118122   * If you don't have corresponding dependency and date fields, they need to be added as ticket-custom fields
    119123   {{{
     124   #!ini
    120125[ticket-custom]
    121126dependencies = text
     
    138143  * or set the following options in the projects trac.ini
    139144    {{{
     145   #!ini
    140146[pp_options]
    141147cachepath = <full path to the cache directory>
     
    243249
    244250'''Author:''' [wiki:makadev], [wiki:anbo]  [[BR]]
    245 '''Maintainer:''' anbo
     251'''Maintainer:''' anbo [[BR]]
    246252'''Contributors:'''