Changelog 6 0 » History » Version 1
Marius BĂLTEANU, 2024-11-11 00:21
| 1 | 1 | Marius BĂLTEANU | h1. Changelog 6.0.x |
|---|---|---|---|
| 2 | |||
| 3 | |||
| 4 | h2. version:6.0.0 (2024-11-10) |
||
| 5 | |||
| 6 | h3. [Accounts / authentication] |
||
| 7 | |||
| 8 | * Defect #28243: Principal.not_member_of scope does not accept ActiveRecord::Relation |
||
| 9 | * Feature #37279: Reject passwords that are the same as login, first name, last name, or email |
||
| 10 | * Feature #38853: Changes user visibility from "all" to "member of visible projects" for new roles and existing builtin roles |
||
| 11 | * Feature #39500: Change the default notification option for users to "Only for things I watch or I am assigned to" |
||
| 12 | |||
| 13 | h3. [Administration] |
||
| 14 | |||
| 15 | * Feature #12521: Improve tracker deletion error message to display projects containing issues under the tracker |
||
| 16 | * Feature #40913: Add bulk lock/unlock feature to user list context menu |
||
| 17 | |||
| 18 | h3. [Attachments] |
||
| 19 | |||
| 20 | * Defect #38966: Attachment custom fields not removed when issue is deleted |
||
| 21 | * Feature #37530: Add timeout for thumbnail generation process |
||
| 22 | |||
| 23 | h3. [Calendar] |
||
| 24 | |||
| 25 | * Patch #41509: Replace "even" and "odd" CSS classes with "this-month" and "other-month" for calendar days |
||
| 26 | |||
| 27 | h3. [Code cleanup/refactoring] |
||
| 28 | |||
| 29 | * Defect #31507: Test fails if trailing whitespaces are removed |
||
| 30 | * Defect #31831: Back url parse in validation |
||
| 31 | * Defect #32985: Remove unnecessary use of instance variables in CSV and Atom response handlers |
||
| 32 | * Defect #37730: Missing copyright headers in source files |
||
| 33 | * Defect #39527: Deprecate unused ApplicationHelper#render_if_exist |
||
| 34 | * Defect #40205: ThemesTest may fail if a third-party theme having theme.js is installed |
||
| 35 | * Feature #39111: Enable Asset Pipeline Integration using Propshaft |
||
| 36 | * Feature #40190: Stop appending the utf8 checkmark parameter to form URLs |
||
| 37 | * Patch #27510: Introduce active? method to Group via Principal model |
||
| 38 | * Patch #32523: Replace `for` loops with `forEach` in buildFilterRow function |
||
| 39 | * Patch #35217: Replace use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest |
||
| 40 | * Patch #36806: Remove rss_* deprecated methods |
||
| 41 | * Patch #38975: Use ApplicationRecord instead of ActiveRecord::Base |
||
| 42 | * Patch #39110: Replacing request_store with ActiveSupport::CurrentAttributes |
||
| 43 | * Patch #39380: Replace hardcoded issues count check with `limit` variable in IssuesController#retrieve_previous_and_next_issue_ids |
||
| 44 | * Patch #39558: Remove deprecated methods in Repository and AbstractAdapter |
||
| 45 | * Patch #39777: Remove useless method #run_in_request? from db/migrate/20221214173537_add_select_project_publicity_permission.rb |
||
| 46 | * Patch #39971: Remove specific platform constraints for database adapter gems |
||
| 47 | * Patch #40087: Rewrite ApplicationHelper#favicon_url method using image_url |
||
| 48 | * Patch #40124: Remove deprecated empty status param to get all users from API |
||
| 49 | * Patch #40210: Remove overrides that inserts a non-breaking space (nbsp) to empty option elements |
||
| 50 | * Patch #40211: Remove appveyor.yml |
||
| 51 | * Patch #40506: Remove redundant ApplicationHelper inclusions |
||
| 52 | * Patch #40513: Fix initial_page_content method to avoid referencing @page instance variable in wiki formatting helpers |
||
| 53 | * Patch #40652: Replace MD5 with SHA256 when creating the hash for gravatar URL |
||
| 54 | * Patch #40691: Remove ambiguity in queries utilizing a Project scope |
||
| 55 | * Patch #40801: Add missing fixture journal_details to JournalsHelperTest |
||
| 56 | * Patch #40882: Remove unused "label_browse" from all locales |
||
| 57 | * Patch #41023: Set default age parameter for User.prune to 30 days |
||
| 58 | * Patch #41142: Add missing assertion in Redmine::MenuManager::MapperTest#test_push_onto_root |
||
| 59 | * Patch #41188: Refactor Calendar#first_wday method for improved readability and efficiency |
||
| 60 | * Patch #41238: Fix test failure in IssuesSystemTest due to incorrect attachment count expectation |
||
| 61 | * Patch #41287: Add .vscode to svn:ignore, .gitignore, and .hgignore |
||
| 62 | * Patch #41402: Remove Internet Explorer-specific CSS rules and vendor prefixes |
||
| 63 | |||
| 64 | h3. [Custom fields] |
||
| 65 | |||
| 66 | * Defect #27543: Key/value-pair custom field type not available to all customisable contents |
||
| 67 | * Feature #39997: Add an option to render values of Integer- and Float-format custom fields with thousands delimiters |
||
| 68 | |||
| 69 | h3. [Database] |
||
| 70 | |||
| 71 | * Feature #35014: Review and update supported database engines and versions |
||
| 72 | * Patch #34218: Increase size of value field in settings |
||
| 73 | |||
| 74 | h3. [Documentation] |
||
| 75 | |||
| 76 | * Feature #40681: Dynamic generation of supported code highlighting languages in help section |
||
| 77 | * Patch #40202: Add LICENSE.txt in the root directory |
||
| 78 | * Patch #41011: Add more configuration examples to config/additional_environment.rb.example |
||
| 79 | * Patch #41469: Update helps and docs to use HTTPS links instead of HTTP |
||
| 80 | |||
| 81 | h3. [Email notifications] |
||
| 82 | |||
| 83 | * Feature #13359: Add project identifier to List-Id header in notification emails for better Gmail filtering |
||
| 84 | * Feature #40569: Add an option to send email notification when an attachment is added |
||
| 85 | * Feature #41450: Include attachment filename in "File added" email notification subject |
||
| 86 | |||
| 87 | h3. [Feeds] |
||
| 88 | |||
| 89 | * Feature #34025: Raise the maximum length of the title element in the Atom feed from 100 to 300 characters |
||
| 90 | |||
| 91 | h3. [Forums] |
||
| 92 | |||
| 93 | * Defect #41234: Forum message's subject field overflows beyond container |
||
| 94 | |||
| 95 | h3. [Gems support] |
||
| 96 | |||
| 97 | * Patch #37258: Switch default backend of ActiveSupport::XmlMini from rexml to Nokogiri |
||
| 98 | * Patch #39547: Prevent automatic requiring of unnecessary gems at runtime |
||
| 99 | * Patch #39887: Update RuboCop to 1.68 |
||
| 100 | * Patch #39888: Update RuboCop Performance to 1.22 |
||
| 101 | * Patch #39889: Update RuboCop Rails to 2.27 |
||
| 102 | * Patch #39972: Update Nokogiri to 1.16.0 |
||
| 103 | * Patch #39985: Update SQLite3 gem to 1.7 |
||
| 104 | * Patch #40685: Update roadie-rails to 3.2.0 |
||
| 105 | * Patch #41312: Update MiniMagick to 5.0 |
||
| 106 | |||
| 107 | h3. [Hook requests] |
||
| 108 | |||
| 109 | * Feature #41044: Add view hooks in My page |
||
| 110 | |||
| 111 | h3. [I18n] |
||
| 112 | |||
| 113 | * Feature #21677: Support localized decimal separator for hours in the web UI |
||
| 114 | * Feature #22024: Support localized decimal separators for float values |
||
| 115 | * Feature #29208: Support email addresses with IDN (internationalized domain names) in user accounts |
||
| 116 | * Patch #39879: Fix hardcoded string on user preferences page |
||
| 117 | |||
| 118 | h3. [Importers] |
||
| 119 | |||
| 120 | * Defect #41464: CSV file encoding auto-detection may fail with multibyte characters |
||
| 121 | * Feature #39511: Auto-detection of field wrapper type when importing CSV file |
||
| 122 | |||
| 123 | h3. [Issues] |
||
| 124 | |||
| 125 | * Defect #41572: `updated_by_id` in Journal retains deleted user id instead of being set to `User.anonymous` |
||
| 126 | * Feature #691: Add column totals to Issues Summary Report |
||
| 127 | * Feature #9309: Add description field to custom queries |
||
| 128 | * Feature #16045: Add "Author / Previous assignee" group to assignee dropdown in issue form |
||
| 129 | * Feature #31756: Introduce setting for done ratio options interval |
||
| 130 | * Feature #36197: Add configurable setting for copying attachments when copying an issue |
||
| 131 | * Feature #41202: Change the default CSV export encoding to UTF-8 |
||
| 132 | |||
| 133 | h3. [Issues filter] |
||
| 134 | |||
| 135 | * Feature #7867: Add filters for "Author's group" and "Author's role" to issues list |
||
| 136 | * Feature #39805: Extend "contains" operator in "Parent task" filter to support multiple issue IDs |
||
| 137 | |||
| 138 | h3. [Issues list] |
||
| 139 | |||
| 140 | * Feature #29894: View watchers on the issue list |
||
| 141 | * Feature #37862: Estimated time remaining issue query column |
||
| 142 | |||
| 143 | h3. [Performance] |
||
| 144 | |||
| 145 | * Patch #23328: Optimize Project#notified_users to improve issue create/update speed |
||
| 146 | * Patch #39835: Optimize repository menu visibility check |
||
| 147 | * Patch #39837: Optimize query models by replacing `map` with `pluck` |
||
| 148 | * Patch #39840: Optimize `Issue#relations` method to fetch both `relations_from` and `relations_to` using a single query |
||
| 149 | * Patch #39847: Cache the result of `Journal#attachments` |
||
| 150 | * Patch #39849: Optimize IssueCategory SQL queries when showing an issue |
||
| 151 | * Patch #39852: Optimize queries visibility check |
||
| 152 | * Patch #39857: Optimize users visibility check |
||
| 153 | * Patch #39993: Optimize loading of journals, relations, and allowed_statuses in IssuesController#show for API requests |
||
| 154 | * Patch #40000: Optimize gantt chart rendering for issues without subtasks |
||
| 155 | * Patch #40008: Replace String#sub with delete_prefix / delete_suffix |
||
| 156 | * Patch #40010: Replace regular expression matches with String#start_with? / end_with? |
||
| 157 | * Patch #40775: Reduce an extra SQL query in IssuesController#retrieve_default_query |
||
| 158 | * Patch #40798: Optimize Version model |
||
| 159 | |||
| 160 | h3. [Projects] |
||
| 161 | |||
| 162 | * Feature #23954: Shows the date of the last activity on Projects administration |
||
| 163 | * Feature #40829: Expose project updated_on column and filter in project query |
||
| 164 | |||
| 165 | h3. [REST API] |
||
| 166 | |||
| 167 | * Feature #23307: Include auth_source field in User API response |
||
| 168 | * Feature #38948: Add user status to users list API |
||
| 169 | * Feature #40449: Add updated_on and updated_by fields to Issues API journal response |
||
| 170 | |||
| 171 | h3. [Rails support] |
||
| 172 | |||
| 173 | * Defect #38155: RuntimeError when reloading Rails console |
||
| 174 | * Feature #36320: Migrate to Rails 7.2 |
||
| 175 | * Feature #40092: Drop FastCGI support |
||
| 176 | |||
| 177 | h3. [Roadmap] |
||
| 178 | |||
| 179 | * Defect #4682: Completed version with wrong progress bar status |
||
| 180 | * Defect #24457: Progress of version should be calculated the same way as parent tasks |
||
| 181 | |||
| 182 | h3. [Ruby support] |
||
| 183 | |||
| 184 | * Feature #38585: Drop Ruby 2.7 and 3.0 support |
||
| 185 | * Feature #39761: Ruby 3.3 support |
||
| 186 | |||
| 187 | h3. [SCM] |
||
| 188 | |||
| 189 | * Defect #39747: Diff of a javascript file in repository module is not displayed with layout |
||
| 190 | * Defect #40020: ScmData.binary? incorrectly considers UTF-8 text as binary |
||
| 191 | * Feature #39238: Redirect to repositories#show after repositories#fetch_changesets to avoid the user-visible browser URL |
||
| 192 | |||
| 193 | h3. [Search engine] |
||
| 194 | |||
| 195 | * Feature #38446: Support multiple multi-word phrases in the search engine |
||
| 196 | |||
| 197 | h3. [Text formatting] |
||
| 198 | |||
| 199 | * Defect #34473: Displaying the table of content on the right causes wrong position |
||
| 200 | * Defect #40515: Displaying issue descriptions in the issues list ignores CommonMark table alignment |
||
| 201 | * Defect #40650: Fix duplicate alt and title attributes when alt text is specified for attached images in Textile formatter |
||
| 202 | * Defect #41467: Unexpected font size on CommonMark Markdown help pages due to missing doctype declaration |
||
| 203 | * Feature #20620: Add data-text-formatting attribute for selected markup language to body tag |
||
| 204 | * Feature #36594: Relax rouge version dependency in Gemfile |
||
| 205 | * Feature #40149: Drop deprecated Redcarpet based Markdown formatter |
||
| 206 | * Patch #40014: Add support for quoted arguments containing commas in wiki macros |
||
| 207 | * Patch #40939: Add "underline" button to jsToolbar for CommonMark Markdown formatting |
||
| 208 | |||
| 209 | h3. [Themes] |
||
| 210 | |||
| 211 | * Defect #26778: Invalid "theme-*" CSS class in body element when theme name contains spaces |
||
| 212 | |||
| 213 | h3. [Third-party libraries] |
||
| 214 | |||
| 215 | * Feature #40853: Upgrade jQuery to 3.7.1 |
||
| 216 | * Feature #40864: Upgrade jQuery UI to 1.13.3 |
||
| 217 | |||
| 218 | h3. [Time tracking] |
||
| 219 | |||
| 220 | * Defect #36897: The minutes part of a time entry is displayed as 60 instead of being carried over |
||
| 221 | * Defect #40914: Fix precision issues in TimeEntry#hours calculation by returning Rational instead of Float |
||
| 222 | * Defect #41401: Hours column in "Details" tab of Spent time is not right-aligned |
||
| 223 | * Feature #41053: Add "User's group" and "User's role" filters to Spent time list |
||
| 224 | |||
| 225 | h3. [UI] |
||
| 226 | |||
| 227 | * Defect #37390: Extraneous whitespace when selecting and copying issue number on Chrome/Windows |
||
| 228 | * Defect #38915: Duplicate spacer id in jsToolBar |
||
| 229 | * Defect #39795: Fix improper error highlighting for description field in issue form |
||
| 230 | * Feature #2464: Add placeholder "h:mm" to hours field for better user guidance |
||
| 231 | * Feature #2499: Change CSS font-size units from px to rem to respect browser font settings |
||
| 232 | * Feature #21808: Make the Sidebar collapsible, stateful |
||
| 233 | * Feature #23980: Replace icon images with Tabler SVG icons |
||
| 234 | * Feature #40901: Disable custom query links while loading to prevent multiple requests |
||
| 235 | * Feature #41266: Improve header design with gradient background |
||
| 236 | * Feature #41272: Improve tooltip positioning for thumbnails |
||
| 237 | * Feature #41294: Partial quoting feature for Issues and Forums |
||
| 238 | * Feature #41298: Refine UI with updated box styling and border colors |
||
| 239 | * Feature #41321: Improve readability by refining font sizes and switching to Noto Sans font |
||
| 240 | * Feature #41475: Improve table readability by adding row borders |
||
| 241 | * Feature #41500: Swap odd and even table row background colors |
||
| 242 | * Patch #33638: Add informative default welcome text for new installations |
||
| 243 | |||
| 244 | h3. [UI - Responsive] |
||
| 245 | |||
| 246 | * Feature #39806: Improve filter rendering on narrow screens by replacing the layout tables with a flex layout |