\r
- improved: updated ui with Twitter's Bootstrap CSS toolkit\r
<br/>**New:** *web.loginMessage = gitblit*\r
+- fixed: Set the RSS content type for Firefox 4 (issue 22)\r
- fixed: Null pointer exception if did not set federation strategy (issue 20)\r
- fixed: Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later\r
- added: IUserService.setup(IStoredSettings) for custom user service implementations\r
\r
- improved: updated ui with Twitter's Bootstrap CSS toolkit\r
<br/>**New:** *web.loginMessage = gitblit*\r
+- fixed: Set the RSS content type for Firefox 4 (issue 22)\r
- fixed: Null pointer exception if did not set federation strategy (issue 20)\r
- fixed: Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later\r
- added: IUserService.setup(IStoredSettings) for custom user service implementations\r
}\r
}\r
\r
+ response.setContentType("application/rss+xml; charset=UTF-8");\r
Repository repository = GitBlit.self().getRepository(repositoryName);\r
RepositoryModel model = GitBlit.self().getRepositoryModel(repositoryName);\r
List<RevCommit> commits = JGitUtils.getRevLog(repository, objectId, 0, length);\r