Project

General

Profile

Search

Results (12776)

Defect #44255 (New): Silent loss of issue custom field values
*Problem Behavior* Two scenarios cause cus ... roject, then a bulk edit is performed on its issues. 2. *Decoupling in both + Move:* Custom fi ... rom both source and target projects, then an issue is moved between them. *Proposed Fix* ... havior is expected in all version of Redmine. 2026-07-10 16:00
Feature #44254 (New): Allow updating the dela ... precedes/follows relation without deleting it
h2. Current behavior Currently, the delay ... deletion/recreation is also recorded in the issue history as two separate events even though t ... ting relation: * Adds an update action to IssueRelationsController, available from both the ... ** changing the relation type or the target issue is left out of scope, as it cannot be safely ... es/follows rows in the relations list on the issue view, shown to users with the existing <code>manage_issue_relations</code> permission. Clicking it sho ... Updating the delay reschedules the following issue using the existing rescheduling logic, exact ... icon: !clipboard-202607102058-mlxdk.png! 2026-07-10 14:27
Feature #44253 (New): Add an "Assignee or watcher" filter to issue queries
h2. Background Redmine provides separate "Assignee" and "Watcher" filters for issue queries. Since filters on different fields are combined with AND, users cannot retrieve issues where a user is either the assignee OR a wa ... hen users want to display their own assigned issues together with issues assigned to another team that they are watching. For example, these issues can be displayed together in a cross-project issue list or Gantt chart to monitor dependencies and delays. h2. Proposed change Add a new issue filter: * Label: "Assignee or watcher" * ... ers and groups. For the "is" operator, an issue matches when the selected user or group is e ... a watcher. For the "is not" operator, an issue matches only when the selected user or group ... h the existing Assignee and Watcher filters. ... 2026-07-10 13:53
Feature #44252 (New): Preload journal details when retrieving Activity events to avoid N+1 queries
The Activity view preloads the issue, project, tracker, and user for @Journal@ ev ... etails were added inside a transaction. The @issues@ activity scope was retrieved, and the even ... rtions, 0 failures, 0 errors, 0 skips </pre> 2026-07-10 12:32
Defect #44250 (Closed): Login page not working
2026-07-09 19:38
Defect #44244 (Needs feedback): Spent time tab on issue page does not render commit references as links
On the issue detail page, the *Associated revisions* tab ... ab behavior. h3. Root cause `app/views/issues/tabs/_time_entries.html.erb` outputs `time_ ... 2607091343-nf4l5.png! A patch is attached. 2026-07-09 06:45
Defect #44243 (Closed): Fix RuboCop Style/ArrayIntersect offenses
This patch fixes Style/ArrayIntersect offense ... .0-stable are affected. <pre> app/models/issue_query.rb:409:12: C: [Correctable] Style/ArrayIntersect: Use ["#{Issue.table_name}.id ASC", "#{Issue.table_name}.id DESC"].intersect?(order_option) instead of ["#{Issue.table_name}.id ASC", "#{Issue.table_name}.id DESC"].any?{|i| order_option.include?(i)}. unless ["#{Issue.table_name}.id ASC", "#{Issue.table_name}.id DESC"].any?{|i| order_option. ... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ app/models/issue_query.rb:460:12: C: [Correctable] Style/ArrayIntersect: Use ["#{Issue.table_name}.id ASC", "#{Issue.table_name}.id DESC"].intersect?(order_option) instead of ["#{Issue.table_name}.id ASC", "#{... 2026-07-09 05:17
Defect #44240 (New): Automatic asset precompi ... have older mtimes than the existing manifest
Some struggles have been going on trying to g ... lp from claude I think I've tracked down the issue I've been seeing. *Environment:* Redmine ... er than relying on redmine_detect_update. 2026-07-07 17:08
Defect #44234 (Closed): Gantt issue relation lines break when collapsing objects
2026-07-06 08:44
Defect #44231 (New): Mercurial tests fail with Mercurial 7.2.3 on MacOS
It seems that the @redmine_helper.py@ needs t ... bject has no attribute 'iterbranches' </pre> 2026-07-05 16:18
Feature #44230 (New): New hook for :view_issues_new_bottom
Hello, is it possible to add a new hook within the Issues#new view after the form? We already have <%= call_hook(:view_issues_new_top, {:issue => @issue}) %> but no one for after the form? Thank you very much :) 2026-07-03 14:52
Defect #44228 (Closed): Uploading an attachme ... the filename causes an Internal Server Error
Uploading an attachment with a filename that ... nd results in an Internal Server Error. This issue was originally pointed out by user#678636 in ... gracefully. The attached patch fixes the issue by adding @\x00@ to the invalid character se ... istent with @Attachment#sanitize_filename@. 2026-07-03 04:28
Defect #44227 (New): Internal Server Error(500) due to null byte in attachment filename
Hi, While generating the "Project Health R ... Using the query below, I found out which issue the problematic file attachment belonged to ... 784 | RE K-ALLEXIN 5 NAZAL SPREY HK..htm | Issue | 11593 | +------+--------- ... w in set (0.001 sec) </code></pre> The issue could be viewed, but the attachment could no ... b:78:in sudo_mode' </pre> Our users open issues and upload files solely via the WEB interfa ... ons utilizing REST services. The problematic issue was opened in 2015. Probably, no one even as ... on we were using in 2015. Perhaps this is an issue that was prevented in later versions. I f ... 3.3.0 </pre> Best regards... 2026-07-02 19:47
Defect #44225 (Closed): Add and configure pandoc on GitHub Actions
The pandoc tests for #8959 are currently not ... e: <pre> sh: 1: pandoc: not found </pre> 2026-07-02 17:11
Defect #44223 (Closed): Setup Subversion and Mercurial on GitHub Actions
Right now, the test output on Github includes ... the necessary client packages in the runner. 2026-07-02 17:03
Defect #44221 (Closed): "Selected Columns" ch ... the column lists on the new Gantt query form
Since the fix in r22574, it is no longer poss ... same way as @/app/views/gantts/show.html.erb@ 2026-06-30 16:15
Defect #44218 (New): Log time block disappears on validation error when closing issue with "Accept time logs on closed issues" disabled
## Steps to reproduce 1. Have "Accept time logs on closed issues" disabled (Administration > Settings > Time tracking) 2. Open an issue with an open status 3. Change status to a c ... in-memory state after the failed save. The issue object already has the closed status assigne ... ed back. ## Proposed fix In `app/views/issues/_edit.html.erb`, line 12: Change: <% if @issue.time_loggable? %> To: <% if @issue.time_loggable? || (!@issue.was_closed? && @issue.errors.any?) %> This uses the existing `w ... iginal status before the failed save attempt. 2026-06-26 14:32
Defect #44217 (New): MFA authentication fails when enabled for a user group
Hello, I am experiencing an issue with Multi-Factor Authentication (MFA) when ... .3.1 - Database adapter: Mysql2 Thank you 2026-06-26 10:17
Defect #44216 (Closed): Backport uploading files with excessively long extensions may fail
When uploading a file with a very long extens ... luding the extension) is short enough. This issue is similar to #24186. This patch follows the same filename length limit as that issue. 2026-06-26 07:43
Defect #44214 (New): Leftclick on three dot menu in issue list should not disable preselected tasks
*What did you expect?* I expect to select on the issue index page a few tasks and left click on the ... we reproduce the problem?* # Create three issues in a project. # Navigate to the issue index page of that project. # Check the box ... ontext menu. # Observe that still all three issues are presented for mass editing. *In what ... eeing the problem on?* - Firefox - Chrome 2026-06-25 16:23
Defect #44186 (Closed): Uploading files with excessively long extensions may fail
When uploading a file with a very long extens ... luding the extension) is short enough. This issue is similar to #24186. This patch follows the same filename length limit as that issue. 2026-06-16 15:50
Patch #44184 (Closed): Traditional Chinese translation (to r24781)
* Translations added: ** button_remove_from_group, button_add_to_group, setting_default_issue_due_date_offset, field_private_by_default, field_default_value_mode, label_absolute, label_relative 2026-06-16 11:14
Defect #44173 (Closed): Password reset security notification does not include IP address
The password reset email notification doesn't ... token or resetting your password. Thank you. 2026-06-15 08:57
Defect #44170 (Closed): Toggling between board and list in projects query do not work properly
From #39806#note-14: > Takashi Kato wrote in ... k properly. > > The attached patch fix this issue. > 2026-06-14 11:03
Patch #44169 (Closed): Refactor context menus controller to namespaced sub-controllers
The current @ContextMenusController@ acts as ... menu logic for multiple disparate objects: @issues@, @time_entries@, @projects@, and @users@. ... s to decouple the logic for each object type. 2026-06-14 00:30
(76-100/12776)