Changes between Version 8 and Version 9 of ProjectPlanPlugin


Ignore:
Timestamp:
Oct 7, 2009, 7:29:01 AM (15 years ago)
Author:
Matthias
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectPlanPlugin

    v8 v9  
    4141== Basic Setup ==
    4242
    43 Basic !GraphViz Configuration (needed for Networks):
    44  * login with administrative Rights, navigate to Admin (WebAdmin)
    45    * Select the Panel !ProjectPlan -> General Settings (on the left)
    46    * Verify the Settings for '''cachepath''' and '''dot_executable'''
    47  * or set the following options in the projects trac.ini
     43 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
    4846   {{{
     47[ticket-custom]
     48dependencies = text
     49dependencies.label = Dependencies
     50due_assign = text
     51due_assign.label = Due to assign
     52due_assign.value = DD/MM/YYYY
     53due_close = text
     54due_close.label = Due to close
     55due_close.value = DD/MM/YYYY
     56   }}}
     57
     58 3. Basic !GraphViz Configuration (needed for Networks):
     59  * login with administrative Rights, navigate to Admin (WebAdmin)
     60    * Select the Panel !ProjectPlan -> General Settings (on the left)
     61    * Verify the Settings for '''cachepath''' and '''dot_executable'''
     62  * or set the following options in the projects trac.ini
     63    {{{
    4964[pp_options]
    5065cachepath = <full path to the cache directory>
    5166dot_executable = <path to graphviz binaries>\dot.exe
    52    }}}
    53    * restart your webserver for configuration reload
    54  * Verify access and execution rights for the webserver User
     67    }}}
     68    * restart your webserver for configuration reload
     69  * Verify access and execution rights for the webserver User
     70  * '''cachepath should be a separate directory for each project/project trac, this reduces possible cache collisions'''
    5571
    56 Color Setup:
    57  * login with administrative Rights, navigate to Admin (WebAdmin)
    58    * Select the Panel !ProjectPlan -> Color Settings (on the left)
    59    * Set HTML Color codes and apply Settings
     72
     73 4. Color Setup:
     74  * login with administrative Rights, navigate to Admin (WebAdmin)
     75    * Select the Panel !ProjectPlan -> Color Settings (on the left)
     76    * Set HTML Color codes and apply Settings
     77
     78 5. Image Setup (currently theres nothing to select - skipped)
    6079
    6180== Example ==