aboutsummaryrefslogtreecommitdiffstats
path: root/ui-stats.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-24Add and use cgit_find_stats_periodname() in print_repo()Lars Hjemli1-0/+8
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2008-12-07ui-stats.c: reuse cgit_add_hidden_formfields()Lars Hjemli1-3/+2
This makes sure that the currect branch and path is preserved when changing the stats period or author count. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2008-12-07ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli1-39/+58
The new 'max-stats' and 'repo.max-stats' settings makes it possible to define the maximum statistics period, both globally and per repo. Hence, it is now feasible to allow statistics on repositories with a high commit frequency, like linux-2.6, by setting repo.max-stats to e.g. 'month'. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2008-12-07ui-stats: enable path-filtered statsLars Hjemli1-3/+15
When a path is specified on the querystring the commit statistics will now be filtered by this path. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2008-12-06Add a 'stats' page to each repoLars Hjemli1-0/+380
This new page, which is disabled by default, can be used to print some statistics about the number of commits per period in the repository, where period can be either weeks, months, quarters or years. The function can be activated globally by setting 'enable-stats=1' in cgitrc and disabled for individual repos by setting 'repo.enable-stats=0'. Signed-off-by: Lars Hjemli <hjemli@gmail.com>