summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/panels/NavigationPanel.java
Commit message (Collapse)AuthorAgeFilesLines
* Allow plugins to extend the top navbar and repository navbarJames Moger2014-05-051-20/+29
| | | | | This change also ties the plugin manager into the Wicket framework and allows plugins to contribute and mount new pages which are linked by the top navbar and repository navbar extensions.
* Integrate admin menu into user menu and add user menu extensionJames Moger2014-05-051-3/+10
|
* Trim trailing whitespace and organize importsJames Moger2013-09-301-0/+1
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Fixes for responsive layouts on phones and tabletsJames Moger2013-05-311-0/+3
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+74
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.