Project

General

Profile

Search

Results (12776)

Feature #44337 (Resolved): Add an administration page listing all webhooks
Webhooks introduced in #29664 are owned by a ... cannot respond to the question "where is our issue data being sent?". Proposal: Add a separa ... ide a patch if the approach is agreed upon. 2026-08-11 08:49
Defect #44336 (New): Automatic list marker in ... story and does not scroll the caret into view
Since #43095 (6.1.0), pressing Enter after a ... Z. Measured in Chromium on a stock 6.1.3 new-issue form: type @* item one@, Enter (marker auto- ... | 15 px | | patched | 540 -> 555 | 15 px | 2026-08-10 22:58
Defect #44335 (Closed): PDF preview of .ai attachments triggers an automatic download
When an Adobe Illustrator (@.ai@) file is attached to an issue, opening the attachment details immediately ... tachments are rendered using the PDF preview. 2026-08-10 12:02
Patch #44323 (Closed): French translation update for 7.0-stable
A number of strings are still displayed in En ... é label_option_auto_lang: auto - label_issue_attachment_added: Attachment added - field ... ast_activity_date: Last activity - setting_issue_done_ratio_interval: Done ratio options interval - setting_copy_attachments_on_issue_copy: Copy attachments on copy - field_tho ... cipals: Author / Previous assignee + label_issue_attachment_added: Fichier ajouté + field_e ... activity_date: Dernière activité + setting_issue_done_ratio_interval: Intervalle des valeurs d'avancement + setting_copy_attachments_on_issue_copy: Copier les fichiers lors de la copie ... ng in wiki content - error_spent_on_closed_issue: Cannot log time on a closed issue - setting_timelog_accept_closed_issues: Accept time logs on closed issues - setting_related_... 2026-08-04 14:27
Defect #44317 (Closed): Actions dropdown is not closed after copying a link
copyText in app/javascript/controllers/clipbo ... tches nothing, and the dropdown is left open. 2026-08-04 08:07
Feature #44316 (New): Automatically update parent issue status to "In Progress" when a subtask starts
Current behavior: Currently, when the "% Done" of a subtask increases, the "% Done" of the parent issue is automatically updated to reflect it. However, the status of the parent issue remains "New" unless it is manually updated. ... automatically changes the status of a parent issue from "New" to "In Progress" (or the correspo ... s often forget to manually update the parent issue's status when they start working on its subt ... dashboard aggregates show a large number of issues with the "New" status. Upon checking the de ... the subtasks are progressing, but the parent issue was simply left as "New". Since the progres ... here is an unnatural discrepancy: the parent issue's progress moves automatically depending on ... "New". When searching for unstarted (New) issues, these parent issue... 2026-08-04 05:16
Patch #44307 (Closed): Traditional Chinese translation (to r24878)
* ranslations added: ** error_issue_status_in_use_by_issues, error_issue_status_default_for_trackers, text_users_remove_from_group_confirmation 2026-08-02 07:50
Defect #44306 (Closed): Image and file visibility issue in private comments
When I add a private comment containing inlin ... he internal team and hidden from other users. 2026-07-31 21:55
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
(51-75/12776)