Changelog 5 1 » History » Version 13
Marius BĂLTEANU, 2025-07-07 23:06
Changelog for 5.1.9
| 1 | 2 | Alex Chernyakevich | h1. Changelog 5.1.x |
|---|---|---|---|
| 2 | 1 | Go MAEDA | |
| 3 | 13 | Marius BĂLTEANU | h2. version:5.1.9 (2025-07-07) |
| 4 | |||
| 5 | h3. [Code cleanup/refactoring] |
||
| 6 | |||
| 7 | * Defect #42687: Fix random failures in several system tests with Chrome 133 and later |
||
| 8 | * Patch #42422: Use Capybara's assert_current_path in "log_user" steps to wait for page in ApplicationSystemTestCase |
||
| 9 | * Patch #42600: Suppress "Change your password" popup for stable system tests |
||
| 10 | * Patch #42756: Update tests for rails-dom-testing 2.3.0 whitespace collapsing |
||
| 11 | |||
| 12 | h3. [Database] |
||
| 13 | |||
| 14 | * Defect #42622: Joining both atom_token and api_token on the User model causes an error due to the ambiguous column name "action" |
||
| 15 | |||
| 16 | h3. [Email receiving] |
||
| 17 | |||
| 18 | * Defect #42962: Mail handler fails to create issues from emails over 4MB on Rack >= 3.1.14 |
||
| 19 | |||
| 20 | h3. [Gems support] |
||
| 21 | |||
| 22 | * Defect #42606: RuboCop warning about deprecated `EnsureNode#body` with rubocop-ast >= 1.41 |
||
| 23 | |||
| 24 | h3. [I18n] |
||
| 25 | |||
| 26 | * Defect #42815: Limit available locales to those defined by Redmine itself no longer works |
||
| 27 | |||
| 28 | h3. [Issues workflow] |
||
| 29 | |||
| 30 | * Defect #42875: "Page not found" error when saving workflows with many statuses on Rack >= 3.1.14 |
||
| 31 | |||
| 32 | h3. [No category] |
||
| 33 | |||
| 34 | * Patch #42688: Run system tests on GitHub CI |
||
| 35 | |||
| 36 | h3. [Performance] |
||
| 37 | |||
| 38 | * Defect #42933: Fix N+1 query issue in Wiki history page when loading authors of Wiki content versions |
||
| 39 | |||
| 40 | h3. [SCM] |
||
| 41 | |||
| 42 | * Defect #42839: Downloading .js files from the repository browser fails with a 422 error due to ActionController::InvalidCrossOriginRequest |
||
| 43 | * Patch #42597: Skip some Mercurial tests when using Mercurial 5.1 or later in Redmine 6.0 or 5.1 |
||
| 44 | |||
| 45 | h3. [Security] |
||
| 46 | |||
| 47 | * Patch #42662: Require net-imap gem 0.2.5, 0.3.9, 0.4.20, 0.5.7, or later to address CVE-2025-43857 |
||
| 48 | |||
| 49 | h3. [Text formatting] |
||
| 50 | |||
| 51 | * Defect #42648: Wiki/CommonMark: Broken references for multiple footnote usage |
||
| 52 | |||
| 53 | h3. [UI] |
||
| 54 | |||
| 55 | * Defect #42640: Query totals overlaps query buttons when an RTL language is used |
||
| 56 | * Patch #42794: Hide irrelevant information when printing |
||
| 57 | |||
| 58 | 12 | Marius BĂLTEANU | h2. version:5.1.8 (2025-04-20) |
| 59 | |||
| 60 | h3. [Administration] |
||
| 61 | |||
| 62 | * Defect #42584: NoMethodError when creating a user with an invalid email address and domain restrictions are enabled |
||
| 63 | |||
| 64 | h3. [Attachments] |
||
| 65 | |||
| 66 | * Defect #42394: Inconsistent behaviour between attachment download routes with and without filename |
||
| 67 | |||
| 68 | h3. [Code cleanup/refactoring] |
||
| 69 | |||
| 70 | * Patch #42562: Fix random test failure in ProjectAdminQueryTest due to missing language setting |
||
| 71 | * Patch #42572: Fix random test failure in MemberTest#test_update_roles_with_inherited_roles due to non-deterministic ordering |
||
| 72 | |||
| 73 | h3. [Custom fields] |
||
| 74 | |||
| 75 | * Patch #41935: Add "editable" attribute in the custom fields API response |
||
| 76 | |||
| 77 | h3. [Gantt] |
||
| 78 | |||
| 79 | * Defect #42145: MiniMagick (> 5) removed cli_path, result crash when supplied imagemagick_convert_command |
||
| 80 | |||
| 81 | h3. [Issues] |
||
| 82 | |||
| 83 | * Defect #42458: "For all projects" checkbox should be disabled when editing an existing query in which the checkbox is already checked |
||
| 84 | |||
| 85 | h3. [Performance] |
||
| 86 | |||
| 87 | * Defect #40728: Slow loading of global spent time list in MySQL |
||
| 88 | * Feature #42574: Optimize autocomplete issue listing triggered by typing "##" by eager loading trackers |
||
| 89 | |||
| 90 | h3. [Text formatting] |
||
| 91 | |||
| 92 | * Defect #42545: Commit message in issue history might be rendered in incorrect context |
||
| 93 | |||
| 94 | h3. [UI] |
||
| 95 | |||
| 96 | * Defect #41828: In mobile view, delete relation svg icon in 'Related Issues' on an issue page, overflow text |
||
| 97 | * Defect #41947: Collapse arrow shows the wrong direction at /workflows/edit |
||
| 98 | * Patch #42497: Adjust the position of the news comment delete button |
||
| 99 | * Patch #42596: Do not show user icon in add watchers modal when gravatar is disabled |
||
| 100 | |||
| 101 | 10 | Marius BĂLTEANU | h2. version:5.1.7 (2025-03-10) |
| 102 | |||
| 103 | h3. [Code cleanup/refactoring] |
||
| 104 | |||
| 105 | * Defect #42200: InlineAutocompleteSystemTest login test fails randomly |
||
| 106 | * Patch #42244: Fix random failures in IssuesTest#test_bulk_copy due to StaleElementReferenceError |
||
| 107 | |||
| 108 | h3. [Gems support] |
||
| 109 | |||
| 110 | * Defect #42245: 5.1-stable: Redmine fails to start with error: Unknown database adapter `"mysql2"` found in config/database.yml |
||
| 111 | |||
| 112 | h3. [No category] |
||
| 113 | |||
| 114 | * Feature #30069: Use GitHub Actions as a secondary CI solution to run tests through the existing mirroring |
||
| 115 | |||
| 116 | h3. [Security] |
||
| 117 | 11 | Marius BĂLTEANU | |
| 118 | 10 | Marius BĂLTEANU | * Defect #42326: Stored Cross-Site Scripting (XSS) in macros |
| 119 | * Defect #42352: ProjectQuery leaks details of private projects |
||
| 120 | * Defect #42194: /my/account does not correctly enforce sudo mode |
||
| 121 | * Patch #42333: Update Nokogiri to 1.18.3 |
||
| 122 | |||
| 123 | 9 | Go MAEDA | h2. version:5.1.6 (2025-01-29) |
| 124 | |||
| 125 | h3. [Code cleanup/refactoring] |
||
| 126 | |||
| 127 | * Patch #41961: Use `fixtures :all` to ensure consistent test data and improve test reliability |
||
| 128 | * Patch #42140: Update footer copyright year to 2025 |
||
| 129 | |||
| 130 | h3. [Gems support] |
||
| 131 | |||
| 132 | * Defect #42013: Redmine fails to start with error: Unknown database adapter `"mysql2"` found in config/database.yml |
||
| 133 | |||
| 134 | h3. [Issues] |
||
| 135 | |||
| 136 | * Defect #42066: NoMethodError exception occurs in IssuePriority#high and #low when both default and active priorities are absent |
||
| 137 | |||
| 138 | h3. [Permissions and roles] |
||
| 139 | |||
| 140 | * Defect #42106: Member roles are incorrectly added when a user's memberships are updated |
||
| 141 | |||
| 142 | h3. [Rails support] |
||
| 143 | |||
| 144 | * Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error |
||
| 145 | |||
| 146 | 8 | Marius BĂLTEANU | h2. version:5.1.5 (2024-12-11) |
| 147 | |||
| 148 | h3. [Accounts / authentication] |
||
| 149 | |||
| 150 | * Feature #41927: Enable browser autocomplete for 2FA input fields |
||
| 151 | * Feature #41937: Enable browser autocomplete for login input fields |
||
| 152 | |||
| 153 | h3. [Code cleanup/refactoring] |
||
| 154 | |||
| 155 | * Defect #41795: Missing fixture: a test does not pass if the 'issue_categories' fixtures are not already loaded |
||
| 156 | * Patch #41881: Improper deletion of custom fields in IssueNestedSetConcurrencyTest causes test failures of other tests |
||
| 157 | * Patch #41889: Fix random test failures in Redmine::Acts::MentionableTest due to unsorted mentioned_users |
||
| 158 | * Patch #41894: Fix random test failure by ensuring WatchersController#find_objects_from_params returns results in consistent order |
||
| 159 | * Patch #41901: Fix random test failure in DestroyProjectsJobTest due to unsorted @projects |
||
| 160 | * Patch #41902: Fix class name to match file name in keyboard_shortcuts_test.rb |
||
| 161 | * Patch #41931: Fix random failures in IssueRelationTest#test_create_with_initialized_journals due to ambiguous conditions for retrieving the expected detail |
||
| 162 | * Patch #41934: Fix random test failure in ProjectsControllerTest::test_post_copy_should_copy_requested_items due to missing :issue_categories fixture |
||
| 163 | * Patch #41951: Fix random test failure in IssueTest due to unsorted expected_statuses |
||
| 164 | |||
| 165 | h3. [Gems support] |
||
| 166 | |||
| 167 | * Defect #41749: Warning during startup: "Unresolved or ambiguous specs during Gem::Specification.reset" |
||
| 168 | |||
| 169 | h3. [Issues] |
||
| 170 | |||
| 171 | * Defect #40301: Error when create a version with custom field of "File" type from Issue page |
||
| 172 | |||
| 173 | h3. [UI] |
||
| 174 | |||
| 175 | * Defect #41778: Name field in custom query creation/edit form is not marked as required |
||
| 176 | |||
| 177 | 7 | Marius BĂLTEANU | h2. version:5.1.4 (2024-11-03) |
| 178 | |||
| 179 | h3. [Code cleanup/refactoring] |
||
| 180 | |||
| 181 | * Patch #41313: Fix test/unit/issue_test.rb to use correct IANA timezone name "Asia/Hong_Kong" instead of deprecated "Hongkong" |
||
| 182 | |||
| 183 | h3. [Filters] |
||
| 184 | |||
| 185 | * Defect #41079: Incorrect sorting of users grouped by status in issue filters for administrators |
||
| 186 | |||
| 187 | h3. [Gantt] |
||
| 188 | |||
| 189 | * Defect #41263: Gantt progress line misrendering for 0% progress issues/versions with future start dates beyond chart range |
||
| 190 | |||
| 191 | h3. [I18n] |
||
| 192 | |||
| 193 | * Defect #37072: Capitalization issue for object names in I18n keys: button_save_object, button_edit_object, and button_delete_object |
||
| 194 | * Defect #39778: Untranslated string "OK" in the repository browser |
||
| 195 | |||
| 196 | h3. [Importers] |
||
| 197 | |||
| 198 | * Defect #41465: "Import issues" and "Import time entries" pages are visible to users without "Add issues" and "Log spent time" permissions |
||
| 199 | |||
| 200 | h3. [Issues] |
||
| 201 | |||
| 202 | * Defect #8539: Fix NoMethodError in Issue#blocked? due to invalid issue_from_id in Issue#relations_from |
||
| 203 | * Defect #40860: Creating a new issue fails with an internal error if no issue priorities are defined |
||
| 204 | |||
| 205 | h3. [Projects] |
||
| 206 | |||
| 207 | * Defect #41217: Broken project list table when filter scheduled for deletion |
||
| 208 | |||
| 209 | h3. [Ruby support] |
||
| 210 | |||
| 211 | * Patch #41489: Update Rails to 6.1.7.10 |
||
| 212 | |||
| 213 | h3. [SCM] |
||
| 214 | |||
| 215 | * Defect #40948: ActiveRecord::ValueTooLong error with git author longer than 255 characters |
||
| 216 | |||
| 217 | h3. [Security] |
||
| 218 | |||
| 219 | * Defect #40946: Watcher list visible with only add watchers permissions |
||
| 220 | |||
| 221 | h3. [Text formatting] |
||
| 222 | |||
| 223 | * Defect #41096: "##" syntax auto complete does not work |
||
| 224 | |||
| 225 | h3. [Time tracking] |
||
| 226 | |||
| 227 | * Defect #40924: Spent Hours ignoring "Time Span Format" Setting on several pages |
||
| 228 | |||
| 229 | h3. [Translations] |
||
| 230 | |||
| 231 | * Patch #40875: Improve Czech translation for "two-factor authentication" |
||
| 232 | * Patch #40950: Improve english translation for invalid watcher notice |
||
| 233 | * Patch #41254: Brazilian Portuguese translation update for 5.1-stable |
||
| 234 | * Patch #41420: Italian translation update for 5.1-stable |
||
| 235 | |||
| 236 | h3. [UI] |
||
| 237 | |||
| 238 | * Patch #41624: CSS-fix to prevent 'blinking' tooltips |
||
| 239 | |||
| 240 | h3. [Wiki] |
||
| 241 | |||
| 242 | * Defect #40655: Revisions count is wrong on the wiki content page |
||
| 243 | * Defect #40716: "Edit this section" on Wiki pages misinterprets issue links with double hash (##nnn) as ATX headings |
||
| 244 | |||
| 245 | 6 | Go MAEDA | h2. version:5.1.3 (2024-06-12) |
| 246 | |||
| 247 | h3. [Code cleanup/refactoring] |
||
| 248 | |||
| 249 | * Defect #40389: Missing fixture: add :groups_users fixture to Redmine::ApiTest::UsersTest |
||
| 250 | |||
| 251 | h3. [Gems support] |
||
| 252 | |||
| 253 | * Defect #40603: Mocha 2.2.0 causes test failure: "unexpected invocation" |
||
| 254 | * Patch #40802: Support builder 3.3.0 |
||
| 255 | |||
| 256 | h3. [Issues] |
||
| 257 | |||
| 258 | * Defect #40410: Watcher groups on new issue form get dereferenced on validation error |
||
| 259 | * Defect #40412: Issue list filter "Watched by: me" only shows issues watched via group for projects with the view_issue_watchers permission |
||
| 260 | * Feature #40556: Focus on the textarea after clicking the Edit Journal button |
||
| 261 | |||
| 262 | h3. [Issues workflow] |
||
| 263 | |||
| 264 | * Patch #40693: Ignore status in roleld_up_status if workflow only defines identity transition |
||
| 265 | |||
| 266 | h3. [Performance] |
||
| 267 | |||
| 268 | * Defect #40610: Slow display of projects list when including project description column |
||
| 269 | |||
| 270 | h3. [Rails support] |
||
| 271 | |||
| 272 | * Patch #40818: Update Rails to 6.1.7.8 |
||
| 273 | |||
| 274 | h3. [Translations] |
||
| 275 | |||
| 276 | * Patch #40682: Czech translation update for 5.1-stable |
||
| 277 | |||
| 278 | 4 | Marius BĂLTEANU | h2. version:5.1.2 (2024-03-04) |
| 279 | |||
| 280 | h3. [Activity view] |
||
| 281 | |||
| 282 | * Defect #39995: Project Activities and Roadmap views disclose presence of private sub projects |
||
| 283 | |||
| 284 | h3. [Administration] |
||
| 285 | |||
| 286 | * Defect #40166: Internationalize "Check all / Uncheck all" tooltip in project list for admins |
||
| 287 | |||
| 288 | h3. [Code cleanup/refactoring] |
||
| 289 | |||
| 290 | * Defect #39864: Backport fix of random failing integration test for plugin routes |
||
| 291 | * Defect #40239: Add missing fixtures in Redmine::ApiTest::IssuesTest |
||
| 292 | * Patch #39894: Explicitly render a 404 on non-JS requests to watchers#new |
||
| 293 | * Patch #39999: Explicitly render a 404 on non-JS requests to messages#quote |
||
| 294 | * Patch #40043: Remove year ranges from all copyright headers |
||
| 295 | |||
| 296 | h3. [Database] |
||
| 297 | |||
| 298 | 5 | Marius BĂLTEANU | * Patch #39865: Extend mysql8? test helper to handle complex version strings |
| 299 | 4 | Marius BĂLTEANU | |
| 300 | h3. [Filters] |
||
| 301 | |||
| 302 | * Defect #39991: Fix "any" operator for text filters to exclude empty text values |
||
| 303 | |||
| 304 | h3. [Issues] |
||
| 305 | |||
| 306 | * Defect #39932: Incorrect position of "Edited" mark in issue notes with h4 headings |
||
| 307 | |||
| 308 | h3. [Plugin API] |
||
| 309 | |||
| 310 | * Defect #39862: Attachments functionality for (custom) plugins broken since fix for CVE-2022-44030 |
||
| 311 | * Feature #39948: Add Redmine::Plugin proxy method for Redmine::Acts::Attachable::ObjectTypeConstraint.register_object_type |
||
| 312 | |||
| 313 | h3. [REST API] |
||
| 314 | |||
| 315 | * Defect #40099: User api filtering by status=* broke on upgrade from 5.0 to 5.1 |
||
| 316 | |||
| 317 | h3. [Rails support] |
||
| 318 | |||
| 319 | * Patch #40319: Update Rails to 6.1.7.7 |
||
| 320 | |||
| 321 | h3. [SEO] |
||
| 322 | |||
| 323 | * Defect #40208: An ActionController::RespondToMismatchError occurred in welcome#robots |
||
| 324 | |||
| 325 | h3. [Security] |
||
| 326 | |||
| 327 | * Defect #39875: Mitigate CVE-2023-23913 (rails-ujs) |
||
| 328 | |||
| 329 | h3. [Text formatting] |
||
| 330 | |||
| 331 | * Defect #39755: CommonMark Markdown help page does not reflect user's language setting |
||
| 332 | * Defect #40193: Performance issue with email address auto-linking in the default ("none") formatter |
||
| 333 | * Feature #39884: Allow multiple footnotes per single word |
||
| 334 | |||
| 335 | h3. [Translations] |
||
| 336 | |||
| 337 | * Defect #39801: Fix typo in Russian translation of text_status_no_workflow |
||
| 338 | * Patch #39751: Additional translation for Tamil language |
||
| 339 | * Patch #39781: Persian translation update for 5.1-stable |
||
| 340 | * Patch #39782: Russian translation update for 5.1-stable |
||
| 341 | * Patch #40240: Catalan translation update for 5.1-stable |
||
| 342 | |||
| 343 | h3. [UI] |
||
| 344 | |||
| 345 | * Defect #39780: User select element on activity sidebar views cutoff when displaying long user names |
||
| 346 | * Defect #39802: Fix click event handling in mobile view after closing flyout menu |
||
| 347 | * Defect #40237: Error in autocomplete (`ActionController::BadRequest (Invalid query parameters: invalid %-encoding (%)`) |
||
| 348 | |||
| 349 | 3 | Marius BĂLTEANU | h2. version:5.1.1 (2023-11-27) |
| 350 | |||
| 351 | h3. [Database] |
||
| 352 | |||
| 353 | * Defect #39437: MySQL / MariaDB issue nested set deadlocks and consistency |
||
| 354 | * Defect #39443: Invalid statement query error on MSSQL when role filter is used in issues query |
||
| 355 | * Patch #39737: Support MySQL 8 |
||
| 356 | |||
| 357 | h3. [Email notifications] |
||
| 358 | |||
| 359 | * Defect #39553: Mention notification is not sent (MENTION_PATTERN / LINKS_RE inconsistency) |
||
| 360 | |||
| 361 | h3. [Filters] |
||
| 362 | |||
| 363 | * Defect #39714: Query grouping filter not working for custom field relations |
||
| 364 | |||
| 365 | h3. [Gems support] |
||
| 366 | |||
| 367 | * Defect #39576: `rake yard` does not work with Ruby >= 3.2 |
||
| 368 | |||
| 369 | h3. [Issues] |
||
| 370 | |||
| 371 | * Defect #39521: Mention autocomplete not displaying for users without "Edit issues" permission |
||
| 372 | |||
| 373 | h3. [PDF export] |
||
| 374 | |||
| 375 | * Defect #39534: Error (undefined method) in issue list PDF export |
||
| 376 | |||
| 377 | h3. [Text formatting] |
||
| 378 | |||
| 379 | * Defect #38852: ## issue syntax is not kept when selecting an issue from the inline autocomplete |
||
| 380 | |||
| 381 | h3. [Translations] |
||
| 382 | |||
| 383 | * Patch #39513: Bulgarian translation update for 5.1-stable |
||
| 384 | * Patch #39551: Simplified Chinese translation update for 5.1-stable |
||
| 385 | |||
| 386 | 1 | Go MAEDA | h2. version:5.1.0 (2023-10-31) |
| 387 | |||
| 388 | h3. [Accounts / authentication] |
||
| 389 | |||
| 390 | * Defect #6254: Remove "Unknown user" notification on password request with non-existent email address |
||
| 391 | * Defect #36969: EmailAddress regex matches invalid email addresses |
||
| 392 | * Feature #33660: Information text on sudo password entry |
||
| 393 | * Feature #35450: Better validation error message when the domain of email is not allowed |
||
| 394 | * Feature #37679: Raise the maximum length of the last name to 255 characters |
||
| 395 | |||
| 396 | h3. [Administration] |
||
| 397 | |||
| 398 | * Defect #37692: Plugins page does not have a table header |
||
| 399 | * Feature #33422: Re-implement admin project list using ProjectQuery system |
||
| 400 | * Feature #36691: Background job and dedicated status for project deletion |
||
| 401 | * Feature #36695: Add check in Redmine information page if default queue adapter is used in production |
||
| 402 | * Feature #36891: Ask more specific confirmation questions when closing/reopening/archiving projects |
||
| 403 | * Feature #37674: Upgrade Admin/Users list to use the query system |
||
| 404 | |||
| 405 | h3. [Attachments] |
||
| 406 | |||
| 407 | * Feature #38168: WebP images support |
||
| 408 | * Patch #37597: Don't create two thumbnails of different resolutions for a single image |
||
| 409 | |||
| 410 | h3. [Calendar] |
||
| 411 | |||
| 412 | * Feature #27346: Use the new pagination style for the calendars view |
||
| 413 | * Feature #33682: Display calendar in vertical list layout on mobile screens |
||
| 414 | |||
| 415 | h3. [Code cleanup/refactoring] |
||
| 416 | |||
| 417 | * Defect #15667: Fix shadowing variable in ApplicationHelper#textilizable |
||
| 418 | * Defect #20042: A test fail when running it with PostgreSQL |
||
| 419 | * Defect #37389: Add missing fixture to JournalObserverTest |
||
| 420 | * Defect #37586: Typo in method names |
||
| 421 | * Defect #37587: Unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.rb |
||
| 422 | * Defect #38145: Unreachable branch in ApplicationHelper#format_object due to the use of the deprecated Fixnum class |
||
| 423 | * Defect #38250: config/settings.yml not closed in Setting.load_available_settings |
||
| 424 | * Defect #39180: Fix an intermittent test failure in JournalTest |
||
| 425 | * Feature #37119: Drop redcarpet dependency for common_mark formatter |
||
| 426 | * Patch #36844: Cleanup orphaned query and role ids from habtm join table queries_roles |
||
| 427 | * Patch #37448: Add missing fixture users to RoleTest |
||
| 428 | * Patch #37451: Add missing fixture versions to IssuesPdfHelperTest |
||
| 429 | * Patch #37466: Add missing fixture issue_categories to VersionTest |
||
| 430 | * Patch #37469: Add missing fixture versions to RepositoryTest |
||
| 431 | * Patch #37470: Add missing fixture versions to MailHandlerControllerTest |
||
| 432 | * Patch #37477: Add missing fixture issue_categories to MyControllerTest |
||
| 433 | * Patch #37482: Replace JQuery `.focus()` method with HTML `autofocus` attribute |
||
| 434 | * Patch #37507: Normalize HTML in app/views/settings/_users.html.erb |
||
| 435 | * Patch #37591: Use start_with? or end_with? to check the first or last character of a string |
||
| 436 | * Patch #37599: Remove extra call of Attachment#thumbnailable? in AttachmentsController#thumbnail |
||
| 437 | * Patch #37614: Cleanup app/models/repository/git.rb |
||
| 438 | * Patch #37657: Rename Repository#supports_all_revisions? to Repository#supports_history? |
||
| 439 | * Patch #37668: Fix bad I18n `t` call in macro error handler |
||
| 440 | * Patch #37682: Add the `# frozen_string_literal: true` magic comment to config/initializers/secret_token.rb |
||
| 441 | * Patch #37851: Add missing fixture to test/integration/issue_test.rb |
||
| 442 | * Patch #37974: Database migration to remove unused "mention_users" permission |
||
| 443 | * Patch #38054: Remove unused i18n keys label_sort_highest, label_sort_higher, label_sort_lower, and label_sort_lowest |
||
| 444 | * Patch #38091: Fix redundant 'private' modifier in repositories_git_controller_test.rb |
||
| 445 | * Patch #38093: Use require_relative instead of generating the full path for a file |
||
| 446 | * Patch #38139: Add guard clause to time_tag method to handle nil time |
||
| 447 | * Patch #38228: Remove X-UA-Compatible meta tag for Internet Explorer |
||
| 448 | * Patch #38478: Remove unused i18n key label_last_login |
||
| 449 | * Patch #38496: Add missing fixtures to SearchControllerTest |
||
| 450 | * Patch #38646: Remove unused locale entry: label_optgroup_others |
||
| 451 | * Patch #38772: <=> should return nil when invoked with an incomparable object |
||
| 452 | * Patch #39021: Add ".byebug_history" to svn:ignore, .gitignore, and .hgignore |
||
| 453 | * Patch #39066: Remove set_language_if_valid from MyController |
||
| 454 | * Patch #39109: Improving Test Reliability with Capybara Assertions |
||
| 455 | * Patch #39184: Cleanup debug code in app/models/mail_handler.rb |
||
| 456 | * Patch #39207: Replace `YAML.load` with `YAML.load_file` in locales.rake and improve error reporting for invalid YAML files |
||
| 457 | |||
| 458 | h3. [Custom fields] |
||
| 459 | |||
| 460 | * Patch #37750: Use existing html pipeline based sanitization for links in custom fields |
||
| 461 | |||
| 462 | h3. [Email notifications] |
||
| 463 | |||
| 464 | * Feature #2746: Send out issue priority in the email notification header |
||
| 465 | * Feature #34302: Show parent issues in notification email |
||
| 466 | * Feature #38238: Auto watch issues on issue creation |
||
| 467 | |||
| 468 | h3. [Email receiving] |
||
| 469 | |||
| 470 | * Feature #38263: Try importing journal replies as issue reply where applicable |
||
| 471 | * Feature #38273: Improve errors in MailHandler: add MissingContainer and LockedTopic exception |
||
| 472 | * Feature #38274: Receive e-mail replies to news and news comments |
||
| 473 | * Patch #38408: Remove experimental flag from "Preferred part of multipart (HTML) emails" setting |
||
| 474 | |||
| 475 | h3. [Filters] |
||
| 476 | |||
| 477 | * Feature #38435: "contains any of" operator for text filters to perform OR search of multiple terms |
||
| 478 | * Feature #38456: OR search with multiple terms for "starts with" and "ends with" filter operators |
||
| 479 | |||
| 480 | h3. [Gems support] |
||
| 481 | |||
| 482 | * Patch #36919: Update RuboCop to 1.57 |
||
| 483 | * Patch #37236: Update Rouge to 4.2 |
||
| 484 | * Patch #37247: Update RuboCop Performance to 1.19 |
||
| 485 | * Patch #37248: Update RuboCop Rails to 2.22 |
||
| 486 | * Patch #37401: Update I18n to 1.14 |
||
| 487 | * Patch #37525: Update Pg to 1.5 |
||
| 488 | * Patch #37558: Update webdrivers to 5.0 |
||
| 489 | * Patch #37656: Update sqlite3 gem to 1.5 |
||
| 490 | * Patch #37993: Update Mail gem to 2.8 |
||
| 491 | * Patch #38121: Update MiniMagick to 4.12 |
||
| 492 | * Patch #38122: Remove Bundler from requirements |
||
| 493 | * Patch #38124: Update csv, net-imap, net-pop, and net-smtp gems to the same versions shipped with Ruby 3.2.0 |
||
| 494 | * Patch #38137: Update SimpleCov to 0.22 |
||
| 495 | * Patch #38181: Update Nokogiri to 1.15.2 |
||
| 496 | * Patch #38187: Update SQLite3 gem to 1.6 |
||
| 497 | * Patch #38220: Update Redcarpet to 3.6 |
||
| 498 | * Patch #39211: Update roadie-rails to 3.1 |
||
| 499 | |||
| 500 | h3. [I18n] |
||
| 501 | |||
| 502 | * Defect #38509: Untranslated string "OK" in the repository browser |
||
| 503 | * Feature #37878: Allow using ideographic space (U+3000) as a separator for search terms |
||
| 504 | * Patch #38529: Limit available locales to those defined by Redmine itself |
||
| 505 | |||
| 506 | h3. [Importers] |
||
| 507 | |||
| 508 | * Feature #36823: Allow to import time entries for issues in different projects |
||
| 509 | |||
| 510 | h3. [Issues] |
||
| 511 | |||
| 512 | * Defect #38458: Display order of watchers in the sidebar is indeterminate |
||
| 513 | * Defect #38493: The related issues count on the issue view is not updated after deleting one of the related issues |
||
| 514 | * Defect #39186: Missing synchronization between watchers and watcher_users for unsaved objects |
||
| 515 | * Feature #2568: Description for issue statuses |
||
| 516 | * Feature #16207: Use query name as the file name when exporting queries |
||
| 517 | * Feature #31505: Mark edited journal notes as "Edited" |
||
| 518 | * Feature #37362: CSV export of issues report |
||
| 519 | * Feature #37532: Add CSS class for relation type to related issues list |
||
| 520 | * Feature #37621: Add field separator option to CSV export dialog |
||
| 521 | * Feature #38416: Ability to disable the priority field |
||
| 522 | * Patch #38820: Retry in case of stale issue during Issue.update_versions |
||
| 523 | |||
| 524 | h3. [Issues filter] |
||
| 525 | |||
| 526 | * Feature #38301: Multiple issue ids in "Related to" filter |
||
| 527 | * Feature #38402: "Any searchable text" filter for issues |
||
| 528 | * Feature #38527: New issues filter operators "has been", "has never been", and "changed from" |
||
| 529 | |||
| 530 | h3. [Issues workflow] |
||
| 531 | |||
| 532 | * Defect #37635: Respect Role#consider_workflow? when checking for allowed status transitions |
||
| 533 | * Patch #37636: Ignore statuses if workflow only defines identity transition |
||
| 534 | |||
| 535 | h3. [News] |
||
| 536 | |||
| 537 | * Feature #2631: Add breadcrumbs to news pages |
||
| 538 | |||
| 539 | h3. [PDF export] |
||
| 540 | |||
| 541 | * Feature #38368: WebP images support in PDF output |
||
| 542 | |||
| 543 | h3. [Performance] |
||
| 544 | |||
| 545 | * Patch #29171: Add an index to improve the performance of issue queries involving custom fields |
||
| 546 | * Patch #37057: Query optimization for attachments activity |
||
| 547 | * Patch #37528: Don't load changesets when IssuesController#show processes API requests without "include=changesets" |
||
| 548 | * Patch #37687: Retrieve attachments with a single query when rendering a journal |
||
| 549 | * Patch #38146: Fix all performance-related RuboCop offenses |
||
| 550 | * Patch #38198: Improve MySQL query plan for Project#project_condition |
||
| 551 | * Patch #38319: Optimize IssueQuery#sql_for_assigned_to_role_field for PostgreSQL performance |
||
| 552 | * Patch #38474: Preload default_status when listing trackers |
||
| 553 | |||
| 554 | h3. [Permissions and roles] |
||
| 555 | |||
| 556 | * Feature #37807: Allow access to /robots.txt even if logins are required |
||
| 557 | * Feature #38048: Introduce permission to set a project public |
||
| 558 | |||
| 559 | h3. [Plugin API] |
||
| 560 | |||
| 561 | * Defect #31116: Database migrations don't run correctly for plugins when specifying the `VERSION` env variable |
||
| 562 | * Defect #38707: Fix order of loading plugins' config/routes.rb |
||
| 563 | * Feature #38730: Generate snake-case file name by redmine_plugin_migration |
||
| 564 | |||
| 565 | h3. [REST API] |
||
| 566 | |||
| 567 | * Defect #38668: Unable to retrieve custom fields set as "For all projects" via Projects API |
||
| 568 | * Feature #37617: Add description field to custom fields API |
||
| 569 | * Feature #39113: Add missing Homepage attribute in Projects API response |
||
| 570 | |||
| 571 | h3. [Rails support] |
||
| 572 | |||
| 573 | * Feature #38216: Add template filenames as comments to HTML output in development mode |
||
| 574 | |||
| 575 | h3. [Roadmap] |
||
| 576 | |||
| 577 | * Feature #36679: Export a version as changelog text |
||
| 578 | |||
| 579 | h3. [Ruby support] |
||
| 580 | |||
| 581 | * Feature #37159: Drop Ruby 2.5 support |
||
| 582 | * Feature #38099: Add Ruby 3.2 support |
||
| 583 | * Feature #38134: Drop Ruby 2.6 support |
||
| 584 | |||
| 585 | h3. [SCM] |
||
| 586 | |||
| 587 | * Feature #35432: Git: View annotation prior to the change |
||
| 588 | |||
| 589 | h3. [Search engine] |
||
| 590 | |||
| 591 | * Feature #38459: Support "My bookmarks" in the search |
||
| 592 | * Feature #38481: Further narrow search results with issues filter |
||
| 593 | |||
| 594 | h3. [Text formatting] |
||
| 595 | |||
| 596 | * Feature #34863: Change default text formatter for new installations from textile to common_mark |
||
| 597 | * Patch #36807: Remove CommonMark experimental flag and mark as deprecated the RedCarpet Markdown |
||
| 598 | |||
| 599 | h3. [Third-party libraries] |
||
| 600 | |||
| 601 | * Feature #39400: Migrate Stylelint to 15.11.0 |
||
| 602 | * Patch #37538: Update Chart.js to 3.9.1 |
||
| 603 | * Patch #38162: Update jQuery UI Datepicker i18n files to 1.13.2 |
||
| 604 | |||
| 605 | h3. [Time tracking] |
||
| 606 | |||
| 607 | * Feature #10314: Make the only enabled activity in a project the default one for time entry |
||
| 608 | * Feature #27821: "Issue's subject" filter for spent time |
||
| 609 | * Feature #29286: Add default spent time activity per role |
||
| 610 | * Feature #37623: Add Parent task filter and column to Spent time |
||
| 611 | |||
| 612 | h3. [Translations] |
||
| 613 | |||
| 614 | * Defect #38477: Fix the English and Japanese translations of field_last_login_on |
||
| 615 | * Defect #38871: Fix mistranslation of label_board_sticky in Spanish translation |
||
| 616 | * Feature #34924: Add Tamil language support |
||
| 617 | * Feature #36938: Update translations of field_principal to User or Group |
||
| 618 | * Patch #32435: Change Russian translation for "Submit" |
||
| 619 | |||
| 620 | h3. [UI] |
||
| 621 | |||
| 622 | * Feature #1069: Open Help in a separate tab |
||
| 623 | * Feature #36908: Improve wording on password change form |
||
| 624 | * Feature #38231: Limit the year to 4 digits in date input |
||
| 625 | * Patch #38449: Align buttons in modal dialogs to the left instead of right |
||
| 626 | |||
| 627 | h3. [UI - Responsive] |
||
| 628 | |||
| 629 | * Patch #38360: Do not apply table-layout:fixed in potentially wide tables of detailed issue reports |
||
| 630 | |||
| 631 | h3. [Wiki] |
||
| 632 | |||
| 633 | * Defect #34634: Deletion of project wiki leaves the project wiki inaccessible (404) until module reactivation |