Changes between Version 3 and Version 4 of TimeTrackingPlugin


Ignore:
Timestamp:
Aug 16, 2014, 10:13:06 PM (10 years ago)
Author:
anonymous
Comment:

Escape admin

Legend:

Unmodified
Added
Removed
Modified
  • TimeTrackingPlugin

    v3 v4  
    66
    77This plugin supports time tracking by adding the following to Trac:
    8 * A ''Tasks'' admin panel, where tasks can be created and assigned a time estimate.
    9 * A ''Log'' admin panel, where users can log the time they spend on these tasks.
     8* A ''Tasks'' !admin panel, where tasks can be created and assigned a time estimate.
     9* A ''Log'' !admin panel, where users can log the time they spend on these tasks.
    1010* A new permission `TIME_TRACKING` that is required to use these panels.
    1111* Two new database tables (to store these tasks and log entries).
     
    4646== Installation
    4747
    48 Installation of the plugin requires the usual step, e.g. easy_install `http://trac-hacks.org/svn/timetrackingplugin/trunk` and enable it in Trac's plugin admin page or by adding `timetracking.* = enabled` to the `[components]` section in trac.ini.
     48Installation of the plugin requires the usual step, e.g. easy_install `http://trac-hacks.org/svn/timetrackingplugin/trunk` and enable it in Trac's plugin !admin page or by adding `timetracking.* = enabled` to the `[components]` section in trac.ini.
    4949
    5050A database upgrade will be required as usual (`trac-admin path-to-your-trac-environment upgrade`).
    5151
    52 Assign the new `TIME_TRACKING` permission to the appropriate Trac groups / users (e.g. in Trac's permission admin page).
     52Assign the new `TIME_TRACKING` permission to the appropriate Trac groups / users (e.g. in Trac's permission !admin page).
    5353
    5454Create reports under ''View Tickets''. You can copy from the [browser:timetrackingplugin/trunk/docs/reports.txt example reports].