Changes between Version 19 and Version 20 of StractisticsPlugin


Ignore:
Timestamp:
Mar 14, 2008, 9:34:27 AM (16 years ago)
Author:
dagomez
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StractisticsPlugin

    v19 v20  
    3939}}}
    4040
    41 Then if you've got STRACTISTICS_VIEW permission, a Stractistics button will appear on the navigation bar. Just click it and enjoy.
     41Then if you've got STRACTISTICS_VIEW permission, a Stractistics button will appear on the navigation bar. Just click it and enjoy.[[BR]]
     42Now (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.
     43Note that the ticket activity chart ignores the number of weeks, it only considers 30 days prior the chosen date.
    4244
    4345=== Options ===
    44 From version 0.2.1 onwards, it's possible to customize these parameters:
     46From version 0.3.0 onwards, it's possible to customize these parameters:
    4547 * repository_authors_limit : Number of users displayed on the repository activity chart. Its default value is 5.
    4648 * wiki_authors_limit : Number of users displayed on the wiki activity chart . Its default value is 5.
     49 * 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.
     50 * 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.
     51
    4752Right now, I'd advise against setting any of those parameters to a value greater than 8 because that leads to cluttered charts.
    4853If 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.