Changelog 4 0 » History » Version 1
Jean-Philippe Lang, 2018-12-09 07:49
1 | 1 | Jean-Philippe Lang | h1. Changelog 4.0.x |
---|---|---|---|
2 | |||
3 | h2. version:4.0.0 (2018-12-09) |
||
4 | |||
5 | h3. [Accounts / authentication] |
||
6 | |||
7 | * Feature #28561: Add note about link validity to password lost email |
||
8 | * Patch #5957: Export users list to CSV |
||
9 | * Patch #29781: Prevent users from getting stuck with an expired password recovery token in their session |
||
10 | |||
11 | h3. [Administration] |
||
12 | |||
13 | * Defect #28920: Redmine::VERSION::revision should take subversion_command setting into account |
||
14 | * Feature #29993: Option to unarchive the project when admins visit an archived project |
||
15 | * Patch #26341: Add useful details to error message when a template is missing |
||
16 | |||
17 | h3. [Attachments] |
||
18 | |||
19 | * Feature #16410: Bulk delete wiki attachments |
||
20 | * Feature #27822: Remove filename from attachment preview links |
||
21 | * Feature #28616: Handle image orientation of attachments and thumbnails |
||
22 | * Patch #27336: Render previews for audio and video files |
||
23 | * Patch #28295: Show name changes in diff preview |
||
24 | * Patch #29190: Add link to container on attachment preview |
||
25 | * Patch #29395: Pagination between repository entries and attachments of the same container |
||
26 | |||
27 | h3. [Calendar] |
||
28 | |||
29 | * Feature #28067: Add context menu for issues in calendar |
||
30 | |||
31 | h3. [Code cleanup/refactoring] |
||
32 | |||
33 | * Defect #28268: Fix typo in test name: s/udpate/update/ |
||
34 | * Defect #28931: Unreachable code in QueriesControllerTest#test_bulk_copy_to_another_project |
||
35 | * Defect #29215: Fixture is missing for IssuesTest#test_create_issue_with_new_target_version |
||
36 | * Defect #29708: Wrong use of refute_includes in tests |
||
37 | * Defect #29820: Missing fixture enabled_modules in TrackerTest |
||
38 | * Defect #29883: AttachmentsVisibilityTest and Redmine::AttachmentFieldFormatTest fail randomly due to uninitialized User.current |
||
39 | * Defect #29912: Missing closing tag in app/views/roles/_form.html.erb |
||
40 | * Defect #29990: Add missing fixtures for test_create_should_send_notification |
||
41 | * Defect #30054: Add missing fixtures for test_create_with_one_attachment |
||
42 | * Defect #30120: Add missing fixture for reports_controller_test |
||
43 | * Patch #26130: Refactor "multiple_values_detail" struct creation |
||
44 | * Patch #26323: Remove ActiveRecord workaround (fixed in Rails 5) |
||
45 | * Patch #27670: Fix typo in configuration.yml.example |
||
46 | * Patch #28024: Fix typo in error message in mailer.rb |
||
47 | * Patch #28028: Remove unused method Mailer#mylogger |
||
48 | * Patch #28229: Remove unused i18n key "setting_app_subtitle" |
||
49 | * Patch #28478: Update the app name in extra/sample_plugin/init.rb: s/RedMine/Redmine/ |
||
50 | * Patch #28605: Add the missing icon class to the items with icons from the contextual menu |
||
51 | * Patch #28611: Remove unused i18n strings from locale files |
||
52 | * Patch #29160: Remove unused and broken method CustomField.visibility_condition |
||
53 | * Patch #29440: Fix typo in test name: s/highligth/highlight/ |
||
54 | * Patch #29632: Redmine::SortCriteria#normalize! does not limit properly the number of elements |
||
55 | * Patch #29710: Remove unused variable 'filter_options' from Query#add_filter |
||
56 | * Patch #30137: Remove rails-html-sanitizer from Gemfile |
||
57 | |||
58 | h3. [Custom fields] |
||
59 | |||
60 | * Defect #25726: Issue details page shows default values for custom fields that aren't actually set |
||
61 | * Patch #27024: Links on custom field values don't have "external" class |
||
62 | * Patch #29161: Avoid SQL errors when adding a project custom field as a time report criteria |
||
63 | * Patch #29189: Display custom fields on group pages |
||
64 | |||
65 | h3. [Documentation] |
||
66 | |||
67 | * Patch #28943: Remove RDoc tags |
||
68 | * Patch #28996: Update Redmine::Plugin documentation |
||
69 | |||
70 | h3. [Email notifications] |
||
71 | |||
72 | * Defect #5703: On SMTP failure, an internal error occurs and all changes to an issue are lost |
||
73 | * Defect #8157: Redmine do not send notification emails if a recipients email address is not valid |
||
74 | * Feature #26791: Send individual notification mails per mail recipient |
||
75 | * Feature #29771: Sort issues by due date in email reminders |
||
76 | * Feature #30068: Remove :async_smtp and :async_sendmail delivery methods |
||
77 | |||
78 | h3. [Email receiving] |
||
79 | |||
80 | * Defect #27810: Typo in rdm-mailhandler.rb: s/Proccessed/Processed/ |
||
81 | * Defect #27812: Typo in rdm-mailhandler.rb: s/subadress/subaddress/ |
||
82 | * Defect #29442: Vendor-defined characters in ISO-2022-JP email subject break issue's subject |
||
83 | * Feature #27070: Allow setting "Parent issue" attribute in emails |
||
84 | * Patch #27025: Regex support for excluded mail attachments |
||
85 | * Patch #28026: "project_from_subbaddress" option is not listed in the help of "rake redmine:email:receive_imap" |
||
86 | * Patch #29614: redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of receive |
||
87 | * Patch #29669: "no_notification" option is not listed in the description of email.rake |
||
88 | |||
89 | h3. [Gantt] |
||
90 | |||
91 | * Defect #13521: Gantt bars with start date and end date on the same day don't become red by overdue |
||
92 | * Feature #10485: Add new context menu in Gantt view for each issue |
||
93 | * Feature #20481: Gantt: right and left resizable panel |
||
94 | * Patch #26671: Use the new pagination style in gantt |
||
95 | * Patch #26869: Use number input field instead of text input for Gantt months field |
||
96 | * Patch #28602: Move edit and delete buttons for queries to the buttons section |
||
97 | |||
98 | h3. [Gems support] |
||
99 | |||
100 | * Defect #26066: Selenium::WebDriver doesn't work with current version of Firefox |
||
101 | * Feature #29443: Update mail gem (~> 2.7.1) |
||
102 | * Feature #29947: Update roadie gem to 3.4.0 |
||
103 | * Patch #26322: Update simplecov gem (~> 0.14.1) |
||
104 | * Patch #26503: Update nokogiri gem (~> 1.8.0) |
||
105 | * Patch #28504: Update mysql2 gem to 0.5.0 |
||
106 | * Patch #28505: Update pg gem to 1.0 |
||
107 | * Patch #28929: Update roadie-rails to ~> 1.3.0 |
||
108 | * Patch #29999: Update rdoc gem |
||
109 | |||
110 | h3. [Hook requests] |
||
111 | |||
112 | * Patch #28895: view_projects_copy_only_items hook |
||
113 | |||
114 | h3. [I18n] |
||
115 | |||
116 | * Feature #26618: Support of default ActiveRecord I18n scopes in LabelledFormBuilder |
||
117 | |||
118 | h3. [Issues] |
||
119 | |||
120 | * Defect #14846: Calculation of the start date of following issues ignores the "non-working days" setting |
||
121 | * Defect #27848: The progress exceeding 99.5% is displayed as 100% |
||
122 | * Defect #28264: Global and public custom queries are shown as editable to non administrators in projects |
||
123 | * Defect #28951: Cannot clear category field on copying an Issue |
||
124 | * Defect #29701: Custom queries are broken by updating with nil parameter values |
||
125 | * Feature #2529: Extend Issue Summary to include subprojects |
||
126 | * Feature #12704: Allow selecting subprojects on new issue form |
||
127 | * Feature #15919: Set default category assignee immediately upon category selection |
||
128 | * Feature #23518: Move action links and edit form above the history when displaying comments in reverse order |
||
129 | * Feature #26192: Option to disable automatic closing of duplicate issues |
||
130 | * Feature #26279: Allow switching the encoding to UTF-8 when exporting to CSV |
||
131 | * Patch #27772: Issues reports should show only statuses used by the project |
||
132 | * Patch #28154: Support for lastnames with spaces in user autocompleters |
||
133 | * Patch #28494: Recalculate issue priority position names if default value changed |
||
134 | |||
135 | h3. [Issues filter] |
||
136 | |||
137 | * Feature #8160: Extend watched_by_me-issue filter to include all project-members instead of only <<me>>-substitution |
||
138 | * Feature #15201: Filter "Assignee" should contain locked users |
||
139 | * Feature #28660: Change default operator for text format custom fields from "is" to "contains" |
||
140 | * Patch #26091: Allow to filter by any visible version on the global issues view |
||
141 | |||
142 | h3. [Issues list] |
||
143 | |||
144 | * Feature #27316: Highlight due date of overdue issues in the issues list |
||
145 | |||
146 | h3. [LDAP] |
||
147 | |||
148 | * Defect #24970: Net::LDAP::LdapError is deprecated |
||
149 | * Defect #28000: Deletion of an LDAP authentication mode may fail silently |
||
150 | * Feature #21923: net-ldap 0.12.0 - 0.12.1 dropped support of UTF-8 |
||
151 | * Patch #29606: Support self-signed LDAPS connections |
||
152 | |||
153 | h3. [My page] |
||
154 | |||
155 | * Feature #2471: Add my activities to my page |
||
156 | * Feature #29449: Filter out issues from closed projects in My Page blocks |
||
157 | |||
158 | h3. [PDF export] |
||
159 | |||
160 | * Defect #12510: Issues PDF export: Spent time/Float-values aren't rounded to 2 digits |
||
161 | |||
162 | h3. [Performance] |
||
163 | |||
164 | * Feature #28952: Update User#last_login_on only once per minute |
||
165 | * Patch #26711: Use pluck instead of collect/map |
||
166 | * Patch #26747: Use find_by instead of where.first to remove unnecessary sorting |
||
167 | * Patch #27671: Use reverse_each instead of reverse.each for better performance |
||
168 | * Patch #29299: Use Enumerable#sort_by instead of Enumerable#sort |
||
169 | * Patch #29305: Use Hash#each_key instead of Hash#keys.each |
||
170 | * Patch #29359: Switch to mini_mime from mime-types |
||
171 | * Patch #29363: Use String#tr instead of String#gsub |
||
172 | * Patch #29406: Use sorted instead of sort |
||
173 | |||
174 | h3. [Permissions and roles] |
||
175 | |||
176 | * Defect #26145: Don't redirect anonymous users to the login form for disabled modules |
||
177 | |||
178 | h3. [Plugin API] |
||
179 | |||
180 | * Defect #26610: Migration file generated by redmine_plugin_model generator is not compatible with Rails 5.1 |
||
181 | * Defect #28668: redmine_plugin_controller generates camelcase filename |
||
182 | * Patch #28564: JSON API responses cannot have elements named 'request' or 'response' |
||
183 | |||
184 | h3. [Project settings] |
||
185 | |||
186 | * Feature #26488: Project settings : Move issue tracking settings to their own tab |
||
187 | * Feature #26579: Project settings : remove Wiki tab |
||
188 | * Patch #27799: Mark default version in versions tab from project settings |
||
189 | |||
190 | h3. [Projects] |
||
191 | |||
192 | * Feature #10282: Copy wiki attachments on project copy |
||
193 | * Feature #20081: Filter issues and time entries by project status |
||
194 | * Patch #26621: Allow to copy documents along with projects |
||
195 | * Patch #26622: Copy version attachments (i.e. Files) along with the versions on project copy |
||
196 | |||
197 | h3. [REST API] |
||
198 | |||
199 | * Defect #28686: /users API does not accept boolean-like String values for generate_password |
||
200 | * Patch #28191: Add assignable, issues_visibility, time_entries_visibility and users_visibility to Roles API response |
||
201 | * Patch #29459: Add admin flag to users API |
||
202 | |||
203 | h3. [Rails support] |
||
204 | |||
205 | * Feature #19755: Drop protected_attributes gem |
||
206 | * Feature #23630: Migrate to Rails 5.2 |
||
207 | * Patch #28934: Support migration context for plugins |
||
208 | |||
209 | h3. [Roadmap] |
||
210 | |||
211 | * Patch #27676: Information leak on roadmap and versions view |
||
212 | |||
213 | h3. [Ruby support] |
||
214 | |||
215 | * Feature #25538: Drop support for Ruby 2.2.1 and ealier, 2.2.2+ is now required |
||
216 | * Feature #27849: Ruby 2.5 support |
||
217 | |||
218 | h3. [SCM] |
||
219 | |||
220 | * Feature #26576: Use tabs to switch between file changes and diff of a commit |
||
221 | * Patch #26391: Drop Darcs SCM support |
||
222 | * Patch #26522: Repository routing bug when file path starts with (browse|entry|raw|changes|annotate|diff)/ |
||
223 | |||
224 | h3. [SEO] |
||
225 | |||
226 | * Defect #27865: RailsBaseURI ignored while creating robots.txt |
||
227 | * Feature #27876: Add project id to robots.txt |
||
228 | * Feature #29503: Discourage search engines from indexing old versions of wiki pages |
||
229 | |||
230 | h3. [Search engine] |
||
231 | |||
232 | * Feature #26620: Change the text of the submit button on search page from button_submit to label_search |
||
233 | * Patch #30037: Allow single Chinese character as a search keyword |
||
234 | |||
235 | h3. [Text formatting] |
||
236 | |||
237 | * Defect #26443: User link syntax (user:login) doesn't work for logins consisting of an email adress |
||
238 | * Defect #26507: "attachment:filename" link syntax would not work if the file name contains "@" |
||
239 | * Defect #26708: Diff formatting results empty lines if they contains HTML tags |
||
240 | * Defect #26892: Link to user in wiki syntax only works when login is written in lower case |
||
241 | * Defect #27968: Image filename for HDPI monitors (image@2x.jpg) are misrecognized as email address |
||
242 | * Feature #22843: Change the value of "pre" button in Markdown toolbar from "~~~" to "```" |
||
243 | * Feature #24681: Syntax highlighter: replace CodeRay with Rouge |
||
244 | * Feature #26552: Allow "max-height", "max-width", "min-height" and "min-width" CSS properties in Textile |
||
245 | * Feature #28796: Make sure that inline markups inserted by wiki toolbar are surrounded by whitespaces |
||
246 | * Patch #16313: Allow to link to an anchor of the current wikipage |
||
247 | * Patch #27114: Make robust Redmine::Helpers::URL#uri_with_safe_scheme? |
||
248 | * Patch #28169: Enable and add underline button to the toolbar for Markdown formatting |
||
249 | * Patch #28207: Test improvements for footnotes formatting syntax |
||
250 | * Patch #29488: ##123 syntax for linking to issues with tracker name and subject |
||
251 | |||
252 | h3. [Time tracking] |
||
253 | |||
254 | * Feature #26356: Time entry list: set default column options |
||
255 | * Feature #26396: Timelog list : new column that contains the date when the time was logged |
||
256 | * Feature #28391: Add issue category filter and column to spent time queries |
||
257 | * Feature #29042: Add links to Users, Projects and Versions (at least) in timelog report |
||
258 | * Patch #24005: Settings to accept 0 hours time entries and for maximum hours per user and day |
||
259 | * Patch #26534: Allow project bulk edit of time entries |
||
260 | * Patch #29162: Only allow visible custom fields as aggregation criteria in time reports |
||
261 | |||
262 | h3. [Translations] |
||
263 | |||
264 | * Defect #22424: Change Russian translation for default_issue_status_feedback |
||
265 | * Defect #28160: Misleading russian translation for "Log time" button |
||
266 | * Defect #29901: Fix typo in French text_tracker_no_workflow |
||
267 | * Patch #26501: Change English translation for setting_issue_list_default_columns |
||
268 | * Patch #26514: German translation for 404-error-page is semantically not correct and misleading |
||
269 | * Patch #26591: Spanish "text_journal_changed" translate change |
||
270 | * Patch #27506: Czech translation change |
||
271 | * Patch #27768: Lithuanian "default_role_developer" translation change |
||
272 | * Patch #27926: Change Bulgarian translation for label_news_new |
||
273 | * Patch #27989: Change Galician translation for "Underline" and "Wiki link" (jstoolbar-gl.js) |
||
274 | * Patch #28279: Change German translation for not_a_regexp and setting_mail_handler_enable_regex |
||
275 | * Patch #28311: Remove unused i18n key "permission_move_issues" |
||
276 | * Patch #28321: Change Japanese translation for "in use" |
||
277 | * Patch #28493: Persian translation update and improvements |
||
278 | * Patch #28769: Change inconsistent Japanese translation for time tracking activities |
||
279 | * Patch #29115: Change Japanese translation for date filter operators |
||
280 | * Patch #29118: Change Japanese translation for text_user_mail_option |
||
281 | * Patch #29129: Use active voice instead of passive voice in Japanese translation |
||
282 | * Patch #29275: Update French translations |
||
283 | * Patch #29697: Czech translation fixes |
||
284 | * Patch #29739: Change English name for zh and zh-TW to "Chinese/Simplified" and "Chinese/Traditional" |
||
285 | |||
286 | h3. [UI] |
||
287 | |||
288 | * Defect #5593: Grey out workflow checkboxes for transitions to the same status |
||
289 | * Defect #17517: Attempting to Add a Related Issue Multiple Times Sequentially Causes 500 |
||
290 | * Defect #29607: Allow project column to break into new line in time entry table |
||
291 | * Feature #8888: Add a link / button to get back to the Issue/Time tracking screen from the "Log time" screen |
||
292 | * Feature #12221: Add "View Differences" button above wiki and repository revisions table |
||
293 | * Feature #22978: Links to issue notes should highlight the linked note |
||
294 | * Feature #26253: Render repository graphs using Chart.js instead of SVG |
||
295 | * Feature #26577: More neutral color download icon |
||
296 | * Feature #26638: Move journal action links above the notes |
||
297 | * Feature #26648: Show transparency grid when previewing images |
||
298 | * Feature #27758: Adds preview option to the wiki toolbar |
||
299 | * Feature #28330: Links to wiki headings should highlight the linked heading |
||
300 | * Feature #28413: Add CSS class to identify public projects |
||
301 | * Feature #28531: Add css to distinguish when a main menu is present or not |
||
302 | * Feature #29053: Add check/unchek all icon in "Email notifications" section on "My account" page |
||
303 | * Feature #29080: Add check/uncheck all icon in "Copy" section on copy_project page |
||
304 | * Feature #29183: Move "Latest news" above "Members" on project overview page |
||
305 | * Feature #29306: Add assignee's icon to tooltips in gantt and calendar |
||
306 | * Patch #25853: Move left bottom links from project settings above |
||
307 | * Patch #26125: Unify form#query_form on calendar/gantt views with issues/spent time views |
||
308 | * Patch #26655: Additional icon for contextmenu |
||
309 | * Patch #26662: Add border around issue history to prevent accidental deletion of an issue |
||
310 | * Patch #26674: Add CSS classes to column headers of issues and timelogs list |
||
311 | * Patch #27009: Clarify consequences of disabling the login_required setting |
||
312 | * Patch #27219: Show default status on the trackers list |
||
313 | * Patch #27240: Render the activities block on the UsersController#show view grouped, with event_type icon and with the 'me' indication |
||
314 | * Patch #27807: Use a unique way to check/uncheck a group/fieldset with checkboxes |
||
315 | * Patch #28242: Add toggle checkboxes link (green tick) to several screens |
||
316 | * Patch #28662: Replace "Cancel" buttons from the modals with "Cancel" link |
||
317 | * Patch #29033: Move attachments to their own section in issue page |
||
318 | * Patch #29644: Add a link to issues summary to issue tracking box on overview page |
||
319 | |||
320 | h3. [Wiki] |
||
321 | |||
322 | * Defect #22967: Special character like quote breaks wiki links |
||
323 | * Defect #22975: Moving a wiki page to a different project should refresh parent page list |
||
324 | * Feature #26575: Add update info at the bottom of the wiki page |
||
325 | * Patch #16446: Generate full URLs to images and linked pages in the Wiki HTML export |
||
326 | * Patch #26043: Set the parent page automatically when creating a wiki page from the "Add page" link |