Changelog 4 2 » History » Version 2
Go MAEDA, 2021-04-26 16:23
1 | 1 | Go MAEDA | h1. Changelog 4.2.x |
---|---|---|---|
2 | |||
3 | 2 | Go MAEDA | h2. version:4.2.1 (2021-04-26) |
4 | |||
5 | h3. [Accounts / authentication] |
||
6 | |||
7 | * Defect #35087: Users without two-factor authentication enabled cannot sign out when two-factor authentication is required |
||
8 | * Defect #35135: FrozenError when new LDAP users try to login |
||
9 | |||
10 | h3. [Activity view] |
||
11 | |||
12 | * Defect #34933: Atom feed of the activity page does not contain items after the second page |
||
13 | |||
14 | h3. [Attachments] |
||
15 | |||
16 | * Defect #34999: The result of Attachment.latest_attach is unstable if attachments have the same timestamp |
||
17 | |||
18 | h3. [Custom fields] |
||
19 | |||
20 | * Defect #35115: Time entries are broken if grouped by project and issue custom fields |
||
21 | |||
22 | h3. [Email receiving] |
||
23 | |||
24 | * Defect #35100: MailHandler raises NameError exception when generating error message |
||
25 | |||
26 | h3. [Importers] |
||
27 | |||
28 | * Defect #35131: Issue import - allow auto mapping for Unique ID and relation type fields |
||
29 | |||
30 | h3. [Issues] |
||
31 | |||
32 | * Defect #34921: Do not journalize attachments that are added during a "Copy Issue" operation |
||
33 | * Defect #34982: Cannot change the default version and default assignee under settings |
||
34 | |||
35 | h3. [Performance] |
||
36 | |||
37 | * Patch #35034: Improve loading speed of workflow page |
||
38 | |||
39 | h3. [REST API] |
||
40 | |||
41 | * Defect #35039: API create issue relation method returns undefined method `split' when issue id is sent as integer |
||
42 | |||
43 | h3. [Roadmap] |
||
44 | |||
45 | * Defect #34983: Roadmap tab is missing if there are only inherited from parent project versions |
||
46 | |||
47 | h3. [Security] |
||
48 | |||
49 | * Defect #34367: Allowed filename extensions of attachments can be circumvented |
||
50 | * Defect #35045: Mail handler bypasses add_issue_notes permission |
||
51 | * Defect #35085: Arbitrary file read in Git adapter |
||
52 | |||
53 | h3. [Text formatting] |
||
54 | |||
55 | * Defect #34894: User link using @ not working at the end of line |
||
56 | |||
57 | h3. [UI] |
||
58 | |||
59 | * Defect #34998: Cannot open journal dropdown menu after editing note |
||
60 | |||
61 | |||
62 | 1 | Go MAEDA | h2. version:4.2.0 (2021-03-28) |
63 | |||
64 | h3. [Accounts / authentication] |
||
65 | |||
66 | * Defect #33601: Additional email addresses are not displayed in user profile page |
||
67 | * Feature #1237: Add support for two-factor authentication |
||
68 | * Feature #3369: Allowed/Disallowed email domains settings to restrict users' email addresses |
||
69 | * Feature #32998: Change the default value for "Default Gravatar image" to "Identicons" |
||
70 | * Feature #33126: Support custom fields when exporting users to CSV |
||
71 | * Feature #33347: Include updated_on and passwd_changed_on columns when exporting users to CSV |
||
72 | * Feature #34241: Include twofa_scheme (two-factor scheme) column when exporting users to CSV |
||
73 | * Patch #34071: handle AuthSourceExceptions in User.try_to_login |
||
74 | |||
75 | h3. [Activity view] |
||
76 | |||
77 | * Feature #1422: Date selection for Activity Page |
||
78 | * Feature #32248: Change the default value for "Days displayed on project activity" setting to 10 |
||
79 | * Feature #33602: Add an interface to filter activities by user |
||
80 | * Feature #33692: Improved view of the activity page |
||
81 | |||
82 | h3. [Administration] |
||
83 | |||
84 | * Feature #32672: Add Check all / Uncheck all button to filters in permissions report |
||
85 | * Feature #34258: Create tracker by copy |
||
86 | * Feature #34307: Create custom field by copy |
||
87 | |||
88 | h3. [Attachments] |
||
89 | |||
90 | * Defect #33357: rendering extra "--" footer of git patch attachment |
||
91 | * Feature #7056: Download all attachments at once |
||
92 | * Feature #18555: Show warning when attempting to attach more than the allowed number of attachments |
||
93 | |||
94 | h3. [Calendar] |
||
95 | |||
96 | * Defect #32194: Calendar page lacks buttons to manage custom queries |
||
97 | |||
98 | h3. [Code cleanup/refactoring] |
||
99 | |||
100 | * Defect #33392: Fix invalid selector in function displayTabsButtons() |
||
101 | * Defect #33562: Some tests in ApplicationHelperTest are declared as private |
||
102 | * Patch #32054: Add test for 4 byte characters (emoji) support |
||
103 | * Patch #32653: Fix random test failure due to missing call to set_tmp_attachments_directory in WikiControllerTest |
||
104 | * Patch #32813: Clean up toggleMultiSelect js function |
||
105 | * Patch #32888: Use stylelint to avoid errors and enforce conventions in CSS files |
||
106 | * Patch #32890: Fix violations reported by Stylelint |
||
107 | * Patch #32924: tmp/pdf directory is no longer necessary |
||
108 | * Patch #32927: CSS selector in test_index_should_show_warning_when_no_workflow_is_defined is too specific |
||
109 | * Patch #32929: Add missing fixtures to AttachmentsControllerTest |
||
110 | * Patch #32937: test_revisions_latin_1_identifier should be skipped on Windows |
||
111 | * Patch #33069: Update copyright year in source files to 2021 |
||
112 | * Patch #33226: Skip thumbnail tests if ImageMagick convert command is not available |
||
113 | * Patch #33268: Add missing test: ProjectCustomField creation |
||
114 | * Patch #33315: IssuesSystemTest#test_bulk_watch_issues_via_context_menu randomly fails due to Capybara clicks out out of context menu |
||
115 | * Patch #33342: Remove unused i18n key "label_overall_activity" and "label_overall_spent_time" |
||
116 | * Patch #33367: Use more efficient "exists?" instead of "first" in tests when checking the existence of rows |
||
117 | * Patch #33376: Add missing fixtures to VersionsHelperTest |
||
118 | * Patch #33384: jQuery: replace deprecated size() method with length |
||
119 | * Patch #33393: Remove unused i18n key "notice_no_issue_selected" |
||
120 | * Patch #33567: Fix typo in watchers_controller.rb |
||
121 | * Patch #33700: Add missing fixture to Redmine::ApiTest::ProjectsTest |
||
122 | * Patch #33728: Remove an unused variable in Query#add_chained_custom_field_filters |
||
123 | * Patch #33785: Add missing fixture to TimelogControllerTest |
||
124 | * Patch #33786: Add missing fixture to UsersControllerTest |
||
125 | * Patch #34119: Fix selenium chrome options so files are downloaded to tmp/downloads in system tests |
||
126 | * Patch #34122: Store inline autocomplete data sources in a JS variable |
||
127 | * Patch #34166: Fix wrong comment for Mailer.deliver_lost_password |
||
128 | * Patch #34169: MessagesControllerTest#test_post_new randomly fails |
||
129 | * Patch #34269: Allow system tests to run on remote Selenium hub (eg: Docker) |
||
130 | * Patch #34321: Add missing fixtures to AttachmentsControllerTest |
||
131 | * Patch #34444: Remove unused key :preview from Redmine::AccessKeys::ACCESSKEYS |
||
132 | * Patch #34492: Fix passing a wrong parameter to assert_select in API test for 'GET /users/:id' |
||
133 | * Patch #34745: Remove unused i18n key "text_min_max_length_info" |
||
134 | * Patch #34750: Remove unsupported encodings ISO-2022-KR and ISCII91 from Setting::ENCODINGS |
||
135 | * Patch #34789: Fix misplaced comment in config/settings.yml |
||
136 | |||
137 | h3. [Custom fields] |
||
138 | |||
139 | * Defect #5354: Updating custom fields does not trigger update to "updated_on" field in the customized object |
||
140 | * Defect #33930: 500 error when attempting to create custom field enumeration with empty name |
||
141 | * Feature #30776: Drag and drop file upload to file type custom field |
||
142 | * Feature #32783: Redirect to index page instead of edit page after creating a new custom field |
||
143 | |||
144 | h3. [Documentation] |
||
145 | |||
146 | * Defect #32795: Remove RubyGems from Requirements in doc/INSTALL |
||
147 | * Patch #33208: `--without rmagick` option for bundle command is no longer necessary |
||
148 | |||
149 | h3. [Email notifications] |
||
150 | |||
151 | * Feature #16006: Include attachments in forum post notifications |
||
152 | * Feature #32628: Notify users about high issues (only) |
||
153 | * Feature #33002: Include attachments in news post notifications |
||
154 | * Feature #33099: Add a link to the issues list in reminder email |
||
155 | * Feature #33834: Show open/closed badge in email notifications |
||
156 | * Feature #34787: Ability to set default value for "I don't want to be notified of changes that I make myself" |
||
157 | |||
158 | h3. [Email receiving] |
||
159 | |||
160 | * Feature #34794: Allow newlines and quote characters within mail body delimiters |
||
161 | |||
162 | h3. [Feeds] |
||
163 | |||
164 | * Feature #15212: Atom feed on project with subprojects should show in article title the name of the project |
||
165 | |||
166 | h3. [Filters] |
||
167 | |||
168 | * Feature #33296: Load default custom queries when running redmine:load_default_data rake task |
||
169 | |||
170 | h3. [Forums] |
||
171 | |||
172 | * Defect #32156: No left padding for first level entries in discussion board list |
||
173 | * Feature #3390: Ability to add watchers to forum threads |
||
174 | |||
175 | h3. [Gems support] |
||
176 | |||
177 | * Patch #32453: Update capybara (~> 3.31.0) |
||
178 | * Patch #32468: Update Rouge to 3.26.0 |
||
179 | * Patch #32530: Update RuboCop to 1.12 |
||
180 | * Patch #32531: Update RuboCop Rails to 2.9 |
||
181 | * Patch #32763: Update mini_magick to 4.11 |
||
182 | * Patch #32782: Update pg gem (~> 1.2.2) |
||
183 | * Patch #32805: Update request_store to 1.5 |
||
184 | * Patch #32841: Drop support for Bundler prior to 1.12.0 |
||
185 | * Patch #32906: Update i18n (~> 1.8.2) |
||
186 | * Patch #32950: Update simplecov to 0.18 |
||
187 | * Patch #34159: Update RuboCop Performance to 1.10 |
||
188 | * Patch #34339: Update net-ldap to 0.17 |
||
189 | * Patch #34443: Update roadie-rails to 2.2 |
||
190 | * Patch #34579: Use 'webdrivers' gem to manage the Chrome driver for system tests |
||
191 | * Patch #34969: Remove dependency on MimeMagic |
||
192 | |||
193 | h3. [Hook requests] |
||
194 | |||
195 | * Patch #34072: Hook after plugins were loaded |
||
196 | |||
197 | h3. [I18n] |
||
198 | |||
199 | * Defect #33186: field_activity should be used rather than label_activity in the context of time tracking |
||
200 | * Defect #33232: Hard-coded error messages in ApplicationController |
||
201 | * Defect #33426: Error messages for Wiki macros are not internationalized |
||
202 | * Patch #33741: Decimal separator for Dutch locale should be a comma |
||
203 | |||
204 | h3. [Importers] |
||
205 | |||
206 | * Feature #22913: Auto-select fields mapping in Importing |
||
207 | * Feature #28198: Support issue relations when importing issues |
||
208 | * Feature #33102: Import user accounts from CSV file |
||
209 | * Feature #34762: Display more detailed error message when attempting to import malformed CSV file |
||
210 | |||
211 | h3. [Issues] |
||
212 | |||
213 | * Defect #10084: Disabled trackers of subprojects are listed in project overview |
||
214 | * Defect #32125: Issues autocomplete may not find issues with a subject longer than 60 characters |
||
215 | * Defect #32471: Layout of the custom field edit page is different between the single edit page and the batch edit page |
||
216 | * Defect #33255: Issue auto complete doesn't work for custom fields with text formatting enabled on issue bulk edit page |
||
217 | * Defect #33419: Show only valid projects on issue form when the issue is a subtask |
||
218 | * Defect #34185: Trackers of subprojects are not displayed in the Issue summary page |
||
219 | * Feature #4511: Allow adding user groups as watchers for issues |
||
220 | * Feature #28471: Query links for subtasks on issue page |
||
221 | * Feature #31881: Add "behind-schedule" CSS class to issues |
||
222 | * Feature #33254: Show open/closed badge on issue page |
||
223 | * Feature #33418: Bulk addition of related issues |
||
224 | * Feature #33832: Move the "Private" badge next to the "Open/Closed" badge |
||
225 | * Feature #34303: Allow to add subtask from context menu |
||
226 | * Feature #34798: Show project tree instead of subprojects in the project selector when you create a new issue |
||
227 | * Patch #33329: Improve watchers functionality to mark the users that are watching a non visible object and to not return watchers that cannot see the object |
||
228 | * Patch #33437: Add missing icon class to items with icon-checked class in the context menu |
||
229 | |||
230 | h3. [Issues filter] |
||
231 | |||
232 | * Feature #34700: Allow to use watch_by filter in the global issues list |
||
233 | |||
234 | h3. [Issues list] |
||
235 | |||
236 | * Feature #32240: Add download buttons in Files columns of the issues list |
||
237 | |||
238 | h3. [Performance] |
||
239 | |||
240 | * Defect #33289: Updating time tracking activities in project setting may take too long time |
||
241 | * Patch #33244: Replace "**" method with bitwise left shift in Tracker#disabled_core_fields and Tracker#core_fields |
||
242 | * Patch #33664: evaluate acts_as_activity_provider's scope lazily |
||
243 | * Patch #34150: Use match? instead of =~ when MatchData is not used |
||
244 | * Patch #34153: Use sum instead of inject(0, :+) |
||
245 | * Patch #34160: Replace Hash#merge! with Hash#[]= |
||
246 | * Patch #34161: Replace gsub with tr, delete, or squeeze |
||
247 | * Patch #34399: Use sum { ... } instead of map { ... }.sum |
||
248 | |||
249 | h3. [Permissions and roles] |
||
250 | |||
251 | * Feature #13767: Export permissions report to CSV |
||
252 | * Feature #33945: Allow normal users to delete projects with permission |
||
253 | |||
254 | h3. [Plugin API] |
||
255 | |||
256 | * Defect #33290: Unnecessary database access when IssueQuery class is defined |
||
257 | * Patch #33453: Add plugin CSS classes to plugin settings views |
||
258 | |||
259 | h3. [Project settings] |
||
260 | |||
261 | * Defect #34032: Project settings tab contains two items with the same id |
||
262 | |||
263 | h3. [Projects] |
||
264 | |||
265 | * Defect #33733: No trackers are selected for new projects |
||
266 | * Feature #32818: Add a system setting for default results display format of project query |
||
267 | * Feature #32944: Always preserve the tree structure in the project jump box |
||
268 | * Feature #33174: Show groups in members box on project overview page |
||
269 | |||
270 | h3. [Rails support] |
||
271 | |||
272 | * Patch #34966: Update Rails to 5.2.5 |
||
273 | |||
274 | h3. [REST API] |
||
275 | |||
276 | * Defect #11870: Users can delete their own accounts unconditionally via REST API |
||
277 | * Defect #30121: Projects API should not return invisible trackers |
||
278 | * Feature #22008: Associated Revision API |
||
279 | * Feature #33301: Add option to include enabled issue custom fields in projects#show API response |
||
280 | * Feature #33592: Include updated_on and passwd_changed_on columns in users API response |
||
281 | * Feature #34242: Include two-factor authentication scheme in users API response |
||
282 | |||
283 | h3. [Rails support] |
||
284 | |||
285 | * Patch #32886: Rails 6: Use #media_type instead of #content_type to test the MIME type of a response |
||
286 | * Patch #32887: Rails 6: Use "render template:" instead of "render file:" in app/views/layouts/admin.html.erb |
||
287 | * Patch #32911: Rails 6: Fix deprecation warning "Class level methods will no longer inherit scoping" |
||
288 | |||
289 | h3. [Roadmap] |
||
290 | |||
291 | * Defect #32860: Invalid links to versions with sharing in project tree |
||
292 | * Feature #7956: Show Roadmap tab when subprojects have defined versions |
||
293 | |||
294 | h3. [Ruby support] |
||
295 | |||
296 | * Feature #31500: Ruby 2.7 support |
||
297 | * Feature #34142: Drop Ruby 2.3 support |
||
298 | |||
299 | h3. [Security] |
||
300 | |||
301 | * Defect #34950: SysController and MailHandlerController are vulnerable to timing attack |
||
302 | |||
303 | h3. [SCM] |
||
304 | |||
305 | * Defect #23055: Error with Fetch commits with Mercurial repository when log has invalid char |
||
306 | * Defect #27790: mercurial: error of double quotes in branch and tag names |
||
307 | * Defect #32153: Repository browser does not render previews for audio/video files |
||
308 | * Feature #8875: Allow manually fetching changesets |
||
309 | * Feature #34942: Support for Git repositories with default branch "main" |
||
310 | * Patch #32835: Make breadcrumbs of repository browser copy-paste friendly |
||
311 | |||
312 | h3. [SEO] |
||
313 | |||
314 | * Feature #31617: robots.txt: disallow crawling dynamically generated PDF documents |
||
315 | * Feature #33658: robots.txt: disallow crawling login, register, and lost password form |
||
316 | |||
317 | h3. [Text formatting] |
||
318 | |||
319 | * Defect #27780: Case-insensitive matching fails for Unicode filenames when referring to attachments in text formatting |
||
320 | * Feature #1575: Toolbar button to insert a table |
||
321 | * Feature #1718: Table column sorting |
||
322 | * Feature #32528: Make languages in Highlighted code button in toolbar customizable |
||
323 | |||
324 | h3. [Third-party libraries] |
||
325 | |||
326 | * Feature #33383: Update jQuery to 3.5.1 |
||
327 | * Patch #33424: Update Tribute to 5.1.3 |
||
328 | |||
329 | h3. [Time tracking] |
||
330 | |||
331 | * Defect #29838: Time logging via commit message does not work when the configured activity has been overridden on the project level |
||
332 | * Defect #33952: Spent time details are displayed in incorrect order when sorted by week and date |
||
333 | * Feature #32436: Add support for grouping by issue on timelog view |
||
334 | * Feature #33256: Show wiki toolbar for spent time custom fields with text formatting enabled |
||
335 | |||
336 | h3. [Translations] |
||
337 | |||
338 | * Defect #32828: Fix typos in Russian translation |
||
339 | * Defect #32857: Fix grammatical agreement in translation for "parent issue" in pt and pt-BR |
||
340 | * Defect #34456: Fix Japanese translation for less_than_x_seconds and less_than_x_minutes |
||
341 | * Patch #32238: Improvement of the German translation |
||
342 | * Patch #32380: Change Italian translation for "news" |
||
343 | * Patch #33403: Change Japanese translation for text_file_repository_writable |
||
344 | * Patch #33763: Change Japanese translation for field_onthefly |
||
345 | * Patch #34418: Unify the translation of the word "relation" in Czech |
||
346 | * Patch #34659: Change Traditional Chinese translation for "watch" and "watcher" |
||
347 | |||
348 | h3. [UI] |
||
349 | |||
350 | * Defect #33116: Successful deletion notice is not displayed after deleting some types of content |
||
351 | * Defect #33234: Vertical scroll bar in some browsers hide content |
||
352 | * Defect #34580: Custom field labels do not contain class "error" when the field value is invalid |
||
353 | * Defect #34805: Activity tab in cross-project menu is sometimes broken |
||
354 | * Feature #28392: Improve wiki headings style |
||
355 | * Feature #29285: Add "Assign to me" shortcut to issue edit form |
||
356 | * Feature #29473: Submit a form with Ctrl+Enter / Command+Return |
||
357 | * Feature #30459: Switch edit/preview tabs with keyboard shortcuts |
||
358 | * Feature #31589: Show warning and the reason when the issue cannot be closed because of open subtasks or blocking open issue(s) |
||
359 | * Feature #31887: Update jQuery UI to 1.12.1 |
||
360 | * Feature #32764: Make form validation errors more obvious for users |
||
361 | * Feature #32976: Display avatar on add watcher dialog |
||
362 | * Feature #33167: "Add news" button in cross-project News tab |
||
363 | * Feature #33820: Auto complete wiki page links |
||
364 | * Feature #33908: Show an icon for a bookmarked project in the projects list |
||
365 | * Feature #34340: Make archived projects visually distinguishable in nested projects lists |
||
366 | * Feature #34417: Require explicit confirmation when deleting a user or a project |
||
367 | * Feature #34549: Add keyboard shortcuts for wiki toolbar buttons |
||
368 | * Feature #34703: "Copy link" feature for issue and issue journal |
||
369 | * Feature #34714: Move delete button for issues and journals to the dropdown menu |
||
370 | * Patch #34955: Update copyright year in the footer to 2021 |
||
371 | |||
372 | h3. [UI - Responsive] |
||
373 | |||
374 | * Defect #33913: Input fields of the login form are too small in height on mobile |
||
375 | |||
376 | h3. [Wiki] |
||
377 | |||
378 | * Defect #31287: Ordering wiki pages should not be case sensitive |
||
379 | * Feature #32629: Add edit button to Wiki sidebar |