summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/ActivityPage.html
Commit message (Collapse)AuthorAgeFilesLines
* Disable *most* activity graphs when web.generateActivityGraph=falseJames Moger2013-09-191-2/+6
| | | | | | | | This setting originally only worked for the Summary page, but since that page was written, other pages have offered graphing. This setting will now disable Google Chart requests on the Dashboard, Activity, and Summary pages. This is related to issue-310.
* Consistent css on activity pageJames Moger2013-06-241-2/+2
|
* Added a Dashboard page with a daily ref log of starred/owned reposJames Moger2013-05-301-4/+4
| | | | | This is a work-in-progress and is mostly working like I want, but will require some refactoring to make it even more useful and less complex.
* Overhauled navigation and flattened lookJames Moger2013-05-191-0/+2
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+23
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.