Changes between Version 27 and Version 28 of TracTicketStatsPlugin


Ignore:
Timestamp:
Sep 5, 2010, 8:23:47 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

Added option from #3921.

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketStatsPlugin

    v27 v28  
    55
    66TracTicketStatsPlugin visualizes Trac ticket statistics.  It plots the number of open tickets, the number of new tickets and the number of tickets closed.
    7 
    8 UPDATE: I've been pretty busy and have neglected to work on this plugin.  I recently found some time to apply some of the patches you guys have submitted in the bug reports and implemented some spiffy new features.
    9 
    10  * Fixed some bugs
    11  * Static URLs (allows you to bookmark graphs, email, etc.)
    12  * Tickets by Milestone
    13  * XHR/JSON - content is now sent over XHR rather than rendering a new page.
    147
    158See also TicketChartsMacro, TracMetrixPlugin, TicketStatsMacro.
     
    3730
    3831If you have any issues, create a
    39 [http://trac-hacks.org/newticket?component=TracTicketStatsPlugin&owner=echo0101 new ticket].
     32[http://trac-hacks.org/newticket?component=TracTicketStatsPlugin&owner=rjollos new ticket].
    4033
    41 == Install ==
     34== Installation ==
    4235
    43 === Trac.ini ===
    44 Don't forget to add:
     36Don't forget to add '''ticketstats.* = enabled''' to the [components] section of ''trac.ini''.
    4537
    46 '''ticketstats.* = enabled'''
    47 
    48 to the [components] section of trac.ini
    49 
     38The following options can be specified in ''trac.ini'' (default values are shown):
     39{{{
     40[ticketstats]
     41yui_base_url = http://yui.yahooapis.com/2.5.2      # Location of YUI API
     42}}}
    5043
    5144== Download ==
     
    7568
    7669'''Author:''' Prentice Wongvibulsin [wiki:echo0101] [[BR]]
    77 '''Maintainer:''' Prentice Wongvibulsin [wiki:echo0101] [[BR]]
     70'''Maintainer:''' rjollos [[BR]]
    7871'''Contributors:''' mixedpuppy (thanks for the patch! #3900), simon (thanks for the patch! #3921)