summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/RawPage.java
Commit message (Collapse)AuthorAgeFilesLines
* fixed last compile errors in pagesMartin Spielmann2016-07-301-8/+14
|
* replaced WicketURL[En/De]coder with Url[En/De]coderMartin Spielmann2016-07-301-3/+4
|
* Replaced getRelativePathPrefixToContextRoot with method inMartin Spielmann2016-07-301-8/+9
| | | GitBlitRequestUtils
* started resolving compile errors. no functional changes made. onleMartin Spielmann2016-07-281-5/+4
| | | replacements like PageParameters.put -> PageParameters.add
* replaced PageParameter imports which moved into another packageMartin Spielmann2016-07-281-1/+1
|
* Improve logging granularity of raw page missing commit, object, or blobJames Moger2014-02-281-13/+21
|
* Improve raw page failure to find specified fileJames Moger2014-02-281-0/+28
| | | | Change-Id: I9063a259d46cd164148ba5fea6c9c78684370fa2
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-261-6/+5
| | | | | | | | | | 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
* Fix raw page binary content type when running behind reverse proxyJames Moger2013-10-161-5/+20
| | | | Change-Id: I9f613114b2bb4c1dacae6e67c7673149a0476cf1
* Trim trailing whitespace and organize importsJames Moger2013-09-301-6/+6
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* apply PageParameters(final Map<String, ?> parameterMap), encode filename of ↵guriguri2013-08-011-2/+24
| | | | Content-Disposition
* Enforce security on raw blob page (issue 198)James Moger2013-03-291-4/+16
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+161
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.