summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/BlobPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate problematic HEAD links from the blob, blame, and tree pagesJames Moger2014-03-031-4/+0
|
* Redirect to log page is the blobpage references a commit we can't findJames Moger2014-03-011-2/+1
|
* 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
* Refactor markup processing in preparation for supporting other formatsJames Moger2013-11-121-3/+5
| | | | Change-Id: I0eb217064abc4f4b0f6bfbbc21302c470cc2f9c6
* Trim trailing whitespace and organize importsJames Moger2013-09-301-11/+11
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Reverse line links in blob view (issue-309)James Moger2013-09-191-2/+5
|
* Implemented optional page cachingJames Moger2013-07-191-0/+3
|
* Overhauled navigation and flattened lookJames Moger2013-05-191-0/+5
|
* Load prettify's lang-*.js extentions.Kensuke Matsuzaki2013-04-161-5/+8
|
* Add more error checking to blob pageJames Moger2013-03-291-2/+21
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-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.