Changelog 6 0 » History » Version 3
Marius BĂLTEANU, 2024-12-11 19:22
6.0.2 changelog
| 1 | 1 | Marius BĂLTEANU | h1. Changelog 6.0.x |
|---|---|---|---|
| 2 | |||
| 3 | 3 | Marius BĂLTEANU | h2. version:6.0.2 (2024-12-11) |
| 4 | |||
| 5 | h3. [Accounts / authentication] |
||
| 6 | |||
| 7 | * Feature #41927: Enable browser autocomplete for 2FA input fields |
||
| 8 | * Feature #41937: Enable browser autocomplete for login input fields |
||
| 9 | |||
| 10 | h3. [Code cleanup/refactoring] |
||
| 11 | |||
| 12 | * Defect #41795: Missing fixture: a test does not pass if the 'issue_categories' fixtures are not already loaded |
||
| 13 | * Patch #41623: Fix tests that randomly failed due to required fixtures not being loaded |
||
| 14 | * Patch #41861: Add License URLs to Icons Credits |
||
| 15 | * Patch #41881: Improper deletion of custom fields in IssueNestedSetConcurrencyTest causes test failures of other tests |
||
| 16 | * Patch #41889: Fix random test failures in Redmine::Acts::MentionableTest due to unsorted mentioned_users |
||
| 17 | * Patch #41894: Fix random test failure by ensuring WatchersController#find_objects_from_params returns results in consistent order |
||
| 18 | * Patch #41901: Fix random test failure in DestroyProjectsJobTest due to unsorted @projects |
||
| 19 | * Patch #41902: Fix class name to match file name in keyboard_shortcuts_test.rb |
||
| 20 | * Patch #41914: Fix random test failure in UserTest#test_validate_password_complexity due to missing explicit language setting |
||
| 21 | * Patch #41931: Fix random failures in IssueRelationTest#test_create_with_initialized_journals due to ambiguous conditions for retrieving the expected detail |
||
| 22 | * Patch #41934: Fix random test failure in ProjectsControllerTest::test_post_copy_should_copy_requested_items due to missing :issue_categories fixture |
||
| 23 | * Patch #41951: Fix random test failure in IssueTest due to unsorted expected_statuses |
||
| 24 | |||
| 25 | h3. [Documentation] |
||
| 26 | |||
| 27 | * Feature #41754: Add asset precompilation instructions to doc/INSTALL and doc/UPGRADING |
||
| 28 | |||
| 29 | h3. [Email receiving] |
||
| 30 | |||
| 31 | * Defect #41737: Deprecation warning for IMAP4 email receiving: "Call Net::IMAP.new with keyword options" |
||
| 32 | |||
| 33 | h3. [Gantt] |
||
| 34 | |||
| 35 | * Defect #41786: Long subject may not be displayed in Gantt chart with narrow column width |
||
| 36 | |||
| 37 | h3. [Gems support] |
||
| 38 | |||
| 39 | * Defect #41749: Warning during startup: "Unresolved or ambiguous specs during Gem::Specification.reset" |
||
| 40 | * Defect #41860: FrozenError when using SQLite3 gem version 2.0.0 or later |
||
| 41 | |||
| 42 | h3. [Issues] |
||
| 43 | |||
| 44 | * Defect #40301: Error when create a version with custom field of "File" type from Issue page |
||
| 45 | |||
| 46 | h3. [Plugin API] |
||
| 47 | |||
| 48 | * Defect #41880: Plugin activity icons broken after switching to SVG icons |
||
| 49 | |||
| 50 | h3. [REST API] |
||
| 51 | |||
| 52 | * Defect #41791: Projects endpoint returns list of all projects |
||
| 53 | * Defect #41819: Time entry API returning `hours` as Rational instead of Float |
||
| 54 | |||
| 55 | h3. [SCM] |
||
| 56 | |||
| 57 | * Patch #41775: Adjust the vertical alignment of icons in the tree view of the repository browser |
||
| 58 | |||
| 59 | h3. [Time tracking] |
||
| 60 | |||
| 61 | * Defect #41895: Spent time CSV report returning `hours` as Rational instead of Float |
||
| 62 | |||
| 63 | h3. [Translations] |
||
| 64 | |||
| 65 | * Patch #41736: Update Turkish translation of label_description from "Yorum" to "Açıklama" |
||
| 66 | * Patch #41945: Bulgarian translation update for 6.0-stable |
||
| 67 | |||
| 68 | h3. [UI] |
||
| 69 | |||
| 70 | * Defect #41714: Replace search and magnifier icons with SVG icon |
||
| 71 | * Defect #41756: An unnecessary scroll bar is displayed on the user's profile page |
||
| 72 | * Defect #41778: Name field in custom query creation/edit form is not marked as required |
||
| 73 | * Defect #41779: Restore `margin-top` for `#sidebar h3` |
||
| 74 | * Defect #41780: Unnecessary indentation for "Completed versions" in the Roadmap sidebar |
||
| 75 | * Defect #41789: HTML syntax broken for sidebar-wrapper |
||
| 76 | * Defect #41818: Redundant tooltip appearing after clicking the ellipsis button in the action menus |
||
| 77 | * Defect #41821: Icons shrink in the Activity view when event titles are long |
||
| 78 | * Defect #41853: Group icons in watchers and membership modals are using a mix of legacy and SVG icons |
||
| 79 | * Defect #41864: Report tab of Spent time page still displays deprecated raster icons instead of SVGs |
||
| 80 | * Defect #41873: Table layout breaks due to .icon class on td elements |
||
| 81 | * Defect #41883: Download button in issue comments still uses deprecated raster icon |
||
| 82 | * Defect #41918: Replaces warning icon with SVG in watcher list and workflow warnings |
||
| 83 | * Defect #41957: Remove nesting selectors because are not support in old browsers |
||
| 84 | * Feature #41748: Optimize font loading by replacing variable fonts with specific weights for Noto Sans |
||
| 85 | |||
| 86 | h3. [UI - Responsive] |
||
| 87 | |||
| 88 | * Defect #41822: First icon on the Activity page is replaced with chevrons-left or chevrons-right in responsive mode |
||
| 89 | |||
| 90 | 2 | Marius BĂLTEANU | h2. version:6.0.1 (2024-11-12) |
| 91 | |||
| 92 | h3. [Gems support] |
||
| 93 | |||
| 94 | * Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite |
||
| 95 | * Patch #41728: Update Rouge gem to 4.5 |
||
| 96 | |||
| 97 | h3. [Issues list] |
||
| 98 | |||
| 99 | * Defect #40303: Layout distortion in issue list descriptions with code blocks |
||
| 100 | |||
| 101 | 1 | Marius BĂLTEANU | |
| 102 | h2. version:6.0.0 (2024-11-10) |
||
| 103 | |||
| 104 | h3. [Accounts / authentication] |
||
| 105 | |||
| 106 | * Defect #28243: Principal.not_member_of scope does not accept ActiveRecord::Relation |
||
| 107 | * Feature #37279: Reject passwords that are the same as login, first name, last name, or email |
||
| 108 | * Feature #38853: Changes user visibility from "all" to "member of visible projects" for new roles and existing builtin roles |
||
| 109 | * Feature #39500: Change the default notification option for users to "Only for things I watch or I am assigned to" |
||
| 110 | |||
| 111 | h3. [Administration] |
||
| 112 | |||
| 113 | * Feature #12521: Improve tracker deletion error message to display projects containing issues under the tracker |
||
| 114 | * Feature #40913: Add bulk lock/unlock feature to user list context menu |
||
| 115 | |||
| 116 | h3. [Attachments] |
||
| 117 | |||
| 118 | * Defect #38966: Attachment custom fields not removed when issue is deleted |
||
| 119 | * Feature #37530: Add timeout for thumbnail generation process |
||
| 120 | |||
| 121 | h3. [Calendar] |
||
| 122 | |||
| 123 | * Patch #41509: Replace "even" and "odd" CSS classes with "this-month" and "other-month" for calendar days |
||
| 124 | |||
| 125 | h3. [Code cleanup/refactoring] |
||
| 126 | |||
| 127 | * Defect #31507: Test fails if trailing whitespaces are removed |
||
| 128 | * Defect #31831: Back url parse in validation |
||
| 129 | * Defect #32985: Remove unnecessary use of instance variables in CSV and Atom response handlers |
||
| 130 | * Defect #37730: Missing copyright headers in source files |
||
| 131 | * Defect #39527: Deprecate unused ApplicationHelper#render_if_exist |
||
| 132 | * Defect #40205: ThemesTest may fail if a third-party theme having theme.js is installed |
||
| 133 | * Feature #39111: Enable Asset Pipeline Integration using Propshaft |
||
| 134 | * Feature #40190: Stop appending the utf8 checkmark parameter to form URLs |
||
| 135 | * Patch #27510: Introduce active? method to Group via Principal model |
||
| 136 | * Patch #32523: Replace `for` loops with `forEach` in buildFilterRow function |
||
| 137 | * Patch #35217: Replace use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest |
||
| 138 | * Patch #36806: Remove rss_* deprecated methods |
||
| 139 | * Patch #38975: Use ApplicationRecord instead of ActiveRecord::Base |
||
| 140 | * Patch #39110: Replacing request_store with ActiveSupport::CurrentAttributes |
||
| 141 | * Patch #39380: Replace hardcoded issues count check with `limit` variable in IssuesController#retrieve_previous_and_next_issue_ids |
||
| 142 | * Patch #39558: Remove deprecated methods in Repository and AbstractAdapter |
||
| 143 | * Patch #39777: Remove useless method #run_in_request? from db/migrate/20221214173537_add_select_project_publicity_permission.rb |
||
| 144 | * Patch #39971: Remove specific platform constraints for database adapter gems |
||
| 145 | * Patch #40087: Rewrite ApplicationHelper#favicon_url method using image_url |
||
| 146 | * Patch #40124: Remove deprecated empty status param to get all users from API |
||
| 147 | * Patch #40210: Remove overrides that inserts a non-breaking space (nbsp) to empty option elements |
||
| 148 | * Patch #40211: Remove appveyor.yml |
||
| 149 | * Patch #40506: Remove redundant ApplicationHelper inclusions |
||
| 150 | * Patch #40513: Fix initial_page_content method to avoid referencing @page instance variable in wiki formatting helpers |
||
| 151 | * Patch #40652: Replace MD5 with SHA256 when creating the hash for gravatar URL |
||
| 152 | * Patch #40691: Remove ambiguity in queries utilizing a Project scope |
||
| 153 | * Patch #40801: Add missing fixture journal_details to JournalsHelperTest |
||
| 154 | * Patch #40882: Remove unused "label_browse" from all locales |
||
| 155 | * Patch #41023: Set default age parameter for User.prune to 30 days |
||
| 156 | * Patch #41142: Add missing assertion in Redmine::MenuManager::MapperTest#test_push_onto_root |
||
| 157 | * Patch #41188: Refactor Calendar#first_wday method for improved readability and efficiency |
||
| 158 | * Patch #41238: Fix test failure in IssuesSystemTest due to incorrect attachment count expectation |
||
| 159 | * Patch #41287: Add .vscode to svn:ignore, .gitignore, and .hgignore |
||
| 160 | * Patch #41402: Remove Internet Explorer-specific CSS rules and vendor prefixes |
||
| 161 | |||
| 162 | h3. [Custom fields] |
||
| 163 | |||
| 164 | * Defect #27543: Key/value-pair custom field type not available to all customisable contents |
||
| 165 | * Feature #39997: Add an option to render values of Integer- and Float-format custom fields with thousands delimiters |
||
| 166 | |||
| 167 | h3. [Database] |
||
| 168 | |||
| 169 | * Feature #35014: Review and update supported database engines and versions |
||
| 170 | * Patch #34218: Increase size of value field in settings |
||
| 171 | |||
| 172 | h3. [Documentation] |
||
| 173 | |||
| 174 | * Feature #40681: Dynamic generation of supported code highlighting languages in help section |
||
| 175 | * Patch #40202: Add LICENSE.txt in the root directory |
||
| 176 | * Patch #41011: Add more configuration examples to config/additional_environment.rb.example |
||
| 177 | * Patch #41469: Update helps and docs to use HTTPS links instead of HTTP |
||
| 178 | |||
| 179 | h3. [Email notifications] |
||
| 180 | |||
| 181 | * Feature #13359: Add project identifier to List-Id header in notification emails for better Gmail filtering |
||
| 182 | * Feature #40569: Add an option to send email notification when an attachment is added |
||
| 183 | * Feature #41450: Include attachment filename in "File added" email notification subject |
||
| 184 | |||
| 185 | h3. [Feeds] |
||
| 186 | |||
| 187 | * Feature #34025: Raise the maximum length of the title element in the Atom feed from 100 to 300 characters |
||
| 188 | |||
| 189 | h3. [Forums] |
||
| 190 | |||
| 191 | * Defect #41234: Forum message's subject field overflows beyond container |
||
| 192 | |||
| 193 | h3. [Gems support] |
||
| 194 | |||
| 195 | * Patch #37258: Switch default backend of ActiveSupport::XmlMini from rexml to Nokogiri |
||
| 196 | * Patch #39547: Prevent automatic requiring of unnecessary gems at runtime |
||
| 197 | * Patch #39887: Update RuboCop to 1.68 |
||
| 198 | * Patch #39888: Update RuboCop Performance to 1.22 |
||
| 199 | * Patch #39889: Update RuboCop Rails to 2.27 |
||
| 200 | * Patch #39972: Update Nokogiri to 1.16.0 |
||
| 201 | * Patch #39985: Update SQLite3 gem to 1.7 |
||
| 202 | * Patch #40685: Update roadie-rails to 3.2.0 |
||
| 203 | * Patch #41312: Update MiniMagick to 5.0 |
||
| 204 | |||
| 205 | h3. [Hook requests] |
||
| 206 | |||
| 207 | * Feature #41044: Add view hooks in My page |
||
| 208 | |||
| 209 | h3. [I18n] |
||
| 210 | |||
| 211 | * Feature #21677: Support localized decimal separator for hours in the web UI |
||
| 212 | * Feature #22024: Support localized decimal separators for float values |
||
| 213 | * Feature #29208: Support email addresses with IDN (internationalized domain names) in user accounts |
||
| 214 | * Patch #39879: Fix hardcoded string on user preferences page |
||
| 215 | |||
| 216 | h3. [Importers] |
||
| 217 | |||
| 218 | * Defect #41464: CSV file encoding auto-detection may fail with multibyte characters |
||
| 219 | * Feature #39511: Auto-detection of field wrapper type when importing CSV file |
||
| 220 | |||
| 221 | h3. [Issues] |
||
| 222 | |||
| 223 | * Defect #41572: `updated_by_id` in Journal retains deleted user id instead of being set to `User.anonymous` |
||
| 224 | * Feature #691: Add column totals to Issues Summary Report |
||
| 225 | * Feature #9309: Add description field to custom queries |
||
| 226 | * Feature #16045: Add "Author / Previous assignee" group to assignee dropdown in issue form |
||
| 227 | * Feature #31756: Introduce setting for done ratio options interval |
||
| 228 | * Feature #36197: Add configurable setting for copying attachments when copying an issue |
||
| 229 | * Feature #41202: Change the default CSV export encoding to UTF-8 |
||
| 230 | |||
| 231 | h3. [Issues filter] |
||
| 232 | |||
| 233 | * Feature #7867: Add filters for "Author's group" and "Author's role" to issues list |
||
| 234 | * Feature #39805: Extend "contains" operator in "Parent task" filter to support multiple issue IDs |
||
| 235 | |||
| 236 | h3. [Issues list] |
||
| 237 | |||
| 238 | * Feature #29894: View watchers on the issue list |
||
| 239 | * Feature #37862: Estimated time remaining issue query column |
||
| 240 | |||
| 241 | h3. [Performance] |
||
| 242 | |||
| 243 | * Patch #23328: Optimize Project#notified_users to improve issue create/update speed |
||
| 244 | * Patch #39835: Optimize repository menu visibility check |
||
| 245 | * Patch #39837: Optimize query models by replacing `map` with `pluck` |
||
| 246 | * Patch #39840: Optimize `Issue#relations` method to fetch both `relations_from` and `relations_to` using a single query |
||
| 247 | * Patch #39847: Cache the result of `Journal#attachments` |
||
| 248 | * Patch #39849: Optimize IssueCategory SQL queries when showing an issue |
||
| 249 | * Patch #39852: Optimize queries visibility check |
||
| 250 | * Patch #39857: Optimize users visibility check |
||
| 251 | * Patch #39993: Optimize loading of journals, relations, and allowed_statuses in IssuesController#show for API requests |
||
| 252 | * Patch #40000: Optimize gantt chart rendering for issues without subtasks |
||
| 253 | * Patch #40008: Replace String#sub with delete_prefix / delete_suffix |
||
| 254 | * Patch #40010: Replace regular expression matches with String#start_with? / end_with? |
||
| 255 | * Patch #40775: Reduce an extra SQL query in IssuesController#retrieve_default_query |
||
| 256 | * Patch #40798: Optimize Version model |
||
| 257 | |||
| 258 | h3. [Projects] |
||
| 259 | |||
| 260 | * Feature #23954: Shows the date of the last activity on Projects administration |
||
| 261 | * Feature #40829: Expose project updated_on column and filter in project query |
||
| 262 | |||
| 263 | h3. [REST API] |
||
| 264 | |||
| 265 | * Feature #23307: Include auth_source field in User API response |
||
| 266 | * Feature #38948: Add user status to users list API |
||
| 267 | * Feature #40449: Add updated_on and updated_by fields to Issues API journal response |
||
| 268 | |||
| 269 | h3. [Rails support] |
||
| 270 | |||
| 271 | * Defect #38155: RuntimeError when reloading Rails console |
||
| 272 | * Feature #36320: Migrate to Rails 7.2 |
||
| 273 | * Feature #40092: Drop FastCGI support |
||
| 274 | |||
| 275 | h3. [Roadmap] |
||
| 276 | |||
| 277 | * Defect #4682: Completed version with wrong progress bar status |
||
| 278 | * Defect #24457: Progress of version should be calculated the same way as parent tasks |
||
| 279 | |||
| 280 | h3. [Ruby support] |
||
| 281 | |||
| 282 | * Feature #38585: Drop Ruby 2.7 and 3.0 support |
||
| 283 | * Feature #39761: Ruby 3.3 support |
||
| 284 | |||
| 285 | h3. [SCM] |
||
| 286 | |||
| 287 | * Defect #39747: Diff of a javascript file in repository module is not displayed with layout |
||
| 288 | * Defect #40020: ScmData.binary? incorrectly considers UTF-8 text as binary |
||
| 289 | * Feature #39238: Redirect to repositories#show after repositories#fetch_changesets to avoid the user-visible browser URL |
||
| 290 | |||
| 291 | h3. [Search engine] |
||
| 292 | |||
| 293 | * Feature #38446: Support multiple multi-word phrases in the search engine |
||
| 294 | |||
| 295 | h3. [Text formatting] |
||
| 296 | |||
| 297 | * Defect #34473: Displaying the table of content on the right causes wrong position |
||
| 298 | * Defect #40515: Displaying issue descriptions in the issues list ignores CommonMark table alignment |
||
| 299 | * Defect #40650: Fix duplicate alt and title attributes when alt text is specified for attached images in Textile formatter |
||
| 300 | * Defect #41467: Unexpected font size on CommonMark Markdown help pages due to missing doctype declaration |
||
| 301 | * Feature #20620: Add data-text-formatting attribute for selected markup language to body tag |
||
| 302 | * Feature #36594: Relax rouge version dependency in Gemfile |
||
| 303 | * Feature #40149: Drop deprecated Redcarpet based Markdown formatter |
||
| 304 | * Patch #40014: Add support for quoted arguments containing commas in wiki macros |
||
| 305 | * Patch #40939: Add "underline" button to jsToolbar for CommonMark Markdown formatting |
||
| 306 | |||
| 307 | h3. [Themes] |
||
| 308 | |||
| 309 | * Defect #26778: Invalid "theme-*" CSS class in body element when theme name contains spaces |
||
| 310 | |||
| 311 | h3. [Third-party libraries] |
||
| 312 | |||
| 313 | * Feature #40853: Upgrade jQuery to 3.7.1 |
||
| 314 | * Feature #40864: Upgrade jQuery UI to 1.13.3 |
||
| 315 | |||
| 316 | h3. [Time tracking] |
||
| 317 | |||
| 318 | * Defect #36897: The minutes part of a time entry is displayed as 60 instead of being carried over |
||
| 319 | * Defect #40914: Fix precision issues in TimeEntry#hours calculation by returning Rational instead of Float |
||
| 320 | * Defect #41401: Hours column in "Details" tab of Spent time is not right-aligned |
||
| 321 | * Feature #41053: Add "User's group" and "User's role" filters to Spent time list |
||
| 322 | |||
| 323 | h3. [UI] |
||
| 324 | |||
| 325 | * Defect #37390: Extraneous whitespace when selecting and copying issue number on Chrome/Windows |
||
| 326 | * Defect #38915: Duplicate spacer id in jsToolBar |
||
| 327 | * Defect #39795: Fix improper error highlighting for description field in issue form |
||
| 328 | * Feature #2464: Add placeholder "h:mm" to hours field for better user guidance |
||
| 329 | * Feature #2499: Change CSS font-size units from px to rem to respect browser font settings |
||
| 330 | * Feature #21808: Make the Sidebar collapsible, stateful |
||
| 331 | * Feature #23980: Replace icon images with Tabler SVG icons |
||
| 332 | * Feature #40901: Disable custom query links while loading to prevent multiple requests |
||
| 333 | * Feature #41266: Improve header design with gradient background |
||
| 334 | * Feature #41272: Improve tooltip positioning for thumbnails |
||
| 335 | * Feature #41294: Partial quoting feature for Issues and Forums |
||
| 336 | * Feature #41298: Refine UI with updated box styling and border colors |
||
| 337 | * Feature #41321: Improve readability by refining font sizes and switching to Noto Sans font |
||
| 338 | * Feature #41475: Improve table readability by adding row borders |
||
| 339 | * Feature #41500: Swap odd and even table row background colors |
||
| 340 | * Patch #33638: Add informative default welcome text for new installations |
||
| 341 | |||
| 342 | h3. [UI - Responsive] |
||
| 343 | |||
| 344 | * Feature #39806: Improve filter rendering on narrow screens by replacing the layout tables with a flex layout |