Changes between Version 49 and Version 50 of StractisticsPlugin


Ignore:
Timestamp:
May 22, 2015, 6:42:50 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • StractisticsPlugin

    v49 v50  
    77'''Priority Enhancements'''
    88 * Merge functionality into the TracMetrixPlugin.
    9 
    10 '''News'''
    11  * 2011-01-10: Trac 0.11 and 0.12 (trunk) compatible versions are now available. The trunk version is not stable. Please be prepared to test and report back if you install from the trunk. The Trac 0.10 version is no longer supported.
    12  * 2011-01-10: Maintainership transferred to rjollos.
    139}}}
    1410
    15 = Repository, ticket and wiki statistics =
     11= Repository, ticket and wiki statistics
    1612
    17 == Description ==
     13== Description
    1814
    1915Stractistics is a plugin designed to estimate recent project activity by providing repository, ticket and wiki statistics.
    2016
    21 == Bugs/Feature Requests ==
     17== Bugs/Feature Requests
    2218
    2319Existing bugs and feature requests for StractisticsPlugin are [query:status!=closed&component=StractisticsPlugin&order=priority here].
     
    2622[/newticket?component=StractisticsPlugin new ticket].
    2723
    28 == Download and Source ==
     24[[TicketQuery(component=StractisticsPlugin&group=type,format=progress)]]
    2925
    30 Download [download:stractisticsplugin the zipped source], [/svn/stractisticsplugin check out form here] using Subversion, or [source:stractisticsplugin browse the source] with Trac.
     26== Download
    3127
    32 == Requirements ==
     28Download the zipped [download:stractisticsplugin source].
    3329
    34 If your python < 2.6, it requires
    35  * simplejson
     30== Source
    3631
    37 Your web browser must support :
     32Check out from [/svn/stractisticsplugin here] using Subversion, or [source:stractisticsplugin browse the source] with Trac.
     33
     34== Installation
     35
     36If you are using Python < 2.6, this plugin requires pypi:simplejson.
     37
     38Your web browser must support:
    3839 * Javascript
    3940 * Macromedia Flash Player 9 plugin.
     
    4142!FireFox 2.0, Internet Explorer 7 and Opera 9.25 have been successfully tested.
    4243
    43 == Usage ==
     44== Configuration
    4445
    45 First, enable the plugin.
    46 {{{
    47 #!ini
     46First, enable the plugin by adding the following to your `trac.ini` file:
     47{{{#!ini
    4848[components]
    4949stractistics.* = enabled
    5050}}}
    5151
    52 Then if you've got STRACTISTICS_VIEW permission, a Stractistics button will appear on the navigation bar. Just click it and enjoy.
     52Then if you have `STRACTISTICS_VIEW` permission, a Stractistics button will appear on the navigation bar.
    5353
    54 Now (from ver 0.3.0 upwards) you can customize the time gap thanks to the upper-left form. Please don't set the number of weeks higher than 25 because that clutters values on the x axis, I'll try to fix that sometime.
     54From v0.3.0 upwards you can customize the time gap thanks to the upper-left form. Please don't set the number of weeks higher than 25 because that clutters values on the x axis, I'll try to fix that sometime.
    5555Note that the ticket activity chart ignores the number of weeks, it only considers 30 days prior the chosen date.
    5656
     
    5858 * All results are real-time, Stractistics executes a series of queries against your Trac database when the page is loaded.
    5959
    60 === Options ===
     60=== Options
     61
    6162It is possible to customize these parameters:
    6263 * repository_authors_limit : Number of users displayed on the repository activity chart. Its default value is 5.
     
    6768
    6869Right now, I'd advise against setting any of those parameters to a value greater than 8 because that leads to cluttered charts.
    69 If you wish to modify the default settings, create a new section called 'stractistics' in trac.ini and then add any of the parameters and its new value.
    70 Example:
    71 {{{
    72 #!ini
     70If you wish to modify the default settings, create a new section called 'stractistics' in trac.ini and then add any of the parameters and its new value:
     71{{{#!ini
    7372[stractistics]
    7473repository_authors_limit = 5
     
    7675}}}
    7776
    78 == Screenshots ==
     77== Screenshots
     78
    7979Project reports:
    8080
     
    8585[[Image(STractistics_1209572554609.png, nolink)]]
    8686
    87 == Recent Changes ==
     87== Recent Changes
    8888
    8989[[ChangeLog(stractisticsplugin, 3)]]
    9090
    91 == Author/Contributors ==
     91== Author/Contributors
    9292
    9393'''Author:''' Daniel Gómez Brito (dagomez) [[BR]]