\r
#### fixes\r
\r
+- Fixed broken ticgit urls (issue 157)\r
- Exclude submodules from zip downloads (issue 151)\r
- Fixed bug where repository ownership was not updated on rename user\r
- Fixed bug in create/rename repository if you explicitly specified the alias for the root group (e.g. main/myrepo) (issue 143)\r
\r
// setup ticket urls\r
mount("/tickets", TicketsPage.class, "r");\r
- mount("/ticket", TicketPage.class, "r", "h", "f");\r
+ mount("/ticket", TicketPage.class, "r", "f");\r
\r
// setup the markdown urls\r
mount("/docs", DocsPage.class, "r");\r