@@ -20,7 +20,7 @@ specification.
20
20
21
21
- Display linked changesets and allow adding new ones on list page
22
22
[ #202 ] ( https://github.com/mantisbt-plugins/source-integration/pull/202 )
23
- - SourceSVN documentation
23
+ - SourceSVN documentation
24
24
[ #250 ] ( https://github.com/mantisbt-plugins/source-integration/pull/250 )
25
25
26
26
### Changed
@@ -40,7 +40,7 @@ specification.
40
40
- Only display spacer row when necessary in branch mappings list
41
41
[ #244 ] ( https://github.com/mantisbt-plugins/source-integration/pull/244 )
42
42
- Show status color box next to issue id in view page
43
- [ #234 ] ( https://github.com/mantisbt-plugins/source-integration/pull/234 )
43
+ [ #234 ] ( https://github.com/mantisbt-plugins/source-integration/pull/234 )
44
44
- SVN: improve error detection & handling
45
45
[ #247 ] ( https://github.com/mantisbt-plugins/source-integration/pull/247 )
46
46
- WebSVN: updated German translation
@@ -55,14 +55,14 @@ Includes all changes and fixes from 1.5.3 and 1.5.4.
55
55
56
56
### Added
57
57
58
- - Document requirement for cURL / shell_exec
58
+ - Document requirement for cURL / shell_exec
59
59
[ #214 ] ( https://github.com/mantisbt-plugins/source-integration/issues/214 )
60
60
61
61
### Fixed
62
62
63
- - HgWeb: replace invalid function map() by array_map()
63
+ - HgWeb: replace invalid function map() by array_map()
64
64
[ #213 ] ( https://github.com/mantisbt-plugins/source-integration/issues/213 )
65
- - Gitweb: can't retrieve changesets when protected by HTTP basic auth
65
+ - Gitweb: can't retrieve changesets when protected by HTTP basic auth
66
66
[ #218 ] ( https://github.com/mantisbt-plugins/source-integration/issues/218 )
67
67
68
68
@@ -72,8 +72,8 @@ Includes all changes and fixes from 1.5.2.
72
72
73
73
### Security
74
74
75
- - CVE-2017 -6958: XSS in search page
76
- [ #205 ] ( https://github.com/mantisbt-plugins/source-integration/issues/205 ) ,
75
+ - CVE-2017 -6958: XSS in search page
76
+ [ #205 ] ( https://github.com/mantisbt-plugins/source-integration/issues/205 ) ,
77
77
thanks to Dmitry Ivanov ([ d1m0ck] ( https://twitter.com/d1m0ck ) )
78
78
79
79
@@ -100,12 +100,12 @@ Includes all changes and fixes from 1.5.0.
100
100
### Fixed
101
101
102
102
- Menu options
103
- - PHP system notice and display of 'Array' under the manage menu items
103
+ - PHP system notice and display of 'Array' under the manage menu items
104
104
[ #175 ] ( https://github.com/mantisbt-plugins/source-integration/issues/175 )
105
- - Broken main menu item links
105
+ - Broken main menu item links
106
106
[ #176 ] ( https://github.com/mantisbt-plugins/source-integration/issues/176 )
107
107
- Repository list alignment of type column
108
- - Source control username in account preferences
108
+ - Source control username in account preferences
109
109
[ #180 ] ( https://github.com/mantisbt-plugins/source-integration/issues/180 )
110
110
111
111
@@ -127,6 +127,13 @@ Includes all changes and fixes from 1.5.0.
127
127
128
128
# Releases for MantisBT 1.3
129
129
130
+ ## [ 1.5.5] - 2018-04-09
131
+
132
+ ### Fixed
133
+
134
+ - HgWeb: syntax error
135
+ [ #265 ] ( https://github.com/mantisbt-plugins/source-integration/pull/265 )
136
+
130
137
## [ 1.5.4] - 2017-09-17
131
138
132
139
### Changed
@@ -140,7 +147,7 @@ Includes all changes and fixes from 1.5.0.
140
147
[ #238 ] ( https://github.com/mantisbt-plugins/source-integration/issues/238 )
141
148
- Change of repo name after full import
142
149
[ #245 ] ( https://github.com/mantisbt-plugins/source-integration/issues/245 )
143
- - HgWeb: fix handling of commit message lines beginning with ` # `
150
+ - HgWeb: fix handling of commit message lines beginning with ` # `
144
151
[ #233 ] ( https://github.com/mantisbt-plugins/source-integration/issues/233 )
145
152
- HgWeb: fix errors while importing the repository
146
153
[ #248 ] ( https://github.com/mantisbt-plugins/source-integration/issues/248 )
@@ -165,21 +172,21 @@ Includes all changes and fixes from 1.5.0.
165
172
166
173
### Changed
167
174
168
- - Source_FilterOption_Permalink() should not handle integer params as strings
175
+ - Source_FilterOption_Permalink() should not handle integer params as strings
169
176
[ #207 ] ( https://github.com/mantisbt-plugins/source-integration/issues/207 )
170
177
171
178
### Fixed
172
179
173
- - Changeset reference is not processed when preceded by @-mention
180
+ - Changeset reference is not processed when preceded by @-mention
174
181
[ #204 ] ( https://github.com/mantisbt-plugins/source-integration/issues/204 )
175
182
176
183
177
184
## [ 1.5.1] - 2017-03-06
178
185
179
186
### Fixed
180
187
181
- - Bug preventing use of Git-based plugins on PHP versions < 5.6
182
- [ #199 ] ( https://github.com/mantisbt-plugins/source-integration/issues/199 )
188
+ - Bug preventing use of Git-based plugins on PHP versions < 5.6
189
+ [ #199 ] ( https://github.com/mantisbt-plugins/source-integration/issues/199 )
183
190
184
191
## [ 1.5.0] - 2017-03-06
185
192
@@ -196,13 +203,13 @@ Includes all changes and fixes from 1.5.0.
196
203
197
204
### Changed
198
205
199
- - Workaround for 4-bytes UTF-8 characters (e.g. emojis) in commit messages
206
+ - Workaround for 4-bytes UTF-8 characters (e.g. emojis) in commit messages
200
207
[ #194 ] ( https://github.com/mantisbt-plugins/source-integration/issues/194 )
201
208
- Github: branch validation regex now follows rules defined in git check-ref-format man page
202
209
203
210
### Fixed
204
211
205
- - Github: handling branches containing '/'
212
+ - Github: handling branches containing '/'
206
213
[ #193 ] ( https://github.com/mantisbt-plugins/source-integration/issues/193 )
207
214
208
215
@@ -225,9 +232,9 @@ scheme.
225
232
### Added
226
233
227
234
- Support for MantisBT 1.3
228
- - Gitweb: Add support for HTTP basic auth
235
+ - Gitweb: Add support for HTTP basic auth
229
236
[ #144 ] ( https://github.com/mantisbt-plugins/source-integration/issues/144 )
230
- - Support for Pull Request linking (Bitbucket, Github)
237
+ - Support for Pull Request linking (Bitbucket, Github)
231
238
[ #116 ] ( https://github.com/mantisbt-plugins/source-integration/issues/116 )
232
239
- New 'MantisSourceBase' common ancestor class
233
240
- Classes hierarchy documentation
@@ -237,10 +244,10 @@ scheme.
237
244
- Update MantisCore dependency to 1.3 for all child plugins
238
245
- Adapt pages layout for Mantis 1.3.0
239
246
- Improve layout of 'Enabled Features' in config page
240
- - Improve bug resolution and assignment logic
241
- [ #80 ] ( https://github.com/mantisbt-plugins/source-integration/issues/80 )
247
+ - Improve bug resolution and assignment logic
248
+ [ #80 ] ( https://github.com/mantisbt-plugins/source-integration/issues/80 )
242
249
[ #104 ] ( https://github.com/mantisbt-plugins/source-integration/issues/104 )
243
- - Hide edit controls for unauthorized users on changeset details page
250
+ - Hide edit controls for unauthorized users on changeset details page
244
251
[ #188 ] ( https://github.com/mantisbt-plugins/source-integration/issues/188 )
245
252
- Plugins title prefixed with 'Source' to group them in Mantis Plugin admin page
246
253
- Set all plugins' URL to point Github's page
@@ -253,23 +260,23 @@ scheme.
253
260
### Fixed
254
261
255
262
- Javascript change event on search page
256
- - Data type mismatch error on edit page
263
+ - Data type mismatch error on edit page
257
264
[ #134 ] ( https://github.com/mantisbt-plugins/source-integration/issues/134 )
258
- - Changeset linking
259
- [ #146 ] ( https://github.com/mantisbt-plugins/source-integration/issues/146 ) ,
265
+ - Changeset linking
266
+ [ #146 ] ( https://github.com/mantisbt-plugins/source-integration/issues/146 ) ,
260
267
[ #161 ] ( https://github.com/mantisbt-plugins/source-integration/issues/161 )
261
- - Set issue resolution to 'fixed' when processing changesets
268
+ - Set issue resolution to 'fixed' when processing changesets
262
269
[ #191 ] ( https://github.com/mantisbt-plugins/source-integration/issues/191 )
263
- - Cgit: filter out decoration tag from commit message
270
+ - Cgit: filter out decoration tag from commit message
264
271
[ #185 ] ( https://github.com/mantisbt-plugins/source-integration/issues/185 )
265
- - GitHub: system notice when authorizing application
272
+ - GitHub: system notice when authorizing application
266
273
[ #168 ] ( https://github.com/mantisbt-plugins/source-integration/issues/168 )
267
- - GitHub: allow clearing OAuth access token
274
+ - GitHub: allow clearing OAuth access token
268
275
[ #133 ] ( https://github.com/mantisbt-plugins/source-integration/issues/133 )
269
276
- GitLab: Remove calls to deprecated helper_alternate_class()
270
- - SVN: prevent Data Type mismatch error in config page
277
+ - SVN: prevent Data Type mismatch error in config page
271
278
[ #167 ] ( https://github.com/mantisbt-plugins/source-integration/issues/167 )
272
- - SVN: force SourceSVN plugin in svn_call
279
+ - SVN: force SourceSVN plugin in svn_call
273
280
[ #186 ] ( https://github.com/mantisbt-plugins/source-integration/issues/186 )
274
281
275
282
@@ -314,7 +321,7 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
314
321
315
322
316
323
[ Unreleased 2.x ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.1.0...HEAD
317
- [ Unreleased 1.x ] : https://github.com/mantisbt-plugins/source-integration/compare/v1.5.3 ...master-1.3.x
324
+ [ Unreleased 1.x ] : https://github.com/mantisbt-plugins/source-integration/compare/v1.5.5 ...master-1.3.x
318
325
319
326
[ 2.1.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.0.3...v2.1.0
320
327
[ 2.0.3 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.0.2...v2.0.3
@@ -324,6 +331,7 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
324
331
[ 2.0.0-beta.2 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.0.0-beta.1...v2.0.0-beta.2
325
332
[ 2.0.0-beta.1 ] : https://github.com/mantisbt-plugins/source-integration/compare/v1.5.2...v2.0.0-beta.1
326
333
334
+ [ 1.5.5 ] : https://github.com/mantisbt-plugins/source-integration/compare/v1.5.4...v1.5.5
327
335
[ 1.5.4 ] : https://github.com/mantisbt-plugins/source-integration/compare/v1.5.3...v1.5.4
328
336
[ 1.5.3 ] : https://github.com/mantisbt-plugins/source-integration/compare/v1.5.2...v1.5.3
329
337
[ 1.5.2 ] : https://github.com/mantisbt-plugins/source-integration/compare/v1.5.1...v1.5.2
0 commit comments