Changes between Version 50 and Version 51 of StractisticsPlugin


Ignore:
Timestamp:
Nov 13, 2015, 8:24:36 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • StractisticsPlugin

    v50 v51  
    1313== Description
    1414
    15 Stractistics is a plugin designed to estimate recent project activity by providing repository, ticket and wiki statistics.
     15This is a plugin that measures and graphically displays recent project activity by providing repository, ticket and wiki statistics. See below for screenshots and examples.
    1616
    1717== Bugs/Feature Requests
    1818
    19 Existing bugs and feature requests for StractisticsPlugin are [query:status!=closed&component=StractisticsPlugin&order=priority here].
     19Existing bugs and feature requests for StractisticsPlugin are
     20[report:9?COMPONENT=StractisticsPlugin here].
    2021
    2122If you have any issues, create a
     
    2627== Download
    2728
    28 Download the zipped [download:stractisticsplugin source].
     29Download the zipped source from [export:stractisticsplugin here].
    2930
    3031== Source
     
    5354
    5455From 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.
    55 Note that the ticket activity chart ignores the number of weeks, it only considers 30 days prior the chosen date.
     56Note that the ticket activity chart ignores the number of weeks, it only considers 30 days prior to the chosen date.
    5657
    5758 * A week is Monday through Sunday.
     
    6162
    6263It is possible to customize these parameters:
    63  * repository_authors_limit : Number of users displayed on the repository activity chart. Its default value is 5.
    64  * wiki_authors_limit : Number of users displayed on the wiki activity chart . Its default value is 5.
     64 * repository_authors_limit: Number of users displayed on the repository activity chart. Its default value is 5.
     65 * wiki_authors_limit: Number of users displayed on the wiki activity chart. Its default value is 5.
    6566 * ignored_repository_authors: List of users to be ignored in the repository activity chart. User names should be comma-separated. Its default value is empty.
    6667 * ignored_wiki_authors: List of users to be ignored in the wiki activity chart. User names should be comma-separated. Its default value is empty.
    6768 * max_author_characters: Maximum number of author characters to be displayed on the tables. This comes in handy when dealing with long author names. Its default value is None, therefore it doesn't mangle the names at all.
    6869
    69 Right now, I'd advise against setting any of those parameters to a value greater than 8 because that leads to cluttered charts.
     70It is not recommended setting any of those parameters to a value greater than 8, because that leads to cluttered charts.
    7071If 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:
    7172{{{#!ini