Project

General

Profile

Changelog 5 0 » History » Version 3

Go MAEDA, 2022-05-17 09:58
Add missing issues to 5.0.1

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