Changes between Version 3 and Version 4 of TracHoursPlugin


Ignore:
Timestamp:
Sep 8, 2008, 3:04:33 PM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracHoursPlugin

    v3 v4  
    5858http://trac.edgewall.org/wiki/TimeTracking
    5959
     60== Enabling TracHours ==
     61
     62!TracHours is enabled like any other trac plugin:
     63
     64 * download and install the plugin
     65
     66 * enable the plugin.  Use either the webamdin interface or add the following lines to the {{{trac.ini}}} file:
     67
     68{{{
     69[components]
     70trachours.* = enabled
     71}}}
     72
     73 * you will need to run {{{trac-admin <env> upgrade}}} in order to create the correct database tables
     74
    6075== Bugs/Feature Requests ==
    6176