Project

General

Profile

Changelog 4 1 » History » Version 1

Jean-Philippe Lang, 2019-12-20 13:21

1 1 Jean-Philippe Lang
h1. Changelog 4.1.x
2
3
h2. version:4.1.0 (2019-12-20)
4
5
h3. [Accounts / authentication]
6
7
* Feature #4221: Force passwords to contain specified character classes
8
* Feature #9112: Libravatar and Gravatar-compatible servers support
9
* Feature #26127: Display user logins on profiles
10
11
h3. [Administration]
12
13
* Defect #29601: Redmine::VERSION::revision may return wrong value
14
* Feature #8343: Add wiki toolbar to "Email header" and "Email footer" in "Email notifications" admin tab
15
* Feature #30853: Show warning when no workflow is defined for the role
16
* Feature #30916: Show warning when no tracker uses the status in the workflows
17
* Feature #31154: Reject setting RFC non-compliant emission email addresses
18
* Feature #31361: Include a reason in the error message when an issue status cannot be deleted
19
* Feature #32343: Ability to filter roles that are displayed on the permissions report
20
* Patch #29589: Set the first status as a default status in "New tracker" form
21
22
h3. [Attachments]
23
24
* Defect #32289: Don't try to generate thumbnails if convert command is not available
25
* Feature #3816: Allow pasting screenshots from clipboard
26
* Feature #22481: Show thumbnails for PDF attachments
27
* Feature #29752: Render Textile and Markdown attachments on the preview page
28
* Feature #31553: Preview .webm as video instead of audio
29
* Feature #32249: Show attachment thumbnails by default
30
* Patch #13688: Chosen thumbnail has to be bigger than requested one and not smaller
31
* Patch #30177: Thumbnail lifecycle: reuse thumbs from identical files, delete thumbs when diskfile is deleted
32
33
h3. [Calendar]
34
35
* Feature #27096: Mark non-working days in calendar view
36
37
h3. [Code cleanup/refactoring]
38
39
* Defect #30474: IssuesControllerTest#test_index_sort_by_total_estimated_hours tests practically nothing
40
* Defect #30806: TimeEntryTest#test_create_should_validate_user_id occasionally fails
41
* Defect #31053: Some issue fixtures are set inconsistent tracker id which is not available in the project
42
* Defect #31074: TimelogTest#test_default_query_setting fails depending on the language of the browser
43
* Defect #31093: Duplicate method definition: ProjectsControllerTest#test_jump_should_not_redirect_to_unknown_tab
44
* Defect #31387: Don't rescue Exception class
45
* Defect #31388: ApiTest fails if config.time_zone is set
46
* Defect #31510: Fix missing closing tags in workflows/permissions.html.erb
47
* Defect #31929: MarkdownFormatterTest#test_should_support_underlined_text is declared as private
48
* Patch #29441: Remove code related to JRuby and unsupported Ruby versions
49
* Patch #30163: Remove unnecessary tests in test/unit/initializers/patches_test.rb
50
* Patch #30276: Add missing fixtures to several tests
51
* Patch #30347: test_links_separated_with_line_break_should_link tests nothing
52
* Patch #30445: Remove unnecessary bgl and bgr wrappers from the footer
53
* Patch #30466: Remove unused i18n key "label_all_time"
54
* Patch #30994: Refactor custom field css classes
55
* Patch #31004: Decode hexadecimal-encoded literals in order to be frozen string literals friendly
56
* Patch #31034: Remove encoding magic comments
57
* Patch #31046: Remove unused method ApplicationHelper#generate_csv
58
* Patch #31059: Use #b shortcut instead of #force_encoding
59
* Patch #31088: Remove useless code in TimeEntryQuery#sql_for_activity_id_field
60
* Patch #31131: CalendarsControllerTest#test_show fails depending on the date
61
* Patch #31205: Replace jquery-rails with vanilla javascript ujs
62
* Patch #31344: Remove unused i18n key "label_please_login"
63
* Patch #31391: Small refactorization of avatar methods
64
* Patch #31402: Add support for customization by block to IssueCustomField.generate!
65
* Patch #31433: Use "icon icon-*" classes for sort-handler, collapsible fieldsets and collapsible versions
66
* Patch #31506: Remove trailing whitespaces
67
* Patch #31509: Add Rubocop to enforce some styles
68
* Patch #31555: Use Redmine::Database.mysql? instead of a regular expression
69
* Patch #31705: Add missing fixtures to AttachmentFormatVisibilityTest
70
* Patch #31865: Add missing fixtures to ImportsControllerTest
71
* Patch #31941: ThemesTest may fail if a third-party theme with a favicon is installed
72
* Patch #31965: Add missing fixtures to Redmine::ApiTest::VersionsTest
73
* Patch #31966: Add missing fixtures to Redmine::Helpers::GanttHelperTest
74
* Patch #31967: IssueCustomFieldTest randomly fails
75
* Patch #32023: Add missing fixtures to IssueStatusesControllerTest
76
* Patch #32025: mail_body method in test/test_helper.rb raises an exception if the message is not multipart
77
* Patch #32094: Remove unnecessary call to set_tmp_attachments_directory
78
* Patch #32122: Fix test failure due to missing call to set_tmp_attachments_directory
79
* Patch #32297: Remove code for unsupported versions of Rails from open_id_authentication
80
* Patch #32400: Remove unused i18n key "button_duplicate"
81
* Patch #32431: Invalid association IssueCustomField#issue_custom_values
82
* Patch #32432: Avoid class name overlap that causes TypeError on `rake test:system test`
83
84
h3. [Custom fields]
85
86
* Defect #29209: Long text custom fields don't accept values longer than 64KB if backend database is MySQL
87
* Feature #23997: Per role visibility settings for version custom fields
88
* Feature #29712: Preview and wiki toolbar for full width custom fields
89
* Feature #31159: "Create and continue" button for custom fields
90
* Feature #31444: Add  "<< me >>" option to user format issue custom fields
91
* Feature #31859: Per role visibility settings for spent time custom fields
92
* Feature #31925: Per role visibility settings for project custom fields
93
* Patch #31320: Set an appropriate default type in New custom field page depending on the current tab
94
95
h3. [Database]
96
97
* Feature #31921: Changes to properly support 4 byte characters (emoji) when database is MySQL
98
99
h3. [Documentation]
100
101
* Feature #32119: Add TOC to wiki formatting help
102
* Feature #32123: Add "Highlighted code" section in Wiki Syntax Quick Reference
103
* Feature #32169: Add links to the detailed Wiki formatting help in Quick Reference
104
* Patch #30970: Small improvements in appearance of the code coverage index page
105
* Patch #31169: Wiki syntax help for document image pasting and drag/drop embedding
106
* Patch #31327: Update CONTRIBUTING.md
107
108
h3. [Documents]
109
110
* Feature #29725: Show recent documents first when sorting documents by date
111
112
h3. [Email notifications]
113
114
* Defect #13888: Daylight savings causes inconsistency of Message-Id in emails
115
* Defect #14792: Don't add a display name and extra angle brackets in List-Id header field
116
* Defect #17096: Issue emails cannot be threaded by some mailers due to inconsistent Message-ID and References field
117
* Defect #31501: reminder.rake should ignore blank parameters
118
* Feature #5913: Authors name in from  address of email notifications
119
* Feature #10378: Don't show empty fields in email notifications
120
* Feature #13111: New setting to include the status changes in issue mail notifications subject
121
* Feature #13307: Start date and due date in email notifications
122
* Feature #17840: Option to send email notification on "Target version updated"
123
* Feature #22771: Option to send email notifications while importing issues from CSV files
124
* Feature #31104: Show the total number of open issues in a reminder
125
* Feature #31225: Show the number of days left until the due date in reminders
126
* Feature #31910: Add additional mail headers for issue tracker
127
128
h3. [Email receiving]
129
130
* Defect #31232: Text may unexpectedly be enclosed in pre tags when an issue is created via HTML email
131
* Defect #31549: LF line terminators cause misparse of a multi-part email when rdm-mailhandler.rb is invoked from /etc/aliases
132
* Defect #31695: Convert HTML links to Textile/Markdown links when creating an issue from an email
133
* Defect #31946: No log message when MailHandler ignored a reply to a nonexistent issue, journal, or message
134
* Feature #17699: Parse author's name enclosed in parentheses in the From field when creating a user account from an email
135
* Feature #19903: Change textfield to textarea for "Exclude attachments by name"
136
* Feature #30838: Option to parse HTML part of multipart (HTML) emails first
137
* Feature #31231: Better handling of HTML tables when creating an issue from an email
138
* Patch #31324: Allow to set is_private flag through a keyword in emails
139
* Patch #31899: Improve MailHandler logging for unauthorized attempts
140
141
h3. [Gantt]
142
143
* Feature #6417: Allow collapse/expand in gantt chart
144
* Feature #14654: Allow a bigger range for the gantt timeline
145
* Feature #27672: Show selected columns in gantt chart
146
* Feature #31373: Previous and next month links in gantt
147
148
h3. [Gems support]
149
150
* Defect #31657: Update capybara (~> 3.25.0)
151
* Defect #32223: Disable sprockets to avoid Sprockets::Railtie::ManifestNeededError raised by sprockets 4.0.0
152
* Feature #29946: Update i18n gem (~> 1.6.0)
153
* Feature #30492: Replace RMagick with MiniMagick
154
* Feature #30963: Update simplecov gem (~> 0.17.0)
155
* Feature #31911: Update request_store gem to 1.4
156
* Patch #31126: Update sqlite3 gem (~> 1.4.0)
157
* Patch #31556: Update Rouge to 3.12.0
158
* Patch #31611: Update csv gem (~> 3.1.1)
159
* Patch #31847: Update redcarpet to 3.5.0
160
* Patch #31877: Update rbpdf (~> 1.20.0)
161
* Patch #31919: Update roadie-rails gem (~> 2.1.0)
162
163
h3. [Groups]
164
165
* Feature #12796: Display user's groups on profile
166
167
h3. [Hook requests]
168
169
* Patch #7975: Hook for adding content to the side bar of Wiki page
170
171
h3. [I18n]
172
173
* Defect #5820: Hard-coded string "no subject" in app/models/mail_handler.rb
174
175
h3. [Importers]
176
177
* Defect #21766: CSV import does not keep the project it was clicked from
178
* Feature #28213: Support external ID when importing issues
179
* Feature #28234: Add CSV Import for Time Entries
180
* Feature #31450: Support "YYYY/MM/DD" date format when importing issues
181
182
h3. [Issues]
183
184
* Defect #28502: Support issue[assigned_to_id]=me when prefilling issues
185
* Feature #442: Add a description for trackers
186
* Feature #3058: Show issue history using tabs
187
* Feature #22368: Ability to add private comments from the issue bulk edit page
188
* Feature #25540: Unify fields of subtasks and related issues on issue page
189
* Feature #31418: Stacked bar charts in the issue details report
190
* Feature #31427: Insert a link to the source to the attribution line when quoting a note or a message
191
* Feature #31499: Show "Due in X days" in issue details page
192
* Patch #28138: Add link to add a new issue on the version page
193
* Patch #31493: Add a link to project_issues_report from project_issues_report_details
194
* Patch #31994: Allow issue auto complete to return 10 issues when there is not search term provided
195
196
h3. [Issues filter]
197
198
* Defect #32546: Issue relations filter lacks "is not"
199
* Feature #13803: Implement grouping issues by date (start, due, creation, update, closing dates)
200
* Feature #16904: Add anonymous user to users list in query filters
201
* Feature #26826: Issue filtering by spent time
202
* Feature #30482: Multiple issue ids in "Parent task" filter
203
* Feature #30808: Multiple issue ids in "Subtasks" filter
204
* Feature #31328: Change the "+" button in the issues filter to a larger one
205
* Feature #31879: "starts with" and "ends with" filter operators for string values
206
* Patch #4502: New date filter operators: tomorrow, next week, next month
207
* Patch #25265: QueriesController can not handle subclass of IssueQuery
208
209
h3. [Issues list]
210
211
* Defect #29581: Issues in paginated views may be lost because sorting criteria are not unique
212
* Feature #19371: Add a new query column for the parent task subject
213
* Feature #26081: Allow full_width_layout long-text custom fields to appear in the issue list like 'Description' (as a block column)
214
* Patch #31280: Left align long text custom fields in the issues list
215
216
h3. [My page]
217
218
* Feature #30975: New My page block: Updated issues
219
220
h3. [PDF export]
221
222
* Patch #30162: Wiki page collapse block image is not displayed in exported PDF
223
224
h3. [Performance]
225
226
* Feature #26561: Enable frozen string literals
227
* Patch #28940: Use Regexp#match? to reduce allocations of MatchData object
228
* Patch #30249: Performance improvement when rendering news or calendar block on My page
229
* Patch #30828: Refactor GitAdapter#default_branch not to unnecessarily iterate through all elements
230
* Patch #31855: Speed up workflow edit page rendering
231
232
h3. [Permissions and roles]
233
234
* Defect #17219: Rename label for "Issues can be assigned to this role"
235
* Defect #30431: Useless "Delete issues" tracker permission is shown on the role page for Anonymous and Non-member
236
* Feature #1248: New Permission:  Edit own issues
237
* Patch #27625: Increase maximum size for role name
238
239
h3. [Plugin API]
240
241
* Patch #27659: redmine_plugin_model_generator improvements(fixes and timestamps)
242
* Patch #31110: Raise an exception if the plugin directory name differs from the plugin id
243
* Patch #31457: Add support for reloading plugin assets automatically in development mode
244
* Patch #31485: Add support for :sql ActiveRecord::Base.schema_format in redmine:plugins:migrate
245
* Patch #31498: Add redmine_plugin_migration generator
246
* Patch #31746: Add redmine:plugins:test:system task
247
248
h3. [Project settings]
249
250
* Defect #27101: Project identifier model constraint doesn't match with text_project_identifier_info and JS-generated identifiers
251
* Feature #22090: Make project settings more accessible
252
* Feature #31032: Display details about inheritance when editing a member roles
253
* Patch #30203: Add links to administration pages in project settings
254
255
h3. [Projects]
256
257
* Feature #29482: Query system for Projects page
258
* Feature #31355: Bookmarks and recently used projects for the project jump box
259
* Feature #32306: Add a link to projects administration page on projects page
260
* Patch #31356: replace icon-fav with icon-user for 'my projects'
261
* Patch #31465: Add an icon linked to trackers detail report on the project overview page
262
263
h3. [REST API]
264
265
* Defect #30073: Ajax Request Returns 200 but an error event is fired instead of success
266
* Feature #26237: Support wiki_page_title attribute in Versions REST API
267
* Feature #30086: Use HTTP status code 403 instead of 401 when REST API is disabled
268
* Feature #31559: Support "active" attribute in Enumerations REST API
269
* Feature #32002: Add inherit_members to projects API response
270
* Feature #32242: Add estimated hours and spent hours to Versions API
271
* Patch #13468: REST API for News
272
* Patch #31399: make /my/account endpoint accessible through API
273
274
h3. [Roadmap]
275
276
* Defect #30949: Roadmap shows 100%, but one of its tasks is still set to 90%
277
* Patch #28510: Show issue assignee gravatar in roadmap and version page
278
* Patch #29391: Show version status in Roadmap and Version pages
279
* Patch #31424: Add issue css classes to issue rows in Roadmap and Version pages
280
281
h3. [Ruby support]
282
283
* Defect #30967: "rake test:coverage" fails in Ruby 2.5 and 2.6
284
* Feature #30356: Drop Ruby 2.2 support
285
286
h3. [SCM]
287
288
* Defect #16881: Git: repository page crashes when non-ascii character in tag or branch name
289
290
h3. [Text formatting]
291
292
* Defect #30259: URLs end with "-" are rendered incorrectly in Textile
293
* Feature #29489: Issue macro for flexible linking to issues
294
* Feature #30829: Simpler link syntax "#note-123" to make a link to a note of the current issue
295
* Patch #32359: Markdown: Fix sections parsing with code blocks
296
297
h3. [Third-party libraries]
298
299
* Feature #31196: Updates jQuery to 2.2.4 and adds jQuery Migrate library
300
* Feature #31434: Update Chart.js to 2.8.0
301
* Feature #31436: Update raphael.js to 2.3.0
302
303
h3. [Time tracking]
304
305
* Feature #3322: Setting to restrict spent times on future dates
306
* Feature #3848: Permission to log time for another user
307
* Feature #5061: Show time log entries in issue history
308
* Feature #30233: Allow grouping of time entries by creation date
309
* Feature #30346: Add "Target Version" to the list of "Available columns" in "Spent time" Tab
310
* Feature #30464: Show estimated hours on the overview page as well as spent hours
311
312
h3. [Translations]
313
314
* Defect #31269: Fix Japanese translation for status_locked
315
* Defect #32354: Fix inconsistent capitalization in Italian translation
316
* Patch #10702: Change "Create and Continue" translation to "Create and add another"
317
* Patch #29142: Japanese translation change for "lost password"
318
* Patch #29151: Add honorific suffixes ("san") in Japanese translation
319
* Patch #30170: Change Japanese translation for "note"
320
* Patch #31256: german translation for missing parts
321
* Patch #31260: Improvement of Japanese translation for permission names
322
* Patch #32358: Fix incomplete Italian translation for notice_successful keys
323
324
h3. [UI]
325
326
* Defect #27330: "Name" field in the 'edit version' form has no "maxlength"
327
* Defect #30467: Footer is not placed at the bottom on pages with little content
328
* Defect #31496: Switch between toggle plus and minus icons for toggle multi select
329
* Feature #6831: Add different style for group names in the New member modal window
330
* Feature #23392: Link to remove a subtask from its parent task
331
* Feature #30207: Hide menu item in the cross-project menu if the module is not enabled in any project
332
* Feature #31294: Add "robohash" to "Default Gravatar image" options
333
* Feature #31989: Inline issue auto complete (#) in fields with text-formatting enabled
334
* Feature #32052: Auto-complete issues #id in search form
335
* Patch #5899: Display user's gravatar when editing profile
336
* Patch #26604: Set a random name attribute on all forms to prevent overwritten values after soft reload with Firefox
337
* Patch #26646: Remove hardcoded width in query column selects
338
* Patch #29289: Wrap subprojects in the overview section with an unordered list to improve customisation
339
* Patch #30168: Wrap "splitcontentright" and "splitcontentleft" containers with a flexbox
340
* Patch #30294: Move the links (View all issues, Summary, Import) from the Issues section of the issues list sidebar under a dropdown
341
* Patch #30421: Issue tracking table on user profile page
342
* Patch #30435: Replace float rules with flexbox for content and sidebar block
343
* Patch #31022: Always use HTTPS when accessing gravatar.com
344
* Patch #31066: Show projects using a table instead of an unordered list in the user profile page
345
* Patch #31147: Add custom styles for all fields
346
* Patch #31204: Add hover styles to buttons
347
* Patch #31343: Visually distinguishable style for code tag
348
* Patch #31441: Show elements titles using jQuery UI tooltips
349
* Patch #31598: Move the links (All time entries, Import) from Spent time section of the spent time list sidebar under a dropdown
350
* Patch #31640: Add clear query icon next to selected query in sidebar
351
* Patch #31697: Show closed date in a tooltip if the issue is closed
352
* Patch #31950: Add CSS class to "journal" and "reply" headers
353
* Patch #31971: Change the color of the input field frame when in focus
354
* Patch #32013: Rounded corners of the main menu
355
* Patch #32014: Rounded corners on table.list elements
356
* Patch #32015: Rounded corners of "my page" blocks
357
* Patch #32037: Constrain sidebar width on different resolutions
358
* Patch #32165: Rounded corners on table.cal
359
360
h3. [Wiki]
361
362
* Defect #11359: Wiki diff doesn't keep spaces
363
* Defect #20910: Hierarchy in TOC is not preserved when Wiki index is exported to HTML
364
* Feature #9634: Show locked badge for locked wiki pages