Changes between Version 48 and Version 49 of TracTicketStatsPlugin


Ignore:
Timestamp:
Nov 16, 2015, 9:44:36 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketStatsPlugin

    v48 v49  
    2020== Description
    2121
    22 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.
     22This plugin 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.
     23
     24This plugin requires:
     25 * [http://developer.yahoo.com/yui/charts YUI Charts] is used to render the graph.
     26 * Adobe Flash player needs to be installed on the client.
    2327
    2428See also TicketChartsMacro, TracMetrixPlugin, TracGvizPlugin.
     
    4044[[TicketQuery(component=TracTicketStatsPlugin&group=type,format=progress)]]
    4145
    42 == Download ==
     46== Download
    4347
    44 Download the zipped source from [download:tracticketstatsplugin here].[[BR]]
     48Download the zipped source from [export:tracticketstatsplugin here].[[BR]]
    4549
    46 == Source ==
     50== Source
    4751
    48 You can check out TracTicketStatsPlugin from [http://trac-hacks.org/svn/tracticketstatsplugin here] using Subversion, or [source:tracticketstatsplugin browse the source] with Trac.
     52You can check out TracTicketStatsPlugin from [ /svn/tracticketstatsplugin here] using Subversion, or [source:tracticketstatsplugin browse the source] with Trac.
    4953
    5054== Installation
    5155
    52 Don't forget to add '''ticketstats.* = enabled''' to the [components] section of `trac.ini`:
    53 {{{
    54 #!ini
     56General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     57
     58Add '''ticketstats.* = enabled''' to the [components] section of your `trac.ini` file:
     59{{{#!ini
    5560[components]
    5661ticketstats.* = enabled
     
    5863
    5964The following options can be specified in `trac.ini` (default values are shown):
    60 {{{
    61 #!ini
     65{{{#!ini
    6266[ticketstats]
    6367yui_base_url = http://yui.yahooapis.com/2.9.0      # Location of YUI API
    6468}}}
    65 
    66 == Other Technologies Used
    67 
    68  * [http://developer.yahoo.com/yui/charts YUI Charts] is used to render the graph.
    69  * Adobe flash player needs to be installed on the client.
    7069
    7170== Examples
     
    9291 * '''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)
    9392
    94 == Recent Changes ==
     93== Recent Changes
    9594
    9695[[ChangeLog(tracticketstatsplugin, 3)]]
    9796
    98 == Author/Contributors ==
     97== Author/Contributors
    9998
    10099'''Author:''' [wiki:echo0101] [[BR]]