summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/PagesServlet.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-249/+0
| | | | | | | | | 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.
* Show indicators for Sparkleshared repositoriesJames Moger2013-01-111-1/+1
|
* Try multiple encodings when working with string blobs (issue 97)James Moger2012-06-071-3/+5
|
* Fixed some null pointer bugs in the pages servletJames Moger2012-01-111-12/+32
|
* Support for gh-pages branch serving as /pages/repo.gitJames Moger2012-01-091-0/+227