Project

General

Profile

Search

Results (12674)

Defect #44058 (Closed): Translation missing: setting_default_issue_due_date_offset
The translation key setting_default_issue_due_date_offset for the setting default_issue_due_date_offset, which was added in #31518, ... as "translation missing: en.setting_default_issue_due_date_offset". 2026-05-15 08:55
Defect #44054 (Closed): On the edit custom qu ... " and "Default columns" due to their distance
On the edit custom query screen, the checkbox ... s." I would appreciate your consideration. 2026-05-14 11:06
Defect #44053 (Closed): Missing Tabler icon in issue changeset details
In the issue changeset detail, we still have the old icons 2026-05-13 20:50
Defect #44051 (Closed): CSV import fails with ... <"\n"> in line 1` on latest trunk on Windows
I faced a problem to import a CSV file into R ... e <"\n"> in line 1.) </pre> !{width:500px}issues_csv_import_error.png! h3. Expected beh ... Debian (Docker) with the same CSV file. The issue seems to occur only on Windows. This looks ... sample * attachment:min-repro-crlf-bom.csv 2026-05-13 14:27
Defect #44043 (Closed): Missing dependency while upgrade
While updating from Redmine 5.1.10 to 6.1.2, ... 8.0.45 * ruby 3.2.3 * Linux (Ubuntu 24.04) 2026-05-11 10:43
Defect #44042 (Closed): Watchers section in t ... updated when watching a subtasks or related issue via context menu
When viewing an issue page that lists sub-issues or related issues, using the context menu (right-click) on one of those issues to watch or unwatch it causes the watchers sidebar of the currently displayed (parent) issue to be incorrectly re-rendered with the watcher data of the operated issue. This is a display-only bug. The parent issue's watchers are not modified in the database ... is wrong. Steps to reproduce: 1. Open an issue that has sub-issues or related issues. 2. Right-click on a sub-issue or related issue to open the context menu. 3. Click Watch or Unwatch. 4. The watchers sidebar on the parent issue page is updated with the watcher information of the sub-issue... 2026-05-11 09:29
Defect #44029 (Closed): Wide tables in attachment preview overflow the container border
When previewing a Pandoc-converted attachment ... .wiki border, breaking the layout. The same issue occurs when previewing a Markdown file that ... ink { margin: 0 0 0.5em; } </code></pre> 2026-05-07 07:55
Feature #44024 (New): Add REST API support for configuring project-specific time tracking activities
Redmine currently allows users to configure t ... etadata; * enabled modules; * trackers; * issue categories; * members and roles; * custom ... updated with request and response examples. 2026-05-04 16:23
Feature #44021 (New): Update "Author / Previo ... ticipants" and include the latest note author
When editing an existing issue, the assignee dropdown includes an "Author / ... . As a result, the section would include the issue author, the previous assignee, and the lates ... iven discussions, it is common to assign the issue to the user who left the latest note. Includ ... id gray;}.clipboard-202605041517-dtgy1.png! 2026-05-04 08:19
Patch #44012 (Closed): Japanese translation update (r24621)
Translated @label_enable_default_issue_due_date_offset@ and @label_days_relative_to ... the existing translation of @setting_default_issue_start_date_to_creation_date@ to use consistent wording with @label_enable_default_issue_due_date_offset@. 2026-05-01 03:53
Patch #44005 (Closed): Fix French translation of label_auto_watch_on_issue_created
This fixes a minor error in French locales: ... ts publique ou privé - label_auto_watch_on_issue_created: Demandes que j'ai créée + label_auto_watch_on_issue_created: Demandes que j'ai créées field_ ... ns_any_of: contenant un des button_apply_issues_filter: Appliquer le filtre des demandes </code></pre> 2026-04-28 14:08
Feature #43997 (New): Add a setting to control whether issue authors are always shown in the assignee list
This patch introduces a new administration setting: "Always show issue authors in the assignee list". When enabled, the current behavior is preserved: the issue author is always included in the assignee li ... do not have assignable roles. When disabled, Issue#assignable_users no longer adds the author u ... it has repeatedly caused confusion. Several issues have reported that the assignee list does n ... lations that rely on strict assignment rules. 2026-04-27 06:28
Feature #43996 (Closed): Add setting to choose users/groups order in assignee dropdown
This patch adds a new "Assignee list display format" setting. When the existing setting "Allow issue assignment to groups" is enabled, this new s ... ghtgray;}.clipboard-202604261608-tkyvm.png! 2026-04-26 09:12
Patch #43990 (New): Granular issue update notification settings
h2. Add detailed options for issue update notifications This patch extends t ... settings to allow more granular control over issue update notifications. Currently, issue update notifications allow selecting only a ... ication events are introduced as children of Issue updated: * Issue attributes updated * Issue relations updated * Issue custom fields updated Each of these event ... notification events have been removed: * issue_status_updated * issue_assigned_to_updated * issue_priority_updated * issue_fixed_version_updated These events are now covered by the more general *Issue attributes updated* notification in combinat ... Notifications for notes and attachments (*issue... 2026-04-24 23:55
Defect #43989 (Closed): connection_pool broken in rails 7.2.3
Please upgrade rails to 7.2.3.1 to pin connec ... .1/Gemfile https://github.com/rails/rails/issues/56786 2026-04-24 15:31
Feature #43988 (Closed): Align sidebar selected link color with the main menu indicator
The main menu now uses an indigo-blue (Open C ... the selected item clearly recognizable. *Issues list sidebar - before:* !{border: 1px soli ... bar-selected-item-color-before%402x.png! *Issues list sidebar - after:* !{border: 1px solid ... sidebar-selected-item-color-after%402x.png! 2026-04-24 08:38
Defect #43985 (Closed): Flaky IssuesSystemTest caused by `!page.has_css?`
IssuesSystemTest#test_issue_list_with_default_totalable_columns in test/system/issues_test.rb fails intermittently with the following error <pre> Failure: IssuesSystemTest#test_issue_list_with_default_totalable_columns [test/system/issues_test.rb:551]: Expected false to be truthy. bin/rails test test/system/issues_test.rb:536 </pre> The cause is the use ... code class="diff"> diff --git a/test/system/issues_test.rb b/test/system/issues_test.rb index 561118d573..1d18f27581 100644 --- a/test/system/issues_test.rb +++ b/test/system/issues_test.rb @@ -548,8 +548,8 @@ class IssuesSystemTest < ApplicationSystemTestCase ... urs') end end </code></pre> 2026-04-22 06:10
Defect #43984 (Closed): Current page background in pagination overflows its border
It is noticeable that the background color of ... rea. This behavior seems unintended. This issue can be resolved by adjusting the styles as s ... ccc}screenshot%202026-04-22%2011.40.49.png! 2026-04-22 04:47
Feature #43969 (Closed): Add icons to Add links in Subtasks and Related issues sections of the issue view
This patch adds icons to the "Add" links in the "Subtasks" and "Related issues" sections of the issue view for better consistency with other actio ... existing "add" icon because it opens the new issue form * Related issues: use the newly introduced "link-plus":https ... s icon because it adds a relation to another issue, consistent with the existing "link-off":htt ... earer to users that one action creates a new issue, while the other links an existing issue. !{width: 696px; border: 1px solid gray;}.clipboard-202604181719-m8ygw.png! 2026-04-18 10:27
Feature #43968 (Closed): Allow 0:45h time spa ... the estimated_hours and spent_time filter of IssueQuery
In #43948, TimeEntryQuery now supports search ... bility for estimated_hours and spent_time in IssueQuery. This patch enables that functionality. 2026-04-17 15:55
Patch #43966 (Closed): Tighten SVN repository URL validation
For some reason, the repo URL validation rege ... where used so not really an actual security issue, but still, I do not see a reason to allow values with multiple lines here. 2026-04-17 07:00
Feature #43959 (New): add wikitoolbar on custom field on other types than issue
Hello, If we add long text custom field wi ... ews/versions/_form.html.erb best regards 2026-04-15 10:11
Feature #43957 (Closed): Improve workflow update performance
When the number of issue statuses grows, updating workflows becomes s ... |>. 80 |>. 60.7722 |>. 2.8387 |>. 21.41x | 2026-04-14 11:27
Feature #43950 (Closed): Add support for past ... s CommonMark/Textile tables in wiki textareas
I think Redmine is often used alongside sprea ... rom those applications directly into Redmine issues, wiki pages, and other wiki textareas as Co ... e has long been available on GitHub. This issue adds support for converting pasted spreadshe ... ark:* !{width:700px;border:1px solid #ddd}issue_edit_on_common_mark.png! !{width:700px;border:1px solid #ddd}issue_on_common_mark.png! *Textile:* !{width ... 1@ removes that unnecessary implementation. 2026-04-11 07:32
Patch #43946 (New): Reduce excessive SQL quer ... dded for groups with many project memberships
h2. Problem When updating a user's group m ... hildren.where(:inherit_members => true).ids@ issue SELECT queries, so the total query count gro ... t* For each project, a separate SELECT is issued to find or initialize the user's @Member@ r ... ed when adding roles to a group) is unchanged 2026-04-10 13:42
(26-50/12674)