Changes between Version 19 and Version 20 of TracStatsPlugin


Ignore:
Timestamp:
Apr 25, 2015, 12:01:19 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • TracStatsPlugin

    v19 v20  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Project statistics (code, wiki, and tickets) plugin =
     3= Project statistics (code, wiki, and tickets) plugin
    44
    5 == Description ==
     5== Description
    66
    7 The TracStatsPlugin adds a Stats tab to the trac project. Underneath this tab can be found statistics about subversion, wiki, and ticket system.
     7The TracStatsPlugin adds a Stats tab to the Trac project. Underneath this tab can be found statistics about subversion, wiki, and ticket system.
    88
    9 Some features include:
    10 
     9Key features:
    1110 * Recent activity (last 30 days) showing top 10 developers, projects, and paths within the repository.
    12 
    1311 * Detailed statistics of source code development:
    1412    * Total files by time
     
    1715    * Activity by time, author, project, filetype, change type
    1816    * Most active paths, files
    19     * Commit cloud (built from checkin comments)
    20 
     17    * Commit cloud, built from checkin comments
    2118 * Detailed statistics of Trac wiki pages:
    2219    * Total pages by time
     
    2522    * Most active wiki pages
    2623    * Largest wiki pages
    27 
    2824 * Detailed statistics of Trac tickets:
    2925    * Open tickets by time
     
    3228    * Oldest open tickets
    3329    * Latest tickets reported, changed
     30 * Drill down by author or path within the repository for more information.
     31 * Works with SQLite, MySQL, and PostgreSQL database backends.
    3432
    35  * Drill down by author or path within the repository for more information.
     33== Source
    3634
    37  * Works with SQLite, MySQL, and PostgreSQL database backends.
     35See [http://github.com/mrjbq7/tracstats GitHub] for more details and the source code, or to report issues or request features.
     36
     37== Installation
    3838
    3939You can install it with:
    4040
    41 {{{
    42 #!sh
    43 $ easy_install tracstats
     41{{{#!sh
     42easy_install tracstats
    4443}}}
    4544
    46 == Source ==
     45It is enabled in your `trac.ini` file as follows:
    4746
    48 See [http://github.com/mrjbq7/tracstats GitHub] for more details and the source code, or to report issues or request features.
    49 
    50 == Configuration ==
    51 
    52 It is configured in the trac.ini file by enabling the plugin:
    53 
    54 {{{
    55 #!ini
     47{{{#!ini
    5648[components]
    5749tracstats.* = enabled
    5850}}}
    5951
    60 The STATS_VIEW permission is used to control access to the statistics pages.
     52The `STATS_VIEW` permission is used to control access to the statistics pages.
    6153
    62 == Example ==
     54== Example
    6355
    6456Some screenshots from a recent export of the Trac repository, showing a few of the features:
     
    7163
    7264'''Author:''' [wiki:mrjbq7] [[BR]]
    73 '''Maintainer:''' [wiki:mrjbq7] [[BR]]
     65'''Maintainer:''' [[Maintainer]] [[BR]]
    7466'''Contributors:'''