Changes between Version 56 and Version 57 of TracHoursPlugin


Ignore:
Timestamp:
Jul 9, 2015, 7:46:03 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, removed stale news

Legend:

Unmodified
Added
Removed
Modified
  • TracHoursPlugin

    v56 v57  
    99 * Hours entry will be inline with the ticket template rather than in the sidebar (#8264)
    1010 * Organizing and improving the queries / reports and improving template layouts (#8280, #8281)
    11 
    12 '''News'''
    13  * 05-Dec-2010: Repository has been reorganized. The stable versions can now be found at `^/trachoursplugin/branches/0.11` and `^/trachoursplugin/branches/0.12`. Development occurs on `^/trachoursplugin/trunk`.
    14  * 04-Dec-2010: Maintainership handed over from ejucovy, k0s to rjollos. Plugin will be actively developed in the coming months.
    1511
    1612}}}
     
    2824 * Tickets have links to `/hours/<ticket number>` as the total hours field so that a user can add and view hours for the ticket.
    2925
    30 Hour tracking and estimation is most useful when the following questions can be answered:
     26Hour tracking and estimation is most useful for the following types of questions:
    3127
    3228 * How much time has been spent on a project?
     
    5450 * RSS feeds at `/hours?format=rss` and `/hours/<ticket number>?format=rss`
    5551
    56 This component must be enabled to use any functionality from the TracHoursPlugin
     52This component must be enabled to use the TracHoursPlugin functionality.
    5753
    5854=== SetupTracHours
     
    7268=== TracHoursByComment
    7369
    74 The `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.
     70The `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, provided the commenter has the `TICKET_ADD_HOURS` permission.
    7571
    7672=== MultiprojectHours
    7773
    78 The 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`.
     74The TracHoursPlugin exports RSS from the `/hours` handler. This has been utilized 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`.
    7975
    8076The multiproject report breaks down hours by project and worker giving row and column totals. If there are no hours for a project, then that project will not be shown.
     
    8581
    8682The TracHoursHowto offers a guide to the features of the TracHoursPlugin and how to use them.
     83
     84== Bugs/Feature Requests
     85
     86Existing bugs and feature requests for TracHoursPlugin are [query:status!=closed&component=TracHoursPlugin&order=priority here].
     87If you have any issues, create a [/newticket?component=TracHoursPlugin&owner=rjollos new ticket].
     88
     89[[TicketQuery(component=TracHoursPlugin&group=type,format=progress)]]
    8790
    8891== Installation
     
    114117'''Note:''' The TracHoursPlugin requires Python at least 2.4.
    115118
    116 == Bugs/Feature Requests
    117 
    118 Existing bugs and feature requests for TracHoursPlugin are [query:status!=closed&component=TracHoursPlugin&order=priority here].
    119 If you have any issues, create a [/newticket?component=TracHoursPlugin&owner=rjollos new ticket].
    120 
    121 [[TicketQuery(component=TracHoursPlugin&group=type,format=progress)]]
    122 
    123119== Recent Changes
    124120