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