Changes between Version 4 and Version 5 of RoadmapHoursPlugin


Ignore:
Timestamp:
Nov 8, 2015, 3:03:36 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • RoadmapHoursPlugin

    v4 v5  
    1 = Show estimated and actual hours in roadmap and milestone progress bars =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Show estimated and actual hours in roadmap and milestone progress bars
     4
     5== Description
    46
    57This plugin uses the custom ticket fields supplied by the TimingAndEstimationPlugin to provide a Ticket Group Stats Provider that can be used to show hours on the Roadmap and Milestone progress bars instead of tickets.
    68
    7 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    810
    911Existing bugs and feature requests for RoadmapHoursPlugin are
     
    1113
    1214If you have any issues, create a
    13 [http://trac-hacks.org/newticket?component=RoadmapHoursPlugin&owner=JoshuaH new ticket].
     15[/newticket?component=RoadmapHoursPlugin new ticket].
    1416
    15 == Download ==
     17[[TicketQuery(component=WinSvnHooksIntegration&group=type,format=progress)]]
    1618
    17 Download the zipped source from [download:roadmaphoursplugin here].
     19== Download
    1820
    19 == Source ==
     21Download the zipped source from [export:roadmaphoursplugin here].
    2022
    21 You can check out RoadmapHoursPlugin from [http://trac-hacks.org/svn/roadmaphoursplugin here] using Subversion, or [source:roadmaphoursplugin browse the source] with Trac.
     23== Source
    2224
    23 == Example ==
     25You can check out RoadmapHoursPlugin from [/svn/roadmaphoursplugin here] using Subversion, or [source:roadmaphoursplugin browse the source] with Trac.
     26
     27== Installation
    2428
    2529This hack requires the TimingAndEstimationPlugin to be installed.
     30General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2631
    27 It supports two configuration settings (default values are shown):
     32== Example
    2833
    29 {{{
     34This plugin supports two configuration settings (default values are shown):
     35
     36{{{#!ini
    3037[roadmaphours]
    31 # The number of hours to assume for tickets with an estimated time <0.1 hours.
    32 assumed_estimate=6
    33 # The number of hours to add to the total worked for tickets that are over their
    34 # estimate.
    35 additional_hours=4
     38# The number of hours to assume for tickets with an estimated time < 0.1 hours.
     39assumed_estimate = 6
     40# The number of hours to add to the total worked for tickets that are over their estimate.
     41additional_hours = 4
    3642}}}
    3743
    3844To have the progress bar it generates show up in the milestones view and in the roadmap, you will also need to set the following:
    3945
    40 {{{
     46{{{#!ini
    4147[roadmap]
    4248stats_provider = RoadmapHoursTicketGroupStatsProvider
     
    4652}}}
    4753
    48 == Recent Changes ==
     54== Recent Changes
    4955
    5056[[ChangeLog(roadmaphoursplugin, 3)]]
    5157
    52 == Author/Contributors ==
     58== Author/Contributors
    5359
    5460'''Author:''' [wiki:JoshuaH] [[BR]]
    55 '''Maintainer:''' [wiki:JoshuaH] [[BR]]
     61'''Maintainer:''' [[Maintainer]] [[BR]]
    5662'''Contributors:'''