summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/MetricsPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Revised TimeUtils for localizationJames Moger2012-06-151-2/+1
| | | | | | | | TimeUtils needs to output localized strings like "5 days ago" and "6 months". In order to do this it needs a translation resource. Additionally, that resource can not be static because the single Gitblit server can handle multiple connections in different locales/languages. TimeUtils has changed from a collection of static methods to some static methods and some instance methods. A TimeUtils is instantiated with an optional resource bundle which contains the preferred translation. If the resourec bundle is null or the requested translation key does not exist, an English default will be used. This change required adjusting the signatures of several key methods and that cascaded out to adjusting those methods calls in many, many classes.
* Externalized a bunch of strings for translationJames Moger2012-03-251-1/+1
|
* Use proper timezone to generate all metricsJames Moger2012-02-251-2/+2
|
* Show HEAD on metrics page if objectid is not specifiedJames Moger2012-02-031-1/+6
|
* Adjusted Metric chart widths. Diff hunk header css tweak.James Moger2011-09-291-2/+2
|
* Fix for long email addresses in author metrics (issue 15).James Moger2011-08-041-1/+1
|
* RSS syndication feature. Documentation. CSS tweaks.James Moger2011-06-111-2/+2
|
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-081-5/+5
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-071-32/+23
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-021-5/+5
|
* Stats -> Metrics. Docs in distribution zip. Created MetricUtils.James Moger2011-06-011-0/+189