Changes between Version 45 and Version 46 of TracTicketStatsPlugin


Ignore:
Timestamp:
Mar 13, 2015, 10:25:00 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketStatsPlugin

    v45 v46  
    1717}}}
    1818
    19 = Trac Ticket Statistics =
     19= Trac Ticket Statistics
    2020
    21 == Description ==
     21== Description
    2222
    23 TracTicketStatsPlugin visualizes Trac ticket statistics.  It plots the number of open tickets, the number of new tickets and the number of tickets closed. The plugin includes a macro that allows t:TracQuery's to be used as arguments.
     23TracTicketStatsPlugin visualizes Trac ticket statistics. It plots the number of open tickets, the number of new tickets and the number of tickets closed. The plugin includes a macro that allows t:TracQuery's to be used as arguments.
    2424
    2525See also TicketChartsMacro, TracMetrixPlugin, TracGvizPlugin.
    2626
    27 == Screenshots ==
     27== Screenshots
    2828
    2929[[Image(screenshot01.png, 50%)]] [[br]]
     
    3131Screenshot of v2.1 on our dev server.
    3232
    33 == Bugs/Feature Requests ==
     33== Bugs/Feature Requests
    3434
    3535Existing bugs and feature requests for TracTicketStatsPlugin are
     
    3939[http://trac-hacks.org/newticket?component=TracTicketStatsPlugin&owner=rjollos new ticket].
    4040
    41 == Installation ==
    42 
    43 Don't forget to add '''ticketstats.* = enabled''' to the [components] section of ''trac.ini''.
    44 
    45 The following options can be specified in ''trac.ini'' (default values are shown):
    46 {{{
    47 #!ini
    48 [ticketstats]
    49 yui_base_url = http://yui.yahooapis.com/2.9.0      # Location of YUI API
    50 }}}
     41[[TicketQuery(component=TracTicketStatsPlugin&group=type,format=progress)]]
    5142
    5243== Download ==
     
    5849You can check out TracTicketStatsPlugin from [http://trac-hacks.org/svn/tracticketstatsplugin here] using Subversion, or [source:tracticketstatsplugin browse the source] with Trac.
    5950
    60 == Other Technologies Used ==
     51== Installation
     52
     53Don't forget to add '''ticketstats.* = enabled''' to the [components] section of `trac.ini`:
     54{{{
     55#!ini
     56[components]
     57ticketstats.* = enabled
     58}}}
     59
     60The following options can be specified in `trac.ini` (default values are shown):
     61{{{
     62#!ini
     63[ticketstats]
     64yui_base_url = http://yui.yahooapis.com/2.9.0      # Location of YUI API
     65}}}
     66
     67== Other Technologies Used
    6168
    6269 * [http://developer.yahoo.com/yui/charts YUI Charts] is used to render the graph.
    6370 * Adobe flash player needs to be installed on the client.
    6471
    65 == Example ==
     72== Examples
    6673
    67 This plugin can be used to visualize the progress of a project by seeing the rate of tickets being created vs. tickets being closed.  Graphs can be customized.
     74This plugin can be used to visualize the progress of a project by seeing the rate of tickets being created vs. tickets being closed. Graphs can be customized.
    6875
    6976The macro allows graphs to be inserted within wiki markup.
     
    8491 * '''res_days''': resolution (in days) for each point in the graph.
    8592 * '''title'''
    86  * '''daterange''': date range specified as "from;to" or just "to". Using 0.12's date field query sintax (http://trac.edgewall.org/wiki/TracQuery?version=20#QueryLanguage)
     93 * '''daterange''': date range specified as "from;to" or just "to". Using 0.12's date field query syntax (http://trac.edgewall.org/wiki/TracQuery?version=20#QueryLanguage)
    8794
    8895== Recent Changes ==
     
    93100
    94101'''Author:''' [wiki:echo0101] [[BR]]
    95 '''Maintainer:''' rjollos [[BR]]
     102'''Maintainer:''' [[Maintainer]][[BR]]
    96103'''Contributors:''' mixedpuppy (#3900), simon (#3921)