Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed last compile errors in pages | Martin Spielmann | 2016-07-30 | 1 | -3/+3 |
| | |||||
* | Replaced SimpleAttributeModifier by AttributeModifier | Martin Spielmann | 2016-07-28 | 1 | -2/+2 |
| | |||||
* | replaced PageParameter imports which moved into another package | Martin Spielmann | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Implement configurable tab length support for blob views | James Moger | 2015-05-22 | 1 | -1/+2 |
| | |||||
* | HTML bug fix on the blob page | Tom | 2014-11-12 | 1 | -0/+2 |
| | | | | | | | That blob page sent *two* body tags. Now that we have bottom scripts, we can fix that easily: don't try to set body.onload, but run the prettyprinting through a bottom script on jQuery's document.ready. | ||||
* | Explicitly declare RepositoryPage subclasses that reference commits | James Moger | 2014-09-17 | 1 | -0/+5 |
| | |||||
* | Enforce relaxed XSS filtering on markup documents | James Moger | 2014-09-07 | 1 | -1/+1 |
| | |||||
* | Redirect to tree root when blob page parameters are invalid | James Moger | 2014-06-27 | 1 | -0/+5 |
| | |||||
* | Replace RawPage with RawServlet | James Moger | 2014-05-05 | 1 | -5/+7 |
| | |||||
* | Eliminate problematic HEAD links from the blob, blame, and tree pages | James Moger | 2014-03-03 | 1 | -4/+0 |
| | |||||
* | Redirect to log page is the blobpage references a commit we can't find | James Moger | 2014-03-01 | 1 | -2/+1 |
| | |||||
* | 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 | ||||
* | Refactor markup processing in preparation for supporting other formats | James Moger | 2013-11-12 | 1 | -3/+5 |
| | | | | Change-Id: I0eb217064abc4f4b0f6bfbbc21302c470cc2f9c6 | ||||
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 1 | -11/+11 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Reverse line links in blob view (issue-309) | James Moger | 2013-09-19 | 1 | -2/+5 |
| | |||||
* | Implemented optional page caching | James Moger | 2013-07-19 | 1 | -0/+3 |
| | |||||
* | Overhauled navigation and flattened look | James Moger | 2013-05-19 | 1 | -0/+5 |
| | |||||
* | Load prettify's lang-*.js extentions. | Kensuke Matsuzaki | 2013-04-16 | 1 | -5/+8 |
| | |||||
* | Add more error checking to blob page | James Moger | 2013-03-29 | 1 | -2/+21 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -0/+194 |
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. |