Project

General

Profile

Changelog 5 0 » History » Version 1

Marius BĂLTEANU, 2022-03-28 21:58

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