Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revised TimeUtils for localization | James Moger | 2012-06-15 | 1 | -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 translation | James Moger | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | Use proper timezone to generate all metrics | James Moger | 2012-02-25 | 1 | -2/+2 |
| | |||||
* | Show HEAD on metrics page if objectid is not specified | James Moger | 2012-02-03 | 1 | -1/+6 |
| | |||||
* | Adjusted Metric chart widths. Diff hunk header css tweak. | James Moger | 2011-09-29 | 1 | -2/+2 |
| | |||||
* | Fix for long email addresses in author metrics (issue 15). | James Moger | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | RSS syndication feature. Documentation. CSS tweaks. | James Moger | 2011-06-11 | 1 | -2/+2 |
| | |||||
* | Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs. | James Moger | 2011-06-08 | 1 | -5/+5 |
| | |||||
* | Improved metrics page and added metrics links to branches panel. | James Moger | 2011-06-07 | 1 | -32/+23 |
| | |||||
* | Unit testing. Start of git-notes display feature. | James Moger | 2011-06-02 | 1 | -5/+5 |
| | |||||
* | Stats -> Metrics. Docs in distribution zip. Created MetricUtils. | James Moger | 2011-06-01 | 1 | -0/+189 |