Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |