summaryrefslogtreecommitdiffstats
path: root/src/main/resources/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect mappings for some iconic classesJames Moger2013-10-011-4/+4
| | | | Change-Id: Ieeb7159768453a17b01b8e2a59289b256c6c3492
* Support custom header colors and finish theme flattening (issue 209)James Moger2013-06-261-7/+2
|
* Moved AngularJS to be a classpath resourceJames Moger2013-06-181-163/+0
|
* Refinements to push log display and daily digestsJames Moger2013-05-311-3/+1
| | | | | | * Properly support timezone-based date groupings * Polish css for the major browsers on Win & Linux * Use Gitblit constants for refs instead of JGit constants
* Added a Dashboard page with a daily ref log of starred/owned reposJames Moger2013-05-301-0/+163
| | | | | 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.
* Added Iconic font and replaced push log gravatars with Iconic symbolsJames Moger2013-05-2515-0/+2003
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-276-0/+7627
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.