summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/PluginClassResolver.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix class loading failure when there are no STARTED pluginsJames Moger2014-05-071-11/+9
|
* Allow plugins to extend the top navbar and repository navbarJames Moger2014-05-051-0/+122
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.