Skip to content

Commit 09714ac

Browse files
committed
Documentation
1 parent 28cf62d commit 09714ac

File tree

1 file changed

+99
-6
lines changed

1 file changed

+99
-6
lines changed

releases.moxie

Lines changed: 99 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,108 @@ r28: {
55
title: ${project.name} ${project.version} released
66
id: ${project.version}
77
date: ${project.buildDate}
8-
note: ~
8+
note: This is a re-build of 1.7.0 with the fix for failed WAR deployments.
99
html: ~
1010
text: ~
1111
security: ~
12-
fixes: ~
13-
changes: ~
14-
additions: ~
15-
dependencyChanges: ~
16-
contributors: ~
12+
fixes:
13+
- Fix exception when viewing a ticket with a patchset where the integration branch does not exist (issue-521, ticket-212)
14+
- Fix exception when deleting a repository using the FileTicketService (issue-522, ticket-213)
15+
- Do not inject team repository permissions as explicit user permissions when editing a user (issue-462, ticket-214)
16+
- Whitelist the target link attribute in the XSS filter (ticket-216)
17+
- Strip line breaks from pasted SSH keys (ticket-245)
18+
- Fix project sorting (pr-287)
19+
- Fix Lucene indexing of tags (pr-291)
20+
- Prevent session fixation for external authentication (pr-908)
21+
- Encode email subject as UTF-8 (pr-929)
22+
- Do not automatically trim passwords (pr-932)
23+
- Fix nested repository detection in raw servlet (pr-950)
24+
changes:
25+
- Replaced Dagger with Guice (ticket-80)
26+
- Use release name as root directory in Gitblit GO artifacts (ticket-109)
27+
- Split gitblit.properties into gitblit.properties & defaults.properties (ticket-110)
28+
- Show team type in teams page (pr-217, ticket-168)
29+
- Relocate the repository Delete button (ticket-225)
30+
- Improve diff performance by gracefully limiting large diffs (pr-226)
31+
- Add granular settings to disable display of git transport urls (pr-274)
32+
- Use author date to be consistent with other tools (pr-919)
33+
additions:
34+
- Add GitHub Octicons (ticket-106)
35+
- Support for chain-loading properties files (ticket-110)
36+
- Add Priority & Severity fields for tickets (pr-220, ticket-157)
37+
- Add Maintenance ticket type (pr-223, ticket-206)
38+
- Add commitdiff option to ignore whitespace (ticket-233)
39+
- Add configurable tab length for blob views (ticket-253)
40+
- Implement image diffs (pr-229)
41+
- Add support for configurable HTTP proxy host/port in PluginManager (pr-235)
42+
- Implement collapsed empty folder navigation (pr-241)
43+
- Implement hashing to detect usermodel changes and reduce users.conf file I/O (pr-246)
44+
- Add support for Kerberos5/GSS authentication to SSH (pr-254)
45+
- Allow extraction of additional user metadata in request headers when using external or container authentication (pr-255)
46+
- Allow custom host & port specification for advertised SSH urls (pr-268)
47+
- Improve logging for fail2ban usage (pr-296)
48+
- Initial implementation of Git-LFS (pr-921)
49+
- Add "all" repositories parameter to Search page (pr-935)
50+
dependencyChanges:
51+
- Guice 4.0 (ticket-80, ticket-219)
52+
- SLF4j 1.7.12
53+
- gson 2.3.1
54+
- Freemarker 2.3.22
55+
- Lucene 4.10.0 (ticket-159)
56+
- SSHD 1.0.0
57+
- JGit 4.1.1
58+
- Groovy 2.4.4
59+
- Wicket 1.4.22
60+
- BouncyCastle 1.52
61+
- Pegdown 1.5.0
62+
- Jetty 9.2.13
63+
settings:
64+
- { name: web.displayUserPanel, defaultValue: 'true' }
65+
- { name: web.tabLength, defaultValue: 4 }
66+
- { name: web.avatarClass, defaultValue: '' }
67+
- { name: web.showHttpServletUrls, defaultValue: 'true' }
68+
- { name: web.showGitDaemonUrls, defaultValue: 'true' }
69+
- { name: web.showSshDaemonUrls, defaultValue: 'true' }
70+
- { name: web.advertiseAccessPermissionForOtherUrls, defaultValue: 'false' }
71+
- { name: web.maxDiffLinesPerFile, defaultValue: '4000' }
72+
- { name: web.maxDiffLines, defaultValue: '20000' }
73+
- { name: ssh.advertisedHost, defaultValue: '' }
74+
- { name: ssh.advertisedPort, defaultValue: '' }
75+
- { name: git.sshWithKrb5, defaultValue: '' }
76+
- { name: git.sshKrb5Keytab, defaultValue: '' }
77+
- { name: git.sshKrb5ServicePrincipalName, defaultValue: '' }
78+
- { name: git.sshKrb5StripDomain, defaultValue: 'true' }
79+
- { name: filestore.storageFolder, defaultValue: '${baseFolder}/lfs' }
80+
- { name: filestore.maxUploadSize, defaultValue: '-1' }
81+
- { name: plugins.httpProxyHost, defaultValue: '' }
82+
- { name: plugins.httpProxyPort, defaultValue: '' }
83+
- { name: plugins.httpProxyAuthorization, defaultValue: '' }
84+
- { name: realm.container.autoAccounts.displayName, defaultValue: '' }
85+
- { name: realm.container.autoAccounts.emailAddress, defaultValue: '' }
86+
- { name: realm.container.autoAccounts.locale, defaultValue: '' }
87+
- { name: realm.container.autoAccounts.adminRole, defaultValue: '' }
88+
89+
contributors:
90+
- James Moger
91+
- David Ostrovsky
92+
- Alex Lewis
93+
- Florian Zschocke
94+
- Paul Martin
95+
- razzard
96+
- Alexander Zabluda
97+
- Marcin Cieślak
98+
- Rainer W
99+
- Vitaliy Filippov
100+
- willyann
101+
- enrico204
102+
- mrjoel
103+
- Fabrice Bacchella
104+
- Milos Cubrilo
105+
- Thomas Wolf
106+
- Morten Bøgeskov
107+
- Steven Oliver
108+
- Dariusz Bywalec
109+
- Jan Šmucr
17110
}
18111

19112
#

0 commit comments

Comments
 (0)