Changelog »
Changelog 5.1.x¶
version:5.1.11 (2026-01-05)¶
[Code cleanup/refactoring]¶
Defect redmine.org #43441 : Fix failures in test/system/issues_test.rb
Patch redmine.org #43638 : Update copyright year to 2026
[Gems support]¶
Defect redmine.org #43609 : Tests fail with minitest 6.0
[Security]¶
Defect redmine.org #43451 : PostScript disguised as PDF can lead to arbitrary file operations via thumbnail generation
Defect redmine.org #43634 : Authorization bypass in Redmine allows modification of attachment metadata on invisible issues
Defect redmine.org #43635 : Authorization bypass in Redmine allows deletion of attachment on invisible issues external
version:5.1.10 (2025-09-21)¶
[Importers]¶
Defect redmine.org #42957 : Incorrect "for" attribute in labels of issue relations import
[Security]¶
Defect redmine.org #42998 : Username and password stored in login form
Defect redmine.org #43083 : Information disclosure in Two-Factor Authentication
Defect redmine.org #43161 : When copying issues, all existing custom values are set to the new issue without sufficient validation
[SCM]¶
Defect redmine.org #43002 : RepositoriesSubversionControllerTest fails in 5.1-stable due to missing foo.js in test repository
[UI]¶
Defect redmine.org #43175 : Fix some issues with missing or misplaced html tags
version:5.1.9 (2025-07-07)¶
[Code cleanup/refactoring]¶
Defect redmine.org #42687 : Fix random failures in several system tests with Chrome 133 and later
Patch redmine.org #42422 : Use Capybara's assert_current_path in "log_user" steps to wait for page in ApplicationSystemTestCase
Patch redmine.org #42600 : Suppress "Change your password" popup for stable system tests
Patch redmine.org #42756 : Update tests for rails-dom-testing 2.3.0 whitespace collapsing
[Database]¶
Defect redmine.org #42622 : Joining both atom_token and api_token on the User model causes an error due to the ambiguous column name "action"
[Email receiving]¶
Defect redmine.org #42962 : Mail handler fails to create issues from emails over 4MB on Rack >= 3.1.14
[Gems support]¶
Defect redmine.org #42606 : RuboCop warning about deprecated `EnsureNode#body` with rubocop-ast >= 1.41
[I18n]¶
Defect redmine.org #42815 : Limit available locales to those defined by Redmine itself no longer works
[Issues workflow]¶
Defect redmine.org #42875 : "Page not found" error when saving workflows with many statuses on Rack >= 3.1.14
[No category]¶
Patch redmine.org #42688 : Run system tests on GitHub CI
[Performance]¶
Defect redmine.org #42933 : Fix N+1 query issue in Wiki history page when loading authors of Wiki content versions
[SCM]¶
Defect redmine.org #42839 : Downloading .js files from the repository browser fails with a 422 error due to ActionController::InvalidCrossOriginRequest
Patch redmine.org #42597 : Skip some Mercurial tests when using Mercurial 5.1 or later in Redmine 6.0 or 5.1
[Security]¶
Patch redmine.org #42662 : Require net-imap gem 0.2.5, 0.3.9, 0.4.20, 0.5.7, or later to address CVE-2025-43857
[Text formatting]¶
Defect redmine.org #42648 : Wiki/CommonMark: Broken references for multiple footnote usage
[UI]¶
Defect redmine.org #42640 : Query totals overlaps query buttons when an RTL language is used
Patch redmine.org #42794 : Hide irrelevant information when printing
version:5.1.8 (2025-04-20)¶
[Administration]¶
Defect redmine.org #42584 : NoMethodError when creating a user with an invalid email address and domain restrictions are enabled
[Attachments]¶
Defect redmine.org #42394 : Inconsistent behaviour between attachment download routes with and without filename
[Code cleanup/refactoring]¶
Patch redmine.org #42562 : Fix random test failure in ProjectAdminQueryTest due to missing language setting
Patch redmine.org #42572 : Fix random test failure in MemberTest#test_update_roles_with_inherited_roles due to non-deterministic ordering
[Custom fields]¶
Patch redmine.org #41935 : Add "editable" attribute in the custom fields API response
[Gantt]¶
Defect redmine.org #42145 : MiniMagick (> 5) removed cli_path, result crash when supplied imagemagick_convert_command
[Issues]¶
Defect redmine.org #42458 : "For all projects" checkbox should be disabled when editing an existing query in which the checkbox is already checked
[Performance]¶
Defect redmine.org #40728 : Slow loading of global spent time list in MySQL
Feature redmine.org #42574 : Optimize autocomplete issue listing triggered by typing "##" by eager loading trackers
[Text formatting]¶
Defect redmine.org #42545 : Commit message in issue history might be rendered in incorrect context
[UI]¶
Defect redmine.org #41828 : In mobile view, delete relation svg icon in 'Related Issues' on an issue page, overflow text
Defect redmine.org #41947 : Collapse arrow shows the wrong direction at /workflows/edit
Patch redmine.org #42497 : Adjust the position of the news comment delete button
Patch redmine.org #42596 : Do not show user icon in add watchers modal when gravatar is disabled
version:5.1.7 (2025-03-10)¶
[Code cleanup/refactoring]¶
Defect redmine.org #42200 : InlineAutocompleteSystemTest login test fails randomly
Patch redmine.org #42244 : Fix random failures in IssuesTest#test_bulk_copy due to StaleElementReferenceError
[Gems support]¶
Defect redmine.org #42245 : 5.1-stable: Redmine fails to start with error: Unknown database adapter `"mysql2"` found in config/database.yml
[No category]¶
Feature redmine.org #30069 : Use GitHub Actions as a secondary CI solution to run tests through the existing mirroring
[Security]¶
Defect redmine.org #42326 : Stored Cross-Site Scripting (XSS) in macros
Defect redmine.org #42352 : ProjectQuery leaks details of private projects
Defect redmine.org #42194 : /my/account does not correctly enforce sudo mode
Patch redmine.org #42333 : Update Nokogiri to 1.18.3
version:5.1.6 (2025-01-29)¶
[Code cleanup/refactoring]¶
Patch redmine.org #41961 : Use `fixtures :all` to ensure consistent test data and improve test reliability
Patch redmine.org #42140 : Update footer copyright year to 2025
[Gems support]¶
Defect redmine.org #42013 : Redmine fails to start with error: Unknown database adapter `"mysql2"` found in config/database.yml
[Issues]¶
Defect redmine.org #42066 : NoMethodError exception occurs in IssuePriority#high and #low when both default and active priorities are absent
[Permissions and roles]¶
Defect redmine.org #42106 : Member roles are incorrectly added when a user's memberships are updated
[Rails support]¶
Defect redmine.org #42113 : Redmine 5.x not starting with ActiveSupport Logger error
version:5.1.5 (2024-12-11)¶
[Accounts / authentication]¶
Feature redmine.org #41927 : Enable browser autocomplete for 2FA input fields
Feature redmine.org #41937 : Enable browser autocomplete for login input fields
[Code cleanup/refactoring]¶
Defect redmine.org #41795 : Missing fixture: a test does not pass if the 'issue_categories' fixtures are not already loaded
Patch redmine.org #41881 : Improper deletion of custom fields in IssueNestedSetConcurrencyTest causes test failures of other tests
Patch redmine.org #41889 : Fix random test failures in Redmine::Acts::MentionableTest due to unsorted mentioned_users
Patch redmine.org #41894 : Fix random test failure by ensuring WatchersController#find_objects_from_params returns results in consistent order
Patch redmine.org #41901 : Fix random test failure in DestroyProjectsJobTest due to unsorted @projects
Patch redmine.org #41902 : Fix class name to match file name in keyboard_shortcuts_test.rb
Patch redmine.org #41931 : Fix random failures in IssueRelationTest#test_create_with_initialized_journals due to ambiguous conditions for retrieving the expected detail
Patch redmine.org #41934 : Fix random test failure in ProjectsControllerTest::test_post_copy_should_copy_requested_items due to missing :issue_categories fixture
Patch redmine.org #41951 : Fix random test failure in IssueTest due to unsorted expected_statuses
[Gems support]¶
Defect redmine.org #41749 : Warning during startup: "Unresolved or ambiguous specs during Gem::Specification.reset"
[Issues]¶
Defect redmine.org #40301 : Error when create a version with custom field of "File" type from Issue page
[UI]¶
Defect redmine.org #41778 : Name field in custom query creation/edit form is not marked as required
version:5.1.4 (2024-11-03)¶
[Code cleanup/refactoring]¶
Patch redmine.org #41313 : Fix test/unit/issue_test.rb to use correct IANA timezone name "Asia/Hong_Kong" instead of deprecated "Hongkong"
[Filters]¶
Defect redmine.org #41079 : Incorrect sorting of users grouped by status in issue filters for administrators
[Gantt]¶
Defect redmine.org #41263 : Gantt progress line misrendering for 0% progress issues/versions with future start dates beyond chart range
[I18n]¶
Defect redmine.org #37072 : Capitalization issue for object names in I18n keys: button_save_object, button_edit_object, and button_delete_object
Defect redmine.org #39778 : Untranslated string "OK" in the repository browser
[Importers]¶
Defect redmine.org #41465 : "Import issues" and "Import time entries" pages are visible to users without "Add issues" and "Log spent time" permissions
[Issues]¶
Defect redmine.org #8539 : Fix NoMethodError in Issue#blocked? due to invalid issue_from_id in Issue#relations_from
Defect redmine.org #40860 : Creating a new issue fails with an internal error if no issue priorities are defined
[Projects]¶
Defect redmine.org #41217 : Broken project list table when filter scheduled for deletion
[Ruby support]¶
Patch redmine.org #41489 : Update Rails to 6.1.7.10
[SCM]¶
Defect redmine.org #40948 : ActiveRecord::ValueTooLong error with git author longer than 255 characters
[Security]¶
Defect redmine.org #40946 : Watcher list visible with only add watchers permissions
[Text formatting]¶
Defect redmine.org #41096 : "##" syntax auto complete does not work
[Time tracking]¶
Defect redmine.org #40924 : Spent Hours ignoring "Time Span Format" Setting on several pages
[Translations]¶
Patch redmine.org #40875 : Improve Czech translation for "two-factor authentication"
Patch redmine.org #40950 : Improve english translation for invalid watcher notice
Patch redmine.org #41254 : Brazilian Portuguese translation update for 5.1-stable
Patch redmine.org #41420 : Italian translation update for 5.1-stable
[UI]¶
Patch redmine.org #41624 : CSS-fix to prevent 'blinking' tooltips
[Wiki]¶
Defect redmine.org #40655 : Revisions count is wrong on the wiki content page
Defect redmine.org #40716 : "Edit this section" on Wiki pages misinterprets issue links with double hash (##nnn) as ATX headings
version:5.1.3 (2024-06-12)¶
[Code cleanup/refactoring]¶
Defect redmine.org #40389 : Missing fixture: add :groups_users fixture to Redmine::ApiTest::UsersTest
[Gems support]¶
Defect redmine.org #40603 : Mocha 2.2.0 causes test failure: "unexpected invocation"
Patch redmine.org #40802 : Support builder 3.3.0
[Issues]¶
Defect redmine.org #40410 : Watcher groups on new issue form get dereferenced on validation error
Defect redmine.org #40412 : Issue list filter "Watched by: me" only shows issues watched via group for projects with the view_issue_watchers permission
Feature redmine.org #40556 : Focus on the textarea after clicking the Edit Journal button
[Issues workflow]¶
Patch redmine.org #40693 : Ignore status in roleld_up_status if workflow only defines identity transition
[Performance]¶
Defect redmine.org #40610 : Slow display of projects list when including project description column
[Rails support]¶
Patch redmine.org #40818 : Update Rails to 6.1.7.8
[Translations]¶
Patch redmine.org #40682 : Czech translation update for 5.1-stable
version:5.1.2 (2024-03-04)¶
[Activity view]¶
Defect redmine.org #39995 : Project Activities and Roadmap views disclose presence of private sub projects
[Administration]¶
Defect redmine.org #40166 : Internationalize "Check all / Uncheck all" tooltip in project list for admins
[Code cleanup/refactoring]¶
Defect redmine.org #39864 : Backport fix of random failing integration test for plugin routes
Defect redmine.org #40239 : Add missing fixtures in Redmine::ApiTest::IssuesTest
Patch redmine.org #39894 : Explicitly render a 404 on non-JS requests to watchers#new
Patch redmine.org #39999 : Explicitly render a 404 on non-JS requests to messages#quote
Patch redmine.org #40043 : Remove year ranges from all copyright headers
[Database]¶
Patch redmine.org #39865 : Extend mysql8? test helper to handle complex version strings
[Filters]¶
Defect redmine.org #39991 : Fix "any" operator for text filters to exclude empty text values
[Issues]¶
Defect redmine.org #39932 : Incorrect position of "Edited" mark in issue notes with h4 headings
[Plugin API]¶
Defect redmine.org #39862 : Attachments functionality for (custom) plugins broken since fix for CVE-2022-44030
Feature redmine.org #39948 : Add Redmine::Plugin proxy method for Redmine::Acts::Attachable::ObjectTypeConstraint.register_object_type
[REST API]¶
Defect redmine.org #40099 : User api filtering by status=* broke on upgrade from 5.0 to 5.1
[Rails support]¶
Patch redmine.org #40319 : Update Rails to 6.1.7.7
[SEO]¶
Defect redmine.org #40208 : An ActionController::RespondToMismatchError occurred in welcome#robots
[Security]¶
Defect redmine.org #39875 : Mitigate CVE-2023-23913 (rails-ujs)
[Text formatting]¶
Defect redmine.org #39755 : CommonMark Markdown help page does not reflect user's language setting
Defect redmine.org #40193 : Performance issue with email address auto-linking in the default ("none") formatter
Feature redmine.org #39884 : Allow multiple footnotes per single word
[Translations]¶
Defect redmine.org #39801 : Fix typo in Russian translation of text_status_no_workflow
Patch redmine.org #39751 : Additional translation for Tamil language
Patch redmine.org #39781 : Persian translation update for 5.1-stable
Patch redmine.org #39782 : Russian translation update for 5.1-stable
Patch redmine.org #40240 : Catalan translation update for 5.1-stable
[UI]¶
Defect redmine.org #39780 : User select element on activity sidebar views cutoff when displaying long user names
Defect redmine.org #39802 : Fix click event handling in mobile view after closing flyout menu
Defect redmine.org #40237 : Error in autocomplete (`ActionController::BadRequest (Invalid query parameters: invalid -encoding ( )`)
version:5.1.1 (2023-11-27)¶
[Database]¶
Defect redmine.org #39437 : MySQL / MariaDB issue nested set deadlocks and consistency
Defect redmine.org #39443 : Invalid statement query error on MSSQL when role filter is used in issues query
Patch redmine.org #39737 : Support MySQL 8
[Email notifications]¶
Defect redmine.org #39553 : Mention notification is not sent (MENTION_PATTERN / LINKS_RE inconsistency)
[Filters]¶
Defect redmine.org #39714 : Query grouping filter not working for custom field relations
[Gems support]¶
Defect redmine.org #39576 : `rake yard` does not work with Ruby >= 3.2
[Issues]¶
Defect redmine.org #39521 : Mention autocomplete not displaying for users without "Edit issues" permission
[PDF export]¶
Defect redmine.org #39534 : Error (undefined method) in issue list PDF export
[Text formatting]¶
Defect redmine.org #38852 : ## issue syntax is not kept when selecting an issue from the inline autocomplete
[Translations]¶
Patch redmine.org #39513 : Bulgarian translation update for 5.1-stable
Patch redmine.org #39551 : Simplified Chinese translation update for 5.1-stable
version:5.1.0 (2023-10-31)¶
[Accounts / authentication]¶
Defect redmine.org #6254 : Remove "Unknown user" notification on password request with non-existent email address
Defect redmine.org #36969 : EmailAddress regex matches invalid email addresses
Feature redmine.org #33660 : Information text on sudo password entry
Feature redmine.org #35450 : Better validation error message when the domain of email is not allowed
Feature redmine.org #37679 : Raise the maximum length of the last name to 255 characters
[Administration]¶
Defect redmine.org #37692 : Plugins page does not have a table header
Feature redmine.org #33422 : Re-implement admin project list using ProjectQuery system
Feature redmine.org #36691 : Background job and dedicated status for project deletion
Feature redmine.org #36695 : Add check in Redmine information page if default queue adapter is used in production
Feature redmine.org #36891 : Ask more specific confirmation questions when closing/reopening/archiving projects
Feature redmine.org #37674 : Upgrade Admin/Users list to use the query system
[Attachments]¶
Feature redmine.org #38168 : WebP images support
Patch redmine.org #37597 : Don't create two thumbnails of different resolutions for a single image
[Calendar]¶
Feature redmine.org #27346 : Use the new pagination style for the calendars view
Feature redmine.org #33682 : Display calendar in vertical list layout on mobile screens
[Code cleanup/refactoring]¶
Defect redmine.org #15667 : Fix shadowing variable in ApplicationHelper#textilizable
Defect redmine.org #20042 : A test fail when running it with PostgreSQL
Defect redmine.org #37389 : Add missing fixture to JournalObserverTest
Defect redmine.org #37586 : Typo in method names
Defect redmine.org #37587 : Unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.rb
Defect redmine.org #38145 : Unreachable branch in ApplicationHelper#format_object due to the use of the deprecated Fixnum class
Defect redmine.org #38250 : config/settings.yml not closed in Setting.load_available_settings
Defect redmine.org #39180 : Fix an intermittent test failure in JournalTest
Feature redmine.org #37119 : Drop redcarpet dependency for common_mark formatter
Patch redmine.org #36844 : Cleanup orphaned query and role ids from habtm join table queries_roles
Patch redmine.org #37448 : Add missing fixture users to RoleTest
Patch redmine.org #37451 : Add missing fixture versions to IssuesPdfHelperTest
Patch redmine.org #37466 : Add missing fixture issue_categories to VersionTest
Patch redmine.org #37469 : Add missing fixture versions to RepositoryTest
Patch redmine.org #37470 : Add missing fixture versions to MailHandlerControllerTest
Patch redmine.org #37477 : Add missing fixture issue_categories to MyControllerTest
Patch redmine.org #37482 : Replace JQuery `.focus()` method with HTML `autofocus` attribute
Patch redmine.org #37507 : Normalize HTML in app/views/settings/_users.html.erb
Patch redmine.org #37591 : Use start_with? or end_with? to check the first or last character of a string
Patch redmine.org #37599 : Remove extra call of Attachment#thumbnailable? in AttachmentsController#thumbnail
Patch redmine.org #37614 : Cleanup app/models/repository/git.rb
Patch redmine.org #37657 : Rename Repository#supports_all_revisions? to Repository#supports_history?
Patch redmine.org #37668 : Fix bad I18n `t` call in macro error handler
Patch redmine.org #37682 : Add the `# frozen_string_literal: true` magic comment to config/initializers/secret_token.rb
Patch redmine.org #37851 : Add missing fixture to test/integration/issue_test.rb
Patch redmine.org #37974 : Database migration to remove unused "mention_users" permission
Patch redmine.org #38054 : Remove unused i18n keys label_sort_highest, label_sort_higher, label_sort_lower, and label_sort_lowest
Patch redmine.org #38091 : Fix redundant 'private' modifier in repositories_git_controller_test.rb
Patch redmine.org #38093 : Use require_relative instead of generating the full path for a file
Patch redmine.org #38139 : Add guard clause to time_tag method to handle nil time
Patch redmine.org #38228 : Remove X-UA-Compatible meta tag for Internet Explorer
Patch redmine.org #38478 : Remove unused i18n key label_last_login
Patch redmine.org #38496 : Add missing fixtures to SearchControllerTest
Patch redmine.org #38646 : Remove unused locale entry: label_optgroup_others
Patch redmine.org #38772 : <=> should return nil when invoked with an incomparable object
Patch redmine.org #39021 : Add ".byebug_history" to svn:ignore, .gitignore, and .hgignore
Patch redmine.org #39066 : Remove set_language_if_valid from MyController
Patch redmine.org #39109 : Improving Test Reliability with Capybara Assertions
Patch redmine.org #39184 : Cleanup debug code in app/models/mail_handler.rb
Patch redmine.org #39207 : Replace `YAML.load` with `YAML.load_file` in locales.rake and improve error reporting for invalid YAML files
[Custom fields]¶
Patch redmine.org #37750 : Use existing html pipeline based sanitization for links in custom fields
[Email notifications]¶
Feature redmine.org #2746 : Send out issue priority in the email notification header
Feature redmine.org #34302 : Show parent issues in notification email
Feature redmine.org #38238 : Auto watch issues on issue creation
[Email receiving]¶
Feature redmine.org #38263 : Try importing journal replies as issue reply where applicable
Feature redmine.org #38273 : Improve errors in MailHandler: add MissingContainer and LockedTopic exception
Feature redmine.org #38274 : Receive e-mail replies to news and news comments
Patch redmine.org #38408 : Remove experimental flag from "Preferred part of multipart (HTML) emails" setting
[Filters]¶
Feature redmine.org #38435 : "contains any of" operator for text filters to perform OR search of multiple terms
Feature redmine.org #38456 : OR search with multiple terms for "starts with" and "ends with" filter operators
[Gems support]¶
Patch redmine.org #36919 : Update RuboCop to 1.57
Patch redmine.org #37236 : Update Rouge to 4.2
Patch redmine.org #37247 : Update RuboCop Performance to 1.19
Patch redmine.org #37248 : Update RuboCop Rails to 2.22
Patch redmine.org #37401 : Update I18n to 1.14
Patch redmine.org #37525 : Update Pg to 1.5
Patch redmine.org #37558 : Update webdrivers to 5.0
Patch redmine.org #37656 : Update sqlite3 gem to 1.5
Patch redmine.org #37993 : Update Mail gem to 2.8
Patch redmine.org #38121 : Update MiniMagick to 4.12
Patch redmine.org #38122 : Remove Bundler from requirements
Patch redmine.org #38124 : Update csv, net-imap, net-pop, and net-smtp gems to the same versions shipped with Ruby 3.2.0
Patch redmine.org #38137 : Update SimpleCov to 0.22
Patch redmine.org #38181 : Update Nokogiri to 1.15.2
Patch redmine.org #38187 : Update SQLite3 gem to 1.6
Patch redmine.org #38220 : Update Redcarpet to 3.6
Patch redmine.org #39211 : Update roadie-rails to 3.1
[I18n]¶
Defect redmine.org #38509 : Untranslated string "OK" in the repository browser
Feature redmine.org #37878 : Allow using ideographic space (U+3000) as a separator for search terms
Patch redmine.org #38529 : Limit available locales to those defined by Redmine itself
[Importers]¶
Feature redmine.org #36823 : Allow to import time entries for issues in different projects
[Issues]¶
Defect redmine.org #38458 : Display order of watchers in the sidebar is indeterminate
Defect redmine.org #38493 : The related issues count on the issue view is not updated after deleting one of the related issues
Defect redmine.org #39186 : Missing synchronization between watchers and watcher_users for unsaved objects
Feature redmine.org #2568 : Description for issue statuses
Feature redmine.org #16207 : Use query name as the file name when exporting queries
Feature redmine.org #31505 : Mark edited journal notes as "Edited"
Feature redmine.org #37362 : CSV export of issues report
Feature redmine.org #37532 : Add CSS class for relation type to related issues list
Feature redmine.org #37621 : Add field separator option to CSV export dialog
Feature redmine.org #38416 : Ability to disable the priority field
Patch redmine.org #38820 : Retry in case of stale issue during Issue.update_versions
[Issues filter]¶
Feature redmine.org #38301 : Multiple issue ids in "Related to" filter
Feature redmine.org #38402 : "Any searchable text" filter for issues
Feature redmine.org #38527 : New issues filter operators "has been", "has never been", and "changed from"
[Issues workflow]¶
Defect redmine.org #37635 : Respect Role#consider_workflow? when checking for allowed status transitions
Patch redmine.org #37636 : Ignore statuses if workflow only defines identity transition
[News]¶
Feature redmine.org #2631 : Add breadcrumbs to news pages
[PDF export]¶
Feature redmine.org #38368 : WebP images support in PDF output
[Performance]¶
Patch redmine.org #29171 : Add an index to improve the performance of issue queries involving custom fields
Patch redmine.org #37057 : Query optimization for attachments activity
Patch redmine.org #37528 : Don't load changesets when IssuesController#show processes API requests without "include=changesets"
Patch redmine.org #37687 : Retrieve attachments with a single query when rendering a journal
Patch redmine.org #38146 : Fix all performance-related RuboCop offenses
Patch redmine.org #38198 : Improve MySQL query plan for Project#project_condition
Patch redmine.org #38319 : Optimize IssueQuery#sql_for_assigned_to_role_field for PostgreSQL performance
Patch redmine.org #38474 : Preload default_status when listing trackers
[Permissions and roles]¶
Feature redmine.org #37807 : Allow access to /robots.txt even if logins are required
Feature redmine.org #38048 : Introduce permission to set a project public
[Plugin API]¶
Defect redmine.org #31116 : Database migrations don't run correctly for plugins when specifying the `VERSION` env variable
Defect redmine.org #38707 : Fix order of loading plugins' config/routes.rb
Feature redmine.org #38730 : Generate snake-case file name by redmine_plugin_migration
[REST API]¶
Defect redmine.org #38668 : Unable to retrieve custom fields set as "For all projects" via Projects API
Feature redmine.org #37617 : Add description field to custom fields API
Feature redmine.org #39113 : Add missing Homepage attribute in Projects API response
[Rails support]¶
Feature redmine.org #38216 : Add template filenames as comments to HTML output in development mode
[Roadmap]¶
Feature redmine.org #36679 : Export a version as changelog text
[Ruby support]¶
Feature redmine.org #37159 : Drop Ruby 2.5 support
Feature redmine.org #38099 : Add Ruby 3.2 support
Feature redmine.org #38134 : Drop Ruby 2.6 support
[SCM]¶
Feature redmine.org #35432 : Git: View annotation prior to the change
[Search engine]¶
Feature redmine.org #38459 : Support "My bookmarks" in the search
Feature redmine.org #38481 : Further narrow search results with issues filter
[Text formatting]¶
Feature redmine.org #34863 : Change default text formatter for new installations from textile to common_mark
Patch redmine.org #36807 : Remove CommonMark experimental flag and mark as deprecated the RedCarpet Markdown
[Third-party libraries]¶
Feature redmine.org #39400 : Migrate Stylelint to 15.11.0
Patch redmine.org #37538 : Update Chart.js to 3.9.1
Patch redmine.org #38162 : Update jQuery UI Datepicker i18n files to 1.13.2
[Time tracking]¶
Feature redmine.org #10314 : Make the only enabled activity in a project the default one for time entry
Feature redmine.org #27821 : "Issue's subject" filter for spent time
Feature redmine.org #29286 : Add default spent time activity per role
Feature redmine.org #37623 : Add Parent task filter and column to Spent time
[Translations]¶
Defect redmine.org #38477 : Fix the English and Japanese translations of field_last_login_on
Defect redmine.org #38871 : Fix mistranslation of label_board_sticky in Spanish translation
Feature redmine.org #34924 : Add Tamil language support
Feature redmine.org #36938 : Update translations of field_principal to User or Group
Patch redmine.org #32435 : Change Russian translation for "Submit"
[UI]¶
Feature redmine.org #1069 : Open Help in a separate tab
Feature redmine.org #36908 : Improve wording on password change form
Feature redmine.org #38231 : Limit the year to 4 digits in date input
Patch redmine.org #38449 : Align buttons in modal dialogs to the left instead of right
[UI - Responsive]¶
Patch redmine.org #38360 : Do not apply table-layout:fixed in potentially wide tables of detailed issue reports
[Wiki]¶
Defect redmine.org #34634 : Deletion of project wiki leaves the project wiki inaccessible (404) until module reactivation
文件 (0)
载入中...