Changes between Version 53 and Version 54 of TracHoursPlugin


Ignore:
Timestamp:
Mar 27, 2015, 7:51:39 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Page cleanup.

Legend:

Unmodified
Added
Removed
Modified
  • TracHoursPlugin

    v53 v54  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 {{{
    4 #!NewsFlash
     3{{{#!NewsFlash
    54'''Known (Confirmed) Issues'''
    65 * Incompatible with iCalExporterPlugin (#4368)
     
    1716}}}
    1817
    19 = Track hours spent on tickets =
     18= Track hours spent on tickets
    2019
    21 == Goals of TracHoursPlugin ==
     20== Goals of TracHoursPlugin
    2221
    2322The goal of this plugin is to help keep track of hours worked on tickets.  TracHoursPlugin is an alternative to [http://trac-hacks.org/wiki/TimingAndEstimationPlugin TimingAndEstimationPlugin], but with a different approach:
     
    4039For other Trac time-tracking solutions, see t:TimeTracking.
    4140
    42 == Components ==
     41== Components
    4342
    4443!TracHours consists of a number of components that work together to help track your time:
    4544
    46 === TracHoursPlugin ===
     45=== TracHoursPlugin
    4746
    4847`TracHoursPlugin` is the core component of !TracHours.
     
    5756This component must be enabled to use any functionality from the TracHoursPlugin
    5857
    59 === SetupTracHours ===
     58=== SetupTracHours
    6059
    6160`SetupTracHours` sets up the database and custom fields for the TracHoursPlugin.  You must enable this component for anything to work, including the `TracHoursPlugin` component.
    6261
    63 === TracHoursRoadmapFilter ===
     62=== TracHoursRoadmapFilter
    6463
    6564`TracHoursRoadmapFilter` adds hours information for milestones at `/roadmap` and `/milestone/<milestone name>`
    6665
    67 === TracHoursSidebarProvider ===
     66=== TracHoursSidebarProvider
    6867
    6968The `TracHoursSidebarProvider` component uses the TicketSidebarProviderPlugin (if enabled) to add a form to each ticket for direct addition of hours to the ticket.  Hours will be logged as the authenticated user and comments will not be made.
     
    7170[[Image(hours-ticket-sidebar.png, border=1)]]
    7271
    73 === TracHoursByComment ===
     72=== TracHoursByComment
    7473
    7574The `TracHoursByComment` component enables adding hours by ticket comments.  Comments containing snippets like `5 hours`, `1 hour`, `3.7 hours`, or `0:30 hours` will be added to the total hours for the ticket, if the commenter has the `TICKET_ADD_HOURS` permission.
    7675
    77 === MultiprojectHours ===
     76=== MultiprojectHours
    7877
    7978The TracHoursPlugin exports RSS from the `/hours` handler.  This has been utilized in consumption to provide hours reports across projects sharing the same parent directory.  If `trachours.multiproject` is enabled, then `/hours/multiproject` will become a handler front-ending hours reports throughout the project and a link to this will appear on the `/hours` page to `/hours/multiproject`.
     
    8382[[Image(multiprojecthours.png, border=1)]]
    8483
    85 == How to Use !TracHours ==
     84== How to Use !TracHours
    8685
    8786The TracHoursHowto offers a guide to the features of the TracHoursPlugin and how to use them.
    8887
    89 == Installing and Enabling !TracHours ==
     88== Installing and Enabling !TracHours
    9089
    9190TracHoursPlugin requires the following components:
     
    120119If you have any issues, create a [/newticket?component=TracHoursPlugin&owner=rjollos new ticket].
    121120
    122 == Recent Changes ==
     121== Recent Changes
    123122
    124123[[ChangeLog(trachoursplugin, 3)]]
    125124
    126 == Author/Contributors ==
     125== Author/Contributors
    127126
    128127''Original developed at [http://www.openplans.org The Open Planning Project]''