Changelog 5 1 » History » Version 6
Go MAEDA, 2024-06-12 02:55
Add v5.1.3
1 | 2 | Alex Che | h1. Changelog 5.1.x |
---|---|---|---|
2 | 1 | Go MAEDA | |
3 | 6 | Go MAEDA | h2. version:5.1.3 (2024-06-12) |
4 | |||
5 | h3. [Code cleanup/refactoring] |
||
6 | |||
7 | * Defect #40389: Missing fixture: add :groups_users fixture to Redmine::ApiTest::UsersTest |
||
8 | |||
9 | h3. [Gems support] |
||
10 | |||
11 | * Defect #40603: Mocha 2.2.0 causes test failure: "unexpected invocation" |
||
12 | * Patch #40802: Support builder 3.3.0 |
||
13 | |||
14 | h3. [Issues] |
||
15 | |||
16 | * Defect #40410: Watcher groups on new issue form get dereferenced on validation error |
||
17 | * Defect #40412: Issue list filter "Watched by: me" only shows issues watched via group for projects with the view_issue_watchers permission |
||
18 | * Feature #40556: Focus on the textarea after clicking the Edit Journal button |
||
19 | |||
20 | h3. [Issues workflow] |
||
21 | |||
22 | * Patch #40693: Ignore status in roleld_up_status if workflow only defines identity transition |
||
23 | |||
24 | h3. [Performance] |
||
25 | |||
26 | * Defect #40610: Slow display of projects list when including project description column |
||
27 | |||
28 | h3. [Rails support] |
||
29 | |||
30 | * Patch #40818: Update Rails to 6.1.7.8 |
||
31 | |||
32 | h3. [Translations] |
||
33 | |||
34 | * Patch #40682: Czech translation update for 5.1-stable |
||
35 | |||
36 | 4 | Marius BĂLTEANU | h2. version:5.1.2 (2024-03-04) |
37 | |||
38 | h3. [Activity view] |
||
39 | |||
40 | * Defect #39995: Project Activities and Roadmap views disclose presence of private sub projects |
||
41 | |||
42 | h3. [Administration] |
||
43 | |||
44 | * Defect #40166: Internationalize "Check all / Uncheck all" tooltip in project list for admins |
||
45 | |||
46 | h3. [Code cleanup/refactoring] |
||
47 | |||
48 | * Defect #39864: Backport fix of random failing integration test for plugin routes |
||
49 | * Defect #40239: Add missing fixtures in Redmine::ApiTest::IssuesTest |
||
50 | * Patch #39894: Explicitly render a 404 on non-JS requests to watchers#new |
||
51 | * Patch #39999: Explicitly render a 404 on non-JS requests to messages#quote |
||
52 | * Patch #40043: Remove year ranges from all copyright headers |
||
53 | |||
54 | h3. [Database] |
||
55 | |||
56 | 5 | Marius BĂLTEANU | * Patch #39865: Extend mysql8? test helper to handle complex version strings |
57 | 4 | Marius BĂLTEANU | |
58 | h3. [Filters] |
||
59 | |||
60 | * Defect #39991: Fix "any" operator for text filters to exclude empty text values |
||
61 | |||
62 | h3. [Issues] |
||
63 | |||
64 | * Defect #39932: Incorrect position of "Edited" mark in issue notes with h4 headings |
||
65 | |||
66 | h3. [Plugin API] |
||
67 | |||
68 | * Defect #39862: Attachments functionality for (custom) plugins broken since fix for CVE-2022-44030 |
||
69 | * Feature #39948: Add Redmine::Plugin proxy method for Redmine::Acts::Attachable::ObjectTypeConstraint.register_object_type |
||
70 | |||
71 | h3. [REST API] |
||
72 | |||
73 | * Defect #40099: User api filtering by status=* broke on upgrade from 5.0 to 5.1 |
||
74 | |||
75 | h3. [Rails support] |
||
76 | |||
77 | * Patch #40319: Update Rails to 6.1.7.7 |
||
78 | |||
79 | h3. [SEO] |
||
80 | |||
81 | * Defect #40208: An ActionController::RespondToMismatchError occurred in welcome#robots |
||
82 | |||
83 | h3. [Security] |
||
84 | |||
85 | * Defect #39875: Mitigate CVE-2023-23913 (rails-ujs) |
||
86 | |||
87 | h3. [Text formatting] |
||
88 | |||
89 | * Defect #39755: CommonMark Markdown help page does not reflect user's language setting |
||
90 | * Defect #40193: Performance issue with email address auto-linking in the default ("none") formatter |
||
91 | * Feature #39884: Allow multiple footnotes per single word |
||
92 | |||
93 | h3. [Translations] |
||
94 | |||
95 | * Defect #39801: Fix typo in Russian translation of text_status_no_workflow |
||
96 | * Patch #39751: Additional translation for Tamil language |
||
97 | * Patch #39781: Persian translation update for 5.1-stable |
||
98 | * Patch #39782: Russian translation update for 5.1-stable |
||
99 | * Patch #40240: Catalan translation update for 5.1-stable |
||
100 | |||
101 | h3. [UI] |
||
102 | |||
103 | * Defect #39780: User select element on activity sidebar views cutoff when displaying long user names |
||
104 | * Defect #39802: Fix click event handling in mobile view after closing flyout menu |
||
105 | * Defect #40237: Error in autocomplete (`ActionController::BadRequest (Invalid query parameters: invalid %-encoding (%)`) |
||
106 | |||
107 | 3 | Marius BĂLTEANU | h2. version:5.1.1 (2023-11-27) |
108 | |||
109 | h3. [Database] |
||
110 | |||
111 | * Defect #39437: MySQL / MariaDB issue nested set deadlocks and consistency |
||
112 | * Defect #39443: Invalid statement query error on MSSQL when role filter is used in issues query |
||
113 | * Patch #39737: Support MySQL 8 |
||
114 | |||
115 | h3. [Email notifications] |
||
116 | |||
117 | * Defect #39553: Mention notification is not sent (MENTION_PATTERN / LINKS_RE inconsistency) |
||
118 | |||
119 | h3. [Filters] |
||
120 | |||
121 | * Defect #39714: Query grouping filter not working for custom field relations |
||
122 | |||
123 | h3. [Gems support] |
||
124 | |||
125 | * Defect #39576: `rake yard` does not work with Ruby >= 3.2 |
||
126 | |||
127 | h3. [Issues] |
||
128 | |||
129 | * Defect #39521: Mention autocomplete not displaying for users without "Edit issues" permission |
||
130 | |||
131 | h3. [PDF export] |
||
132 | |||
133 | * Defect #39534: Error (undefined method) in issue list PDF export |
||
134 | |||
135 | h3. [Text formatting] |
||
136 | |||
137 | * Defect #38852: ## issue syntax is not kept when selecting an issue from the inline autocomplete |
||
138 | |||
139 | h3. [Translations] |
||
140 | |||
141 | * Patch #39513: Bulgarian translation update for 5.1-stable |
||
142 | * Patch #39551: Simplified Chinese translation update for 5.1-stable |
||
143 | |||
144 | 1 | Go MAEDA | h2. version:5.1.0 (2023-10-31) |
145 | |||
146 | h3. [Accounts / authentication] |
||
147 | |||
148 | * Defect #6254: Remove "Unknown user" notification on password request with non-existent email address |
||
149 | * Defect #36969: EmailAddress regex matches invalid email addresses |
||
150 | * Feature #33660: Information text on sudo password entry |
||
151 | * Feature #35450: Better validation error message when the domain of email is not allowed |
||
152 | * Feature #37679: Raise the maximum length of the last name to 255 characters |
||
153 | |||
154 | h3. [Administration] |
||
155 | |||
156 | * Defect #37692: Plugins page does not have a table header |
||
157 | * Feature #33422: Re-implement admin project list using ProjectQuery system |
||
158 | * Feature #36691: Background job and dedicated status for project deletion |
||
159 | * Feature #36695: Add check in Redmine information page if default queue adapter is used in production |
||
160 | * Feature #36891: Ask more specific confirmation questions when closing/reopening/archiving projects |
||
161 | * Feature #37674: Upgrade Admin/Users list to use the query system |
||
162 | |||
163 | h3. [Attachments] |
||
164 | |||
165 | * Feature #38168: WebP images support |
||
166 | * Patch #37597: Don't create two thumbnails of different resolutions for a single image |
||
167 | |||
168 | h3. [Calendar] |
||
169 | |||
170 | * Feature #27346: Use the new pagination style for the calendars view |
||
171 | * Feature #33682: Display calendar in vertical list layout on mobile screens |
||
172 | |||
173 | h3. [Code cleanup/refactoring] |
||
174 | |||
175 | * Defect #15667: Fix shadowing variable in ApplicationHelper#textilizable |
||
176 | * Defect #20042: A test fail when running it with PostgreSQL |
||
177 | * Defect #37389: Add missing fixture to JournalObserverTest |
||
178 | * Defect #37586: Typo in method names |
||
179 | * Defect #37587: Unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.rb |
||
180 | * Defect #38145: Unreachable branch in ApplicationHelper#format_object due to the use of the deprecated Fixnum class |
||
181 | * Defect #38250: config/settings.yml not closed in Setting.load_available_settings |
||
182 | * Defect #39180: Fix an intermittent test failure in JournalTest |
||
183 | * Feature #37119: Drop redcarpet dependency for common_mark formatter |
||
184 | * Patch #36844: Cleanup orphaned query and role ids from habtm join table queries_roles |
||
185 | * Patch #37448: Add missing fixture users to RoleTest |
||
186 | * Patch #37451: Add missing fixture versions to IssuesPdfHelperTest |
||
187 | * Patch #37466: Add missing fixture issue_categories to VersionTest |
||
188 | * Patch #37469: Add missing fixture versions to RepositoryTest |
||
189 | * Patch #37470: Add missing fixture versions to MailHandlerControllerTest |
||
190 | * Patch #37477: Add missing fixture issue_categories to MyControllerTest |
||
191 | * Patch #37482: Replace JQuery `.focus()` method with HTML `autofocus` attribute |
||
192 | * Patch #37507: Normalize HTML in app/views/settings/_users.html.erb |
||
193 | * Patch #37591: Use start_with? or end_with? to check the first or last character of a string |
||
194 | * Patch #37599: Remove extra call of Attachment#thumbnailable? in AttachmentsController#thumbnail |
||
195 | * Patch #37614: Cleanup app/models/repository/git.rb |
||
196 | * Patch #37657: Rename Repository#supports_all_revisions? to Repository#supports_history? |
||
197 | * Patch #37668: Fix bad I18n `t` call in macro error handler |
||
198 | * Patch #37682: Add the `# frozen_string_literal: true` magic comment to config/initializers/secret_token.rb |
||
199 | * Patch #37851: Add missing fixture to test/integration/issue_test.rb |
||
200 | * Patch #37974: Database migration to remove unused "mention_users" permission |
||
201 | * Patch #38054: Remove unused i18n keys label_sort_highest, label_sort_higher, label_sort_lower, and label_sort_lowest |
||
202 | * Patch #38091: Fix redundant 'private' modifier in repositories_git_controller_test.rb |
||
203 | * Patch #38093: Use require_relative instead of generating the full path for a file |
||
204 | * Patch #38139: Add guard clause to time_tag method to handle nil time |
||
205 | * Patch #38228: Remove X-UA-Compatible meta tag for Internet Explorer |
||
206 | * Patch #38478: Remove unused i18n key label_last_login |
||
207 | * Patch #38496: Add missing fixtures to SearchControllerTest |
||
208 | * Patch #38646: Remove unused locale entry: label_optgroup_others |
||
209 | * Patch #38772: <=> should return nil when invoked with an incomparable object |
||
210 | * Patch #39021: Add ".byebug_history" to svn:ignore, .gitignore, and .hgignore |
||
211 | * Patch #39066: Remove set_language_if_valid from MyController |
||
212 | * Patch #39109: Improving Test Reliability with Capybara Assertions |
||
213 | * Patch #39184: Cleanup debug code in app/models/mail_handler.rb |
||
214 | * Patch #39207: Replace `YAML.load` with `YAML.load_file` in locales.rake and improve error reporting for invalid YAML files |
||
215 | |||
216 | h3. [Custom fields] |
||
217 | |||
218 | * Patch #37750: Use existing html pipeline based sanitization for links in custom fields |
||
219 | |||
220 | h3. [Email notifications] |
||
221 | |||
222 | * Feature #2746: Send out issue priority in the email notification header |
||
223 | * Feature #34302: Show parent issues in notification email |
||
224 | * Feature #38238: Auto watch issues on issue creation |
||
225 | |||
226 | h3. [Email receiving] |
||
227 | |||
228 | * Feature #38263: Try importing journal replies as issue reply where applicable |
||
229 | * Feature #38273: Improve errors in MailHandler: add MissingContainer and LockedTopic exception |
||
230 | * Feature #38274: Receive e-mail replies to news and news comments |
||
231 | * Patch #38408: Remove experimental flag from "Preferred part of multipart (HTML) emails" setting |
||
232 | |||
233 | h3. [Filters] |
||
234 | |||
235 | * Feature #38435: "contains any of" operator for text filters to perform OR search of multiple terms |
||
236 | * Feature #38456: OR search with multiple terms for "starts with" and "ends with" filter operators |
||
237 | |||
238 | h3. [Gems support] |
||
239 | |||
240 | * Patch #36919: Update RuboCop to 1.57 |
||
241 | * Patch #37236: Update Rouge to 4.2 |
||
242 | * Patch #37247: Update RuboCop Performance to 1.19 |
||
243 | * Patch #37248: Update RuboCop Rails to 2.22 |
||
244 | * Patch #37401: Update I18n to 1.14 |
||
245 | * Patch #37525: Update Pg to 1.5 |
||
246 | * Patch #37558: Update webdrivers to 5.0 |
||
247 | * Patch #37656: Update sqlite3 gem to 1.5 |
||
248 | * Patch #37993: Update Mail gem to 2.8 |
||
249 | * Patch #38121: Update MiniMagick to 4.12 |
||
250 | * Patch #38122: Remove Bundler from requirements |
||
251 | * Patch #38124: Update csv, net-imap, net-pop, and net-smtp gems to the same versions shipped with Ruby 3.2.0 |
||
252 | * Patch #38137: Update SimpleCov to 0.22 |
||
253 | * Patch #38181: Update Nokogiri to 1.15.2 |
||
254 | * Patch #38187: Update SQLite3 gem to 1.6 |
||
255 | * Patch #38220: Update Redcarpet to 3.6 |
||
256 | * Patch #39211: Update roadie-rails to 3.1 |
||
257 | |||
258 | h3. [I18n] |
||
259 | |||
260 | * Defect #38509: Untranslated string "OK" in the repository browser |
||
261 | * Feature #37878: Allow using ideographic space (U+3000) as a separator for search terms |
||
262 | * Patch #38529: Limit available locales to those defined by Redmine itself |
||
263 | |||
264 | h3. [Importers] |
||
265 | |||
266 | * Feature #36823: Allow to import time entries for issues in different projects |
||
267 | |||
268 | h3. [Issues] |
||
269 | |||
270 | * Defect #38458: Display order of watchers in the sidebar is indeterminate |
||
271 | * Defect #38493: The related issues count on the issue view is not updated after deleting one of the related issues |
||
272 | * Defect #39186: Missing synchronization between watchers and watcher_users for unsaved objects |
||
273 | * Feature #2568: Description for issue statuses |
||
274 | * Feature #16207: Use query name as the file name when exporting queries |
||
275 | * Feature #31505: Mark edited journal notes as "Edited" |
||
276 | * Feature #37362: CSV export of issues report |
||
277 | * Feature #37532: Add CSS class for relation type to related issues list |
||
278 | * Feature #37621: Add field separator option to CSV export dialog |
||
279 | * Feature #38416: Ability to disable the priority field |
||
280 | * Patch #38820: Retry in case of stale issue during Issue.update_versions |
||
281 | |||
282 | h3. [Issues filter] |
||
283 | |||
284 | * Feature #38301: Multiple issue ids in "Related to" filter |
||
285 | * Feature #38402: "Any searchable text" filter for issues |
||
286 | * Feature #38527: New issues filter operators "has been", "has never been", and "changed from" |
||
287 | |||
288 | h3. [Issues workflow] |
||
289 | |||
290 | * Defect #37635: Respect Role#consider_workflow? when checking for allowed status transitions |
||
291 | * Patch #37636: Ignore statuses if workflow only defines identity transition |
||
292 | |||
293 | h3. [News] |
||
294 | |||
295 | * Feature #2631: Add breadcrumbs to news pages |
||
296 | |||
297 | h3. [PDF export] |
||
298 | |||
299 | * Feature #38368: WebP images support in PDF output |
||
300 | |||
301 | h3. [Performance] |
||
302 | |||
303 | * Patch #29171: Add an index to improve the performance of issue queries involving custom fields |
||
304 | * Patch #37057: Query optimization for attachments activity |
||
305 | * Patch #37528: Don't load changesets when IssuesController#show processes API requests without "include=changesets" |
||
306 | * Patch #37687: Retrieve attachments with a single query when rendering a journal |
||
307 | * Patch #38146: Fix all performance-related RuboCop offenses |
||
308 | * Patch #38198: Improve MySQL query plan for Project#project_condition |
||
309 | * Patch #38319: Optimize IssueQuery#sql_for_assigned_to_role_field for PostgreSQL performance |
||
310 | * Patch #38474: Preload default_status when listing trackers |
||
311 | |||
312 | h3. [Permissions and roles] |
||
313 | |||
314 | * Feature #37807: Allow access to /robots.txt even if logins are required |
||
315 | * Feature #38048: Introduce permission to set a project public |
||
316 | |||
317 | h3. [Plugin API] |
||
318 | |||
319 | * Defect #31116: Database migrations don't run correctly for plugins when specifying the `VERSION` env variable |
||
320 | * Defect #38707: Fix order of loading plugins' config/routes.rb |
||
321 | * Feature #38730: Generate snake-case file name by redmine_plugin_migration |
||
322 | |||
323 | h3. [REST API] |
||
324 | |||
325 | * Defect #38668: Unable to retrieve custom fields set as "For all projects" via Projects API |
||
326 | * Feature #37617: Add description field to custom fields API |
||
327 | * Feature #39113: Add missing Homepage attribute in Projects API response |
||
328 | |||
329 | h3. [Rails support] |
||
330 | |||
331 | * Feature #38216: Add template filenames as comments to HTML output in development mode |
||
332 | |||
333 | h3. [Roadmap] |
||
334 | |||
335 | * Feature #36679: Export a version as changelog text |
||
336 | |||
337 | h3. [Ruby support] |
||
338 | |||
339 | * Feature #37159: Drop Ruby 2.5 support |
||
340 | * Feature #38099: Add Ruby 3.2 support |
||
341 | * Feature #38134: Drop Ruby 2.6 support |
||
342 | |||
343 | h3. [SCM] |
||
344 | |||
345 | * Feature #35432: Git: View annotation prior to the change |
||
346 | |||
347 | h3. [Search engine] |
||
348 | |||
349 | * Feature #38459: Support "My bookmarks" in the search |
||
350 | * Feature #38481: Further narrow search results with issues filter |
||
351 | |||
352 | h3. [Text formatting] |
||
353 | |||
354 | * Feature #34863: Change default text formatter for new installations from textile to common_mark |
||
355 | * Patch #36807: Remove CommonMark experimental flag and mark as deprecated the RedCarpet Markdown |
||
356 | |||
357 | h3. [Third-party libraries] |
||
358 | |||
359 | * Feature #39400: Migrate Stylelint to 15.11.0 |
||
360 | * Patch #37538: Update Chart.js to 3.9.1 |
||
361 | * Patch #38162: Update jQuery UI Datepicker i18n files to 1.13.2 |
||
362 | |||
363 | h3. [Time tracking] |
||
364 | |||
365 | * Feature #10314: Make the only enabled activity in a project the default one for time entry |
||
366 | * Feature #27821: "Issue's subject" filter for spent time |
||
367 | * Feature #29286: Add default spent time activity per role |
||
368 | * Feature #37623: Add Parent task filter and column to Spent time |
||
369 | |||
370 | h3. [Translations] |
||
371 | |||
372 | * Defect #38477: Fix the English and Japanese translations of field_last_login_on |
||
373 | * Defect #38871: Fix mistranslation of label_board_sticky in Spanish translation |
||
374 | * Feature #34924: Add Tamil language support |
||
375 | * Feature #36938: Update translations of field_principal to User or Group |
||
376 | * Patch #32435: Change Russian translation for "Submit" |
||
377 | |||
378 | h3. [UI] |
||
379 | |||
380 | * Feature #1069: Open Help in a separate tab |
||
381 | * Feature #36908: Improve wording on password change form |
||
382 | * Feature #38231: Limit the year to 4 digits in date input |
||
383 | * Patch #38449: Align buttons in modal dialogs to the left instead of right |
||
384 | |||
385 | h3. [UI - Responsive] |
||
386 | |||
387 | * Patch #38360: Do not apply table-layout:fixed in potentially wide tables of detailed issue reports |
||
388 | |||
389 | h3. [Wiki] |
||
390 | |||
391 | * Defect #34634: Deletion of project wiki leaves the project wiki inaccessible (404) until module reactivation |