Project

General

Profile

Search

Results (12767)

Defect #44300 (New): Mailer.with_deliveries(false) does not prevent emails from being sent
While investigating #44299 on a development i ... ne @Mailer::DeliveryJob@ enqueued per copied issue, and the worker delivers them. Proposed p ... efaults to false in @config/application.rb@). 2026-07-30 17:37
Defect #44299 (New): Project copy: an issue that cannot be copied makes the whole copy fail silently
@Project#copy_issues@ has always been deliberately tolerant: an issue that fails validation is logged ("Project#copy_issues: issue #X could not be copied") and the copy carries on. But the issue that could not be saved is left in the @issues@ association target as an unsaved record, so every subsequent @project.save@ fails with "Issues is invalid". Consequences, all reproduci ... ently a comment in the controller about this issue ("TODO: inform about that") # The final @sa ... to reproduce: # Create a project with two issues on two different trackers # Add an issue custom field: format string, required, for all projects, for the tracker of one of those two issues. The existing issue now has a blank value for a required field, so it cannot be saved as is # Copy the project with "... 2026-07-30 15:24
Defect #44295 (New): issue PDF generation raising 504 Gateway Timeout
We are seeing conditions where the PDF generation of certain issues raise an 504 Gateway Timeout. This can b ... how this effect: attachment:pdf-20260729.atom 2026-07-29 08:40
Defect #44294 (Closed): Charts are broken: em ... min.js shadows vendor/javascript/chart.min.js
Since the Chart.js ESM migration (#44018) eve ... /controllers/reports/details_controller.js@ (issue report details) h3. Steps to reproduce ... table branch, so 7.0.0 is affected as well. 2026-07-28 16:36
Defect #44291 (Closed): Fix typos and inconsistent "e-mail" spelling in Czech translation
This patch corrects spelling mistakes in th ... rated@ — "oddělěné" -> "oddělené" * @text_issue_category_destroy_question@ — "chtete" -> "ch ... e být smazána.<p>The following projects have issues with this tracker:<br>%{projects}</p>@ * ... rake locales:check_interpolation@ reports no issues. No interpolation placeholders were added, ... ussian translation update for 6.1-stable"). 2026-07-27 10:34
Defect #44289 (Closed): No status icon is dis ... ecking for plugin updates on the Plugins page
**Description** After clicking "Check for ... redmine_oauth 4.2.0 </pre> 2026-07-26 15:21
Feature #44288 (Closed): Add reactions to REST API responses for issues and news
Reactions were introduced in Redmine 6.1.0 (# ... p: it lets API clients read the reactions on issues and news. Adding and removing reactions via ... reactions@ to the show endpoints: * @GET /issues/:id.xml?include=reactions@ — reactions on the issue * @GET /issues/:id.xml?include=journals,reactions@ — react ... exposed. * The index endpoints (e.g. @GET /issues.xml@) are not covered, to avoid extra queri ... no REST API yet, so they are out of scope. 2026-07-26 06:14
Patch #44281 (Closed): Bulgarian translation
Translated:<pre> error_issue_status_in_use_by_issues error_issue_status_default_for_trackers </pre> 2026-07-23 10:08
Defect #44277 (Closed): Translation missing: text_users_remove_from_group_confirmation
When removing user(s) from a group via Admini ... (adds the missing key to en.yml and ja.yml). 2026-07-21 09:05
Patch #44274 (New): Refactor Journal to decouple it from Issue
Currently, @Journal@ still contains several Issue-specific assumptions and behaviors. This m ... es Journal to know implementation details of Issue. Following Holger Just's comment in #4089 ... ject instead: The refactoring should move Issue-specific logic out of Journal and provide a ... nalized records. The current behavior for issues should remain unchanged. 2026-07-19 19:27
Defect #44273 (Closed): Applications item is not highlighted in the administration menu
The admin menu does not highlight the current ... ng! A patch is provided based on RM 6.1.3. 2026-07-18 16:34
Defect #44271 (New): OAuth token scopes ignored for issue edit, notes and delete
When a request is authenticated with a Doorkeeper OAuth access token, several *issue* mutations are authorised from the resource ... ed paths All of these go through private @Issue#user_tracker_permission?@, which selects rol ... wed_to?@: * @attributes_editable?@ (@edit_issues@ / @edit_own_issues@) — attribute updates, bulk edit, attachment edit/delete * @notes_addable?@ (@add_issue_notes@) — adding notes * @deletable?@ (@delete_issues@) — destroying issues * @attachments_addable?@ — attachments whe ... and *do* honour @oauth_scope@: * creating issues (@allowed_to?(:add_issues)@) * copying issues (@allowed_to?(:copy_issues)@) * viewing issues (@visible?@ → @allowed_to?(:view_issue... 2026-07-17 18:09
Feature #44268 (Closed): Prevent browsers fro ... tor's own password into the user account form
As a redmine admin, when editing a user accou ... mmit/3a19f85f8e4c9ecee15c292d1dd2972a58b8d580 2026-07-16 17:46
Patch #44265 (Closed): WebhookTest occasionally hangs
Running <code>./bin/rails test</code> occasio ... rever because the thread never exits. The issue can be reproduced more reliably by adding a ... not exit within a reasonable amount of time. 2026-07-15 11:09
Feature #44261 (Closed): Restrict user mentio ... event unintended notifications to non-members
Currently, the mention feature ( introduced i ... receive a notification email containing the issue/journal/wiki content, as long as the object ... pick from the auto-completion list can send issue contents to someone outside the project team ... (mentionable_test, watchers_controller_test, issue_test, journal_test, wiki_content_test, issues_controller_test: 883 runs, 0 failures) and ... he patch is against current trunk (c8c8b82e). 2026-07-14 06:12
Patch #44259 (Closed): New context menu controller tests don't run with standard rake tasks
the tests under @test/functional/context_menu ... verage for the already fixed info disclosure issues. 2026-07-11 15:14
Defect #44258 (Closed): Deleting an issue journal (note) shifts #note-N anchors of later journals, breaking existing links
h3. Summary Deleting an issue journal (note) renumbers subsequent @#note-N ... al. h3. Steps to reproduce # Create an issue and add 2 notes: "First note" and "Second no ... note" above). This becomes #3. # With "Edit issue notes" permission, delete note #1 ("First note"). # Reload the issue and check the @#note-2@ link inside note #3 ... ccupies the @#2@ position). h3. Cause @Issue#visible_journals_with_index@ assigns @indice ... inimal change to the existing implementation. 2026-07-11 10:34
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
(51-75/12767)