summaryrefslogtreecommitdiffstats
path: root/src/main/resources/gitblit.css
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a Dashboard page with a daily ref log of starred/owned reposJames Moger2013-05-301-2/+22
| | | | | 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-251-1/+1
|
* Polish the commit pageJames Moger2013-05-241-1/+1
|
* Added support for displaying refs/pull/n/head|mergeJames Moger2013-05-241-3/+8
|
* Implemented compare page for branch/tag/manual diffs (issue-75, issue-133)James Moger2013-05-231-0/+5
|
* Support relative links in commitdiff page and polish cssJames Moger2013-05-231-0/+14
|
* Overhauled navigation and flattened lookJames Moger2013-05-191-23/+120
|
* Css tweaks to app menus and top nav barJames Moger2013-05-111-19/+29
|
* Implemented application menus for repository url panelJames Moger2013-05-091-12/+98
|
* Uber-cool repository panel overhaulJames Moger2013-05-071-4/+11
|
* Improved the repository url panel and show git daemon url, appropriatelyJames Moger2013-05-021-0/+24
| | | | | This will probably be refined some more to merge the http/https and git urls into a single url panel.
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+1157
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.