Changes between Version 9 and Version 10 of ProjectPlanPlugin


Ignore:
Timestamp:
Oct 8, 2009, 4:51:50 PM (14 years ago)
Author:
Matthias
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectPlanPlugin

    v9 v10  
    2121 * a recent !GraphViz Package
    2222 * Trac 0.11 (.1-5)
    23  * XML Template Engine Genshi 0.51 or better (is part of Trac 0.11)
     23 * XML Template Engine Genshi 0.51 or compatible (is part of Trac 0.11)
    2424
    2525== Bugs/Feature Requests ==
     
    4242
    4343 1. Install the Plugin, either Global or Local (Local is recommended at this point)
    44  2. Setup '''Ticket-Custom Fields'''
    45    * Dependencies and Times need to be added as Ticket-Custom Fields
     44 2. Setup '''Ticket-Custom Fields''' in your Projects ''trac.ini''
     45   * For the case, you already have Dependency, Assign/Close Date Ticket-Custom Fields
     46    * Add the Fieldnames (as long as the format is compatible) with
     47   {{{
     48[pp_options]
     49custom_dependency_field = <your dependency fieldname>
     50custom_due_assign_field = <your assign Date fieldname>
     51custom_due_close_field = <your close Date fieldname>
     52   }}}
     53    * This lets ProjectPlanPlugin use these configured fields
     54   * If you dont have corresponding Dependency and Date Fields, they need to be added as Ticket-Custom Fields
    4655   {{{
    4756[ticket-custom]