James Moger
2012-10-31 d7be8cc077a85658809cf6d8cef98a6910f0f858
Fixed ticgit ticket urls (issue-157)
2 files modified
3 ■■■■ changed files
docs/04_releases.mkd 1 ●●●● patch | view | raw | blame | history
src/com/gitblit/wicket/GitBlitWebApp.java 2 ●●● patch | view | raw | blame | history
docs/04_releases.mkd
@@ -12,6 +12,7 @@
#### fixes
- Fixed broken ticgit urls (issue 157)
- Exclude submodules from zip downloads (issue 151)
- Fixed bug where repository ownership was not updated on rename user
- Fixed bug in create/rename repository if you explicitly specified the alias for the root group (e.g. main/myrepo) (issue 143)
src/com/gitblit/wicket/GitBlitWebApp.java
@@ -104,7 +104,7 @@
        // setup ticket urls
        mount("/tickets", TicketsPage.class, "r");
        mount("/ticket", TicketPage.class, "r", "h", "f");
        mount("/ticket", TicketPage.class, "r", "f");
        // setup the markdown urls
        mount("/docs", DocsPage.class, "r");