summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/panels/ActivityPanel.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-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 branchJames Moger2013-01-051-1/+1
|
* Eliminate unnecessary view links in activity pageJames Moger2012-12-061-3/+1
|
* Make activity page respect short commit id setting and lower default from 8 to 6James Moger2012-11-271-1/+4
|
* Final CSS/layout tweaks for responsive UI (issue 101)James Moger2012-07-101-2/+2
|
* Revised TimeUtils for localizationJames Moger2012-06-151-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 Moger2012-03-291-26/+22
|
* Corrected timestamp on activity panel from author time to committer timeJames Moger2012-03-251-2/+2
|
* Polish the Lucene search page. Integrate both search mechanisms.James Moger2012-03-191-8/+2
|
* More Lucene progressJames Moger2012-03-091-1/+7
|
* Split refs into 2 lines if there are remotes. Use more glyphicons.James Moger2012-02-251-1/+6
|
* Activity page now considers all local branches (issue 65)James Moger2012-02-241-2/+1
|
* Fixed activity page timezone bug (issue 54)James Moger2012-02-211-3/+2
|
* Use .git-stripped repository name for calculating colorJames Moger2012-01-061-1/+1
|
* Strip trailing .git from displayed repository links, saves room, looks cleanerJames Moger2012-01-061-1/+2
|
* Tighter Gravatar integration. New window/tab on most activity links.James Moger2011-11-211-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 featureJames Moger2011-11-191-13/+19
|
* Working draft of the aggregate activity pageJames Moger2011-11-161-0/+142