summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/BlobPage.java
Commit message (Collapse)AuthorAgeFilesLines
* fixed last compile errors in pagesMartin Spielmann2016-07-301-3/+3
|
* Replaced SimpleAttributeModifier by AttributeModifierMartin Spielmann2016-07-281-2/+2
|
* replaced PageParameter imports which moved into another packageMartin Spielmann2016-07-281-1/+1
|
* Implement configurable tab length support for blob viewsJames Moger2015-05-221-1/+2
|
* HTML bug fix on the blob pageTom2014-11-121-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 commitsJames Moger2014-09-171-0/+5
|
* Enforce relaxed XSS filtering on markup documentsJames Moger2014-09-071-1/+1
|
* Redirect to tree root when blob page parameters are invalidJames Moger2014-06-271-0/+5
|
* Replace RawPage with RawServletJames Moger2014-05-051-5/+7
|
* 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.