summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/panels/BasePanel.java
Commit message (Collapse)AuthorAgeFilesLines
* more replacements for getRelativePathPrefixToContextRootMartin Spielmann2016-07-301-1/+2
|
* Replaced HeaderContributors by Behaviors and fixed PageParameter methodsMartin Spielmann2016-07-291-2/+2
|
* Do not serialize Loggerticket/114James Moger2014-06-271-0/+11
|
* Add raw links to branchesJames Moger2014-05-051-0/+4
|
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-261-3/+7
| | | | | | | | | | 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-5/+7
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Refinements to push log display and daily digestsJames Moger2013-05-311-1/+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
* Uber-cool repository panel overhaulJames Moger2013-05-071-14/+0
|
* Partially merged url panel with optional support for app clone urlsJames Moger2013-05-031-0/+14
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+105
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.