summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/BlobPage.html
Commit message (Collapse)AuthorAgeFilesLines
* HTML bug fix on the blob pageTom2014-11-121-3/+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.
* Eliminate problematic HEAD links from the blob, blame, and tree pagesJames Moger2014-03-031-1/+1
|
* Load prettify's lang-*.js extentions.Kensuke Matsuzaki2013-04-161-0/+28
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+38
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.