Project

General

Profile

Changelog 5 0 » History » Version 2

Marius BĂLTEANU, 2022-05-17 00:11
Updates for 5.0.1 release.

1 1 Marius BĂLTEANU
h1. Changelog 5.0.x
2
3 2 Marius BĂLTEANU
h2. version:5.0.1 (2022-05-16)
4
5
h3. [Administration]
6
7
* Defect #36932: Handle nil return of Redmine::Themes.theme(Setting.ui_theme) in Redmine::Info.environment
8
9
h3. [Attachments]
10
11
* Defect #37053: Attachments are lost when the status of the ticket is changed
12
13
h3. [Documentation]
14
15
* Defect #36862: Duplicate v5.0.0 section in Changelog
16
* Defect #36863: Missing v4.2.5 section in Changelog
17
18
h3. [Email notifications]
19
20
* Defect #36909: Mentions not working if status is changed
21
22
h3. [Email receiving]
23
24
* Defect #37030: Requests fail with "Can't verify CSRF token authenticity" in mail handler
25
26
h3. [Gems support]
27
28
* Defect #36892: Redmine does not start when installed --without markdown
29
30
h3. [I18n]
31
32
* Defect #36998: Revert lazy loading of i18n files introduced in Redmine 5.0
33
34
h3. [Rails support]
35
36
* Patch #36917: Update Rails to 6.1.6
37
38
h3. [Security]
39
40
* Patch #36912: Update Nokogiri versions to fix two critical CVE's
41
42
h3. [Text formatting]
43
44
* Defect #36958: Crafted input breaks CommonMark Markdown formatter
45
46
h3. [Translations]
47
48
* Patch #36905: German translation update for 5.0-stable
49
* Patch #36930: Bulgarian translation update for 5.0-stable
50
* Patch #36934: Russian translation update for 5.0-stable
51
* Patch #37003: Czech translation update for 5.0-stable
52
* Patch #37024: Galician translation update for 5.0-stable
53
* Patch #37025: Polish translation update for 5.0-stable
54
55 1 Marius BĂLTEANU
h2. version:5.0.0 (2022-03-28)
56
57
h3. [Accounts / authentication]
58
59
* Feature #30998: Add an rake task to prune registered users after a certain number of days
60
* Feature #31920: Require 2FA only for certain user groups
61
* Feature #33345: Include an authentication method name in LDAP connection error messages
62
* Feature #35001: Disable API authentication with username and password when two-factor authentication is enabled for the user
63
* Feature #35439: Option to require 2FA only for users with administration rights
64
* Feature #36825: Increase email address length limit from 60 to 254
65
66
h3. [Administration]
67
68
* Defect #35421: Unhandled exception when a YAML syntax error is detected in configuration.yml
69
* Feature #32116: Add configured theme to Redmine::Info
70
* Feature #35562: Show warning in admin/info when there are pending migrations
71
* Feature #35934: Show 2FA status in users list from administration with option to filter
72
* Feature #36391: Change the default value for "Time span format" from "decimal" to "minutes"
73
74
h3. [Attachments]
75
76
* Defect #35539: Race condition (possible filename collision)  in Attachment.disk_filename
77
* Feature #32898: PDF thumbnails support on Windows
78
* Feature #35462: Download all attachments in a journal
79
80
h3. [Code cleanup/refactoring]
81
82
* Defect #31132: Remove unused column trackers.is_in_chlog
83
* Defect #36149: Typo in CSS class for lists expander icon
84
* Defect #36361: IssueRelationsControllerTest#test_bulk_create_should_show_errors randomly fails
85
* Defect #36394: Avoid passing ActionController::Parameters outside of MailHandlerController
86
* Feature #34337: Remove jQuery Migrate
87
* Feature #35259: Output test coverage report to the console
88
* Feature #35671: Move subtasks section on issues show view into a separate partial
89
* Patch #15118: Deprecate and rename rss_* methods to atom_* methods
90
* Patch #31035: Remove redefinition of ActionMailer::LogSubscriber#deliver which is no longer necessary because of the removal of Setting.bcc_recipients
91
* Patch #32922: Reload detached attachments
92
* Patch #33079: Remove unused argument from Redmine::Helpers::TimeReport
93
* Patch #33337: Clean-up workflows controller
94
* Patch #34976: Add missing fixtures to TimeEntryCustomFieldTest
95
* Patch #35024: System test fails in Windows due to "/" path separator
96
* Patch #35026: Remove rake task check_parsing_by_psych
97
* Patch #35031: Remove deprecated code that are supposed to be removed in Redmine 5
98
* Patch #35075: Use named routes in base layout and account sidebar
99
* Patch #35076: Menu manager - generate correct URLs when rendering from a namespaced controller
100
* Patch #35208: Use `Time.use_zone` instead of `Time.zone=`
101
* Patch #35230: Fix typo in ApplicationHelper.html_title comment
102
* Patch #35396: Use base_scope for issue query results
103
* Patch #35466: Rename test/fixtures/configuration/*.yml.example to test/fixtures/files/configuration/*.yml
104
* Patch #35610: Cleanups after Wiki tab removal from project settings (#26579)
105
* Patch #35727: Add missing fixtures to Redmine::ProjectJumpBoxTest
106
* Patch #35773: Move sidebar content on versions index view (roadmap) into a  separate partial
107
* Patch #35952: Explicitly specify text formatting in the test suite
108
* Patch #35975: Add missing fixtures to UserTest
109
* Patch #36005: Adopt 2FA emails to new Mailer interface
110
* Patch #36241: MenuManagerTest randomly fails
111
* Patch #36347: Add missing fixture to IssuesHelperTest
112
* Patch #36358: Use File.exist? instead of deprecated File.exists?
113
* Patch #36379: Update copyright year in source files to 2022
114
* Patch #36716: IssuesControllerTest randomly fails
115
* Patch #36730: Replace Member.find_or_new with ActiveRecord's find_or_initialize_by
116
* Patch #36770: Fix to use a correct exception class ActiveRecord::IrreversibleMigration in migrations
117
118
h3. [Custom fields]
119
120
* Defect #32977: Remove references to deleted user from "user"-Format CustomFields
121
* Feature #14275: Add hinting to custom fields
122
123
h3. [Database]
124
125
* Feature #35073: Escape values in LIKE statements to prevent injection of placeholders (_ or %)
126
* Patch #36416: Cleanup more dependent objects on project delete
127
128
h3. [Documentation]
129
130
* Feature #33859: Add a list of supported languages by the code highlighter to the help
131
* Feature #34978: Add the list of supported browsers to docs and drop support for IE 11
132
133
h3. [Documents]
134
135
* Patch #17924: Structured Document list for more flexible UI design with CSS
136
137
h3. [Email notifications]
138
139
* Defect #32199: Security notification is not sent when an admin changes the password of a user
140
* Defect #35017: X-Redmine-Issue-Assignee email header field is empty when the assignee of an issue is a group
141
* Defect #36393: Mailer.with_synched_deliveries doesn't correctly detect other async Queue adapters
142
* Feature #13919: Mention user on issues and wiki pages using @user with autocomplete
143
* Feature #30820: Drop setting "Blind carbon copy recipients (bcc)"
144
145
h3. [Filters]
146
147
* Defect #36389: Filter parameters of Query string do not work when default query is enabled
148
* Feature #5893: Filter issues by notes
149
* Feature #34715: Filter issues by file description
150
* Feature #35764: Multiple search terms in the "contains" operator of text filters
151
* Patch #35312: Gracefully handle invalid operators and associations requested in queries
152
153
h3. [Gantt]
154
155
* Defect #33381: Possible double includes in issue query in gantt helper
156
157
h3. [Gems support]
158
159
* Patch #35000: Update SimpleCov to 0.21
160
* Patch #35025: Update capybara to 3.36
161
* Patch #35136: Update RuboCop to 1.25
162
* Patch #35142: Update RuboCop Performance to 1.13
163
* Patch #35207: Update RuboCop Rails to 2.14
164
* Patch #35361: Update CSV to 3.2
165
* Patch #35691: Update Nokogiri to 1.13
166
* Patch #36325: Update Rouge to 3.28
167
* Patch #36355: Update roadie-rails to 3.0
168
* Patch #36564: Update I18n to 1.10
169
170
h3. [Groups]
171
172
* Feature #12795: View group members by non-admin users
173
174
h3. [Hook requests]
175
176
* Defect #34743: Hooks for queries helper
177
178
h3. [I18n]
179
180
* Defect #36396: Custom I18n Pluralization rules are not applied correctly
181
* Feature #36728: Reintroduce lazy loading of i18n files
182
183
h3. [Importers]
184
185
* Defect #36377: Encoding drop-down in the import settings defaults to US-ASCII instead of general_csv_encoding in Korean, Thai, and Shimplified Chinese
186
* Feature #34718: Auto guess file encoding when importing CSV file
187
* Feature #35137: Reject CSV file without data row when importing
188
* Feature #35365: Allow sending account information when importing users
189
190
h3. [Issues]
191
192
* Defect #15634: Add watching users to a ticket should switch "watch" link to "unwatch" if own user was added
193
* Defect #33521: Use issue path instead of bulk update issues path when using the context menu with only one issue selected
194
* Defect #34641: When editing an issue, the Log time and/or Add notes does not show or hide dynamically
195
* Feature #4347: Contributing to an issue should automatically add the user to the watchers list
196
* Feature #6033: Allow addition/removal of subtasks to show in parent's history
197
* Feature #7360: Issue custom query: default query per instance, project and user
198
* Feature #13099: Issue Summary: add statistics about issues without assignee, version or category
199
* Feature #29076: Add button to "Create and follow" when adding a subtask from the parent issue
200
* Feature #31278: Change Delete button name to Delete issue
201
* Feature #35559: Query links for related issues on issue page
202
203
h3. [Issues list]
204
205
* Feature #34932: "Copy link" feature for issues list
206
207
h3. [OpenID]
208
209
* Feature #35755: Drop OpenID support
210
211
h3. [PDF export]
212
213
* Feature #35683: PDF rendering improvements when exporting an issue or a list of issues
214
215
h3. [Performance]
216
217
* Feature #29041: Update session token only once per minute
218
* Feature #35324: Preload principal and roles in members#index
219
* Feature #35374: Reduce amount of work on projects show API
220
* Feature #36294: Lazy load inline images
221
* Feature #36505: Reduce database queries when rendering Custom fields box in the project settings tab
222
* Feature #36696: Improve performance of adding or removing members of a group
223
224
h3. [Permissions and roles]
225
226
* Defect #34029: 403 Forbidden error when non-member try to upload a file
227
228
h3. [Plugin API]
229
230
* Defect #35455: Require redmine/sort_criteria globally
231
232
h3. [Project settings]
233
234
* Defect #13199: "Edit" misaligned in project members view
235
* Defect #36318: Saving time tracking activities without any change may turn a system activity into a project activity
236
237
h3. [Projects]
238
239
* Feature #35795: Settings for global and user default custom ProjectQuery
240
241
h3. [REST API]
242
243
* Feature #10171: Updating journal notes via REST API
244
* Feature #15855: Add information about whether an issue is open or closed to Issues API response
245
* Feature #24976: Include new statuses allowed by workflow in Issues REST API
246
* Feature #34766: Better error message when no API format is recognised
247
* Feature #34857: Add total estimated hours, spent hours, total spent hours for issues to issue list API
248
* Feature #35420: API to archive/unarchive projects
249
* Feature #35505: Add enabled core fields to /trackers API response
250
* Feature #35507: API to close/reopen projects
251
* Feature #36303: Include avatar URL in Users API
252
253
h3. [Rails support]
254
255
* Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading
256
* Feature #35030: Allow parallel testing
257
* Patch #35081: Update config/environments/*.rb for Rails 6.1
258
* Patch #36317: Set default protect from forgery true
259
260
h3. [Roadmap]
261
262
* Feature #6432: Allow unchecking all trackers in Roadmap view sidebar
263
264
h3. [Ruby support]
265
266
* Feature #31128: Drop Ruby < 2.5 support
267
* Feature #34992: Ruby 3.0 support
268
* Feature #36205: Ruby 3.1 support
269
270
h3. [SCM]
271
272
* Feature #5242: Display source project for cross-project associated revisions for issues
273
* Feature #16849: Render Textile and Markdown files in the repository browser
274
275
h3. [Text formatting]
276
277
* Defect #36580: Fix code copying in common browsers
278
* Feature #20511: Comments for Textile text formatting
279
* Feature #32424: CommonMark Markdown Text Formatting
280
* Feature #35677: Preserve leading white space when quoting using the JS toolbar
281
* Feature #35742: Enable task list items for CommonMark text formatting
282
* Patch #35104: Code blocks - consistent rendering and retaining user-supplied language name in rendered HTML
283
284
h3. [Third-party libraries]
285
286
* Feature #36701: Update Chart.js to 3.7.1
287
* Patch #35729: Update jQuery to 3.6.0
288
289
h3. [Time tracking]
290
291
* Defect #21056: Project specific TimeEntryActivity name not updating properly
292
293
h3. [UI]
294
295
* Defect #36524: Query Links on Issues and Time Logs Import Sidebars broken
296
* Feature #34494: Rename the save, edit and delete buttons on the query form to clarify the scope
297
* Feature #35770: Change "Edit" label in the context menu to "Bulk Edit" when multiple issues are selected
298
* Patch #30448: Remove wrapper2 and wrapper3 wrapping containers
299
* Patch #36429: Make issue tabs DOM more consistent
300
301
h3. [Wiki]
302
303
* Feature #7652: Ability to add watchers to Wiki pages