Changes between Version 58 and Version 59 of TracHoursPlugin


Ignore:
Timestamp:
Nov 17, 2015, 9:45:50 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracHoursPlugin

    v58 v59  
    1616== Description
    1717
    18 The goal of this plugin is to help keep track of hours worked on tickets. TracHoursPlugin is an alternative to TimingAndEstimationPlugin, but with a different approach:
     18This plugin helps to keep track of hours worked on tickets. This is an alternative to TimingAndEstimationPlugin, but with a different approach:
    1919
    2020 * Instead of adding hours only via ticket fields, there is a separate view for managing ticket hours. `/hours/<ticket number>` displays the accrued hours for a particular ticket with a timeline-like view, but should also allow adding of new hours (by default, on "today", but this should be changeable via dropdown menus for day, month, year, etc), editing previously entered hours (amount, date, description) and deleting previously alloted hours if you have the appropriate permissions (`TICKET_ADD_HOURS` for your own hours, `TRAC_ADMIN` for the hours of others).
     
    8484== Bugs/Feature Requests
    8585
    86 Existing bugs and feature requests for TracHoursPlugin are [query:status!=closed&component=TracHoursPlugin&order=priority here].
    87 If you have any issues, create a [/newticket?component=TracHoursPlugin&owner=rjollos new ticket].
     86Existing bugs and feature requests for TracHoursPlugin are [report:9?COMPONENT=TracHoursPlugin here].
     87
     88If you have any issues, create a [/newticket?component=TracHoursPlugin new ticket].
    8889
    8990[[TicketQuery(component=TracHoursPlugin&group=type,format=progress)]]
     
    9192== Download
    9293
    93 Download the [download:trachoursplugin zipped source].
     94Download the [export:trachoursplugin zipped source].
    9495
    9596== Source
     
    110111 * [pypi:feedparser FeedParser], or package ''python-feedparser'' on Debian based systems.
    111112
    112 See [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin InstallingaTracPlugin] for more information on installing plugins. To enable this plugin:
     113See [t:TracPlugins#InstallingaTracPlugin InstallingaTracPlugin] for more information on installing plugins. To enable this plugin:
    113114 * Download and install the plugin.
    114115 * Enable the plugin, by using either the webadmin interface or adding the following lines to your `trac.ini` file: