Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed last compile errors in pages | Martin Spielmann | 2016-07-30 | 1 | -8/+14 |
| | |||||
* | replaced WicketURL[En/De]coder with Url[En/De]coder | Martin Spielmann | 2016-07-30 | 1 | -3/+4 |
| | |||||
* | Replaced getRelativePathPrefixToContextRoot with method in | Martin Spielmann | 2016-07-30 | 1 | -8/+9 |
| | | | GitBlitRequestUtils | ||||
* | started resolving compile errors. no functional changes made. onle | Martin Spielmann | 2016-07-28 | 1 | -5/+4 |
| | | | replacements like PageParameters.put -> PageParameters.add | ||||
* | replaced PageParameter imports which moved into another package | Martin Spielmann | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Improve logging granularity of raw page missing commit, object, or blob | James Moger | 2014-02-28 | 1 | -13/+21 |
| | |||||
* | Improve raw page failure to find specified file | James Moger | 2014-02-28 | 1 | -0/+28 |
| | | | | Change-Id: I9063a259d46cd164148ba5fea6c9c78684370fa2 | ||||
* | Eliminate nearly all direct GitBlit singleton references in Wicket | James Moger | 2013-11-26 | 1 | -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 proxy | James Moger | 2013-10-16 | 1 | -5/+20 |
| | | | | Change-Id: I9f613114b2bb4c1dacae6e67c7673149a0476cf1 | ||||
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 1 | -6/+6 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | apply PageParameters(final Map<String, ?> parameterMap), encode filename of ↵ | guriguri | 2013-08-01 | 1 | -2/+24 |
| | | | | Content-Disposition | ||||
* | Enforce security on raw blob page (issue 198) | James Moger | 2013-03-29 | 1 | -4/+16 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -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. |