summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/RepositoriesPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Add setting to control inclusion of personal repositories in the main listJames Moger2014-06-051-1/+12
|
* Allow plugins to extend the top navbar and repository navbarJames Moger2014-05-051-5/+5
| | | | | 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.
* Overhaul menu item classes and add AdminMenuExtension pointJames Moger2014-05-051-2/+2
|
* 修正读取默认文件语言识别Ting2014-01-141-1/+1
|
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-261-5/+4
| | | | | | | | | | This is the first step towards modularization and injection. All direct references to the GitBlit singleton within the Wicket pages and panels have been replaced to proxy methods in the GitBlitWebApp singleton. There are still two Wicket classes which rely on the GitBlit singleton; those require manual instantiation (servlet 3). Change-Id: I0cdbbcf87959d590c446c99abb09c07c87c737bc
* Trim trailing whitespace and organize importsJames Moger2013-09-301-2/+2
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Implemented optional page cachingJames Moger2013-07-191-0/+3
|
* Fixed (again?!) regression with repositories page messageJames Moger2013-04-161-6/+4
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+186
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.