Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -148/+0 |
| | | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward. | ||||
* | Draft mechanism to record a push log as a hidden orphan branch | James Moger | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | Eliminate unnecessary view links in activity page | James Moger | 2012-12-06 | 1 | -3/+1 |
| | |||||
* | Make activity page respect short commit id setting and lower default from 8 to 6 | James Moger | 2012-11-27 | 1 | -1/+4 |
| | |||||
* | Final CSS/layout tweaks for responsive UI (issue 101) | James Moger | 2012-07-10 | 1 | -2/+2 |
| | |||||
* | Revised TimeUtils for localization | James Moger | 2012-06-15 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | Fixed activity page row layout regression (issue 79) | James Moger | 2012-03-29 | 1 | -26/+22 |
| | |||||
* | Corrected timestamp on activity panel from author time to committer time | James Moger | 2012-03-25 | 1 | -2/+2 |
| | |||||
* | Polish the Lucene search page. Integrate both search mechanisms. | James Moger | 2012-03-19 | 1 | -8/+2 |
| | |||||
* | More Lucene progress | James Moger | 2012-03-09 | 1 | -1/+7 |
| | |||||
* | Split refs into 2 lines if there are remotes. Use more glyphicons. | James Moger | 2012-02-25 | 1 | -1/+6 |
| | |||||
* | Activity page now considers all local branches (issue 65) | James Moger | 2012-02-24 | 1 | -2/+1 |
| | |||||
* | Fixed activity page timezone bug (issue 54) | James Moger | 2012-02-21 | 1 | -3/+2 |
| | |||||
* | Use .git-stripped repository name for calculating color | James Moger | 2012-01-06 | 1 | -1/+1 |
| | |||||
* | Strip trailing .git from displayed repository links, saves room, looks cleaner | James Moger | 2012-01-06 | 1 | -1/+2 |
| | |||||
* | Tighter Gravatar integration. New window/tab on most activity links. | James Moger | 2011-11-21 | 1 | -6/+5 |
| | | | | | | | | Each Gravatar thumbnail is now a link to the Gitblit Gravatar profile page. This page displays some of the profile information and contains a link to the full Gravatar profile. Activity page links now launch a new window/tab instead of targeting "self" since it can be expensive to requery the activity information. | ||||
* | Reorganizing the recent activity feature | James Moger | 2011-11-19 | 1 | -13/+19 |
| | |||||
* | Working draft of the aggregate activity page | James Moger | 2011-11-16 | 1 | -0/+142 |