Changes between Version 42 and Version 43 of EstimationToolsPlugin


Ignore:
Timestamp:
Nov 18, 2015, 12:04:52 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, removed superfluous section

Legend:

Unmodified
Added
Removed
Modified
  • EstimationToolsPlugin

    v42 v43  
    4646    weekends=false, expected=100, gridlines=20, width=600, height=100, color=0000ff)]]
    4747}}}
     48
    4849 '''Results:''' ::
    4950{{{#!comment
     
    7172=== !WorkloadChart
    7273
    73 Creates workload chart for the selected tickets.
     74Creates a workload chart for the selected tickets.
    7475
    7576This macro creates a pie chart that shows the remaining estimated workload per ticket owner, and the remaining work days.
     
    108109
    109110Notes:
    110  * to show the remaining hours in the custom query view, you have to enable the corresponding column
    111  * if you want to show the remaining hours column in your SQL reports, you need to join the ticket table with the ticket_custom table, which contains the custom fields.
     111 * To show the remaining hours in the custom query view, you have to enable the corresponding column.
     112 * If you want to show the remaining hours column in your SQL reports, you need to join the ticket table with the ticket_custom table, which contains the custom fields:
    112113 {{{#!sql
    113114SELECT
     
    121122}}}
    122123
    123   * You could change {{{''}}} to '0' to show 0 hours for tickets that don't have a corresponding estimated hours field.
     124  * You could change {{{''}}} to {{{'0'}}} to show 0 hours for tickets that don't have a corresponding estimated hours field.
    124125  * Tickets may have an estimated hours field that is empty, in which case you may still see "blank".
    125126  * See #4549 for a more complex example.
     
    139140== Download
    140141
    141 Download the zipped source from [download:estimationtoolsplugin here].
     142Download the zipped source from [export:estimationtoolsplugin here].
    142143
    143144There is also an
     
    149150== Source
    150151
    151 You can check out EstimationToolsPlugin from [http://trac-hacks.org/svn/estimationtoolsplugin here] using Subversion, or [source:estimationtoolsplugin browse the source] with Trac.
     152You can check out EstimationToolsPlugin from [/svn/estimationtoolsplugin here] using Subversion, or [source:estimationtoolsplugin browse the source] with Trac.
    152153
    153154== Installation
    154155
    155156 1. '''Install'''
    156   * Trac 0.11.x and Trac 0.12.x is supported in [http://trac-hacks.org/svn/estimationtoolsplugin/trunk trunk].
    157   * The latest version for Trac 0.10 can be checked out [http://trac-hacks.org/svn/estimationtoolsplugin/branches/0.10 here].
     157  * Trac 0.11.x and Trac 0.12.x is supported in [/svn/estimationtoolsplugin/trunk trunk].
     158  * The latest version for Trac 0.10 can be checked out [/svn/estimationtoolsplugin/branches/0.10 here].
    158159   1. Manually: deploy the egg:
    159160  {{{#!sh
     
    201202The [EstimationToolsPlugin#HoursInPlaceEditor HoursInPlaceEditor] requires the XmlRpcPlugin.
    202203
    203 === Plugin Installation
    204 
    205 Please see [http://trac.edgewall.org/wiki/TracPlugins Trac's plug-in installation instructions] for more details.
    206 
    207204=== Recent Changes
    208205