Changes between Version 11 and Version 12 of WorkLogPlugin


Ignore:
Timestamp:
Aug 22, 2008, 4:40:33 AM (16 years ago)
Author:
Abbywinters.com WebDev
Comment:

add documentation of configuration values

Legend:

Unmodified
Added
Removed
Modified
  • WorkLogPlugin

    v11 v12  
    5252 1. Reload/restart your HTTPD / other webserver / Tracd. That's it.
    5353
     54== Configuration ==
     55
     56In order to enable the automatic updating of your "Total Hours" field when using the TimingAndEstimationPlugin you will need this configuration value:
     57
     58{{{
     59[worklog]
     60timingandestimation = true
     61}}}
     62
     63Other configuration values (found in source:worklogplugin/0.11/worklog/manager.py) include:
     64
     65 * autostopstart - bool
     66 * autoreassignaccept - bool
     67 * comment - bool
     68 * timingandestimation - bool
     69 * roundup - int
    5470
    5571== Recent Changes ==