Project

General

Profile

Search

Results (12631)

Feature #43996 (New): Add setting to choose whether users or groups are shown first in assignee list
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 (New): 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 (New): 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 (New): Allow 0:45h time span f ... 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
Feature #43938 (Reopened): Track last usage of API and Atom access keys
Hello As a first step toward #43881, this ... tible: existing keys get null until first use 2026-04-09 16:21
Feature #43937 (Closed): Redesign the header with a navigation bar and lighter visual weight
This patch updates the visual design of the d ... familiar structure of the default theme. *Issue list:* !{border: 1px solid gray;}.issues-after%402x.png! *Admin page:* !{border: 1px solid gray;}.admin-after%402x.png! 2026-04-08 11:07
Patch #43934 (Closed): Optimize `Issue#visible_journals_with_index` preload to skip user email_address when Gravatar is disabled
This patch adjusts @Issue#visible_journals_with_index@ to preload jour ... This reduces some queries when processing @IssuesController#show@. * Always preload @updat ... ser email addresses when Gravatar is enabled. 2026-04-07 04:24
Patch #43933 (New): Optimize `Issue.load_visible_total_spent_hours` by reusing preloaded spent hours for leaf issues
This patch optimizes @Issue.load_visible_total_spent_hours@ for leaf issues. For a leaf issue, @spent_hours@ and @total_spent_hours@ are a ... hours@ has already been preloaded for a leaf issue, the method reuses that value for @total_spe ... ent_hours@ and @total_spent_hours@, such as @IssuesController#show@ and @IssuesController#index@ views. In my development e ... ated requests to @curl http://localhost:3000/issues/1.json@ with AnonymousUser reduced the quer ... (20 queries, 0 cached) | GC: 0.0ms) </pre> 2026-04-06 17:14
Patch #43932 (New): Add HEIC/HEIF image support (thumbnails, inline display)
h2. Summary HEIC (High Efficiency Image Co ... ring regex. Enables @!photo.heic!@ syntax in issue descriptions and wiki pages. Note: HEIC rend ... hments: * Thumbnails display correctly in issue attachment lists * Lightbox preview works ... ism. HEIC/HEIF follows the identical pattern. 2026-04-06 14:23
Patch #43917 (New): Add Any Searchable Text as a Default Filter
Add any_searchable to the default filters on the issue list so that users can quickly enter a value ... ion errors when any_searchable is left empty. 2026-03-31 07:43
Defect #43910 (Closed): Projects with the ide ... "bulk_destroy" cannot perform some operations
Hello, After creating au project with iden ... le"). Other pages (/projects/autocomplete/issues/, /projects/autocomplete/news, ...) work wi ... ase version: postgresql 17 Ruby version: 3.1 2026-03-26 08:35
Patch #43909 (Closed): Update Rails to 7.2.3.1
Rails 7.2.3.1 has been released, including fixes for several security issues. https://rubyonrails.org/2026/3/23/Rails-V ... -3-1-8-0-4-1-and-8-1-2-1-have-been-released 2026-03-26 04:38
Defect #43906 (Closed): Wiki help does not di ... ized content for locales with a region subtag
Wiki help displays the English content instea ... lp files exist. The attached patch fixes the issue. Steps to reproduce: 1. Set "Text form ... ctual result: The English help is displayed. 2026-03-25 04:32
Defect #43903 (Closed): Redmine API :: uploadAttachment issue
I am trying to use upload attachment API feat ... 0KB. My redmine version is: 6.0.3.stable 2026-03-24 08:43
Feature #43895 (Closed): Disable "Use current date as start date for new issues" by default for new installations
Currently, the "Use current date as start date for new issues" setting is enabled by default, so a new issue gets today's date as its initial start date. ... ting installations keep the current behavior. 2026-03-20 09:06
Defect #43890 (Needs feedback): Wiki links wi ... duce broken URLs after upgrade to Redmine 6.x
h2. Environment * *Redmine version:* 6.1.0 ... in the generated link. h2. Impact This issue is especially severe because: It affects ... aped underscores get written back permanently 2026-03-19 09:56
(1-25/12631)