summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/PagesServlet.java
Commit message (Collapse)AuthorAgeFilesLines
* Added 'htm' extension as default index page.Yuhi Ishikura2013-06-031-1/+2
|
* Improve index page strategy in PagesServlet.Yuhi Ishikura2013-06-031-2/+8
|
* Fixed problem that PagesServlet couldn't provide contents written in ↵Yuhi Ishikura2013-06-021-0/+1
| | | | markdown correctly.
* Fixed problem that PagesServlet couldn't provide index.htm and index.mkd.Yuhi Ishikura2013-06-021-2/+5
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+249
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.