Project

General

Profile

Search

Results (12495)

Feature #43085 (New): Scroll position to comment position when quoting comments or descriptions
When a comment or description is quoted, it s ... is natural to scroll to the comment position. 2025-08-01 13:27
Patch #43084 (New): Add a hook to easily customize the issue editing form
In the new issue creation form (`app/views/issues/_form.html.erb`), there is always a `view_issues_form_details_top` hook available regardless ... on. However, in the edit form (`app/views/issues/_edit.html.erb`), there is no such always-a ... at is always usable in the edit form as well. 2025-08-01 12:23
Defect #43077 (Closed): The subprojects in th ... aligned with their corresponding parent IDs.
I have several projects, and each has already ... correct parent and subproject relationships? 2025-07-30 11:18
Defect #43075 (Closed): Attachments 403 xhr error suddenly occurring
Think this might be after a chrome or windows ... .js?1508097600:141 onchange @ 6930:1 </pre> 2025-07-29 22:18
Feature #43068 (Closed): Can Redmine 1.3.0.stable (MySQL) run on Windows Server 2019 or 2022?
We have been using the old version of Redmine 1.3.0.stable (MySQL). Is there any compatibility issues when upgrading to Windows Server 2019 or 2022? Thanks 2025-07-29 01:33
Defect #43064 (Closed): the setting in state ... issions are invalid when a admin user edit a issue?
At first, the setting is valid even if a admin user edit the issue. but recently the setting is valid, the adm ... the fields without any limitation and notify? 2025-07-28 04:48
Defect #43063 (Closed): “Related issue” can't be deleted?
add a issue as related issue for another issue. but i find i can't delete it? !clipboard-202507281038-2wwh0.png! 2025-07-28 04:39
Defect #43056 (New): Issue description is not rendered anymore
Any formatting in the description of an issue is not visible after saving the issue. While editing the formatting are visible ... 2.39.5 Filesystem </pre> 2025-07-25 13:41
Patch #43032 (New): Add bookmarks for filters in queries
Some filters in queries are used more frequen ... Bookmarks in these tabs are shared with the issues query. !clipboard-202507211608-c9vxw.png ... ommit for patch - e76fb42 from GitHub mirror. 2025-07-21 15:12
Feature #43030 (New): Allow custom fields of type "User" for Groups
Hi, I miss the ability to assign a manager o ... ilarly to how we already can for Projects or Issues. Thank you for considering this enhancement! 2025-07-18 15:16
Defect #43014 (Closed): Content in selected columns overflows to the right in Gantt chart
When additional selected columns are displaye ... The following change appears to resolve the issue: <pre><code class="diff"> diff --git a/app ... { width: 100%; } .gantt_subjects div.issue-subject:hover { background-color:#ffffdd; } ... box-sizing: border-box; } .gantt_subjects .issue-subject img.icon-gravatar { margin: 2px ... | !screenshot%202025-07-16%208.56.33.png! | 2025-07-16 02:33
Defect #43004 (Closed): Watchers list is not properly displayed in Gantt table
In the Gantt, the item for issue watchers is displayed incorrectly. !clipboard-202507141649-f6kph.png! 2025-07-14 09:50
Defect #43002 (Closed): RepositoriesSubversio ... able due to missing foo.js in test repository
#42839 fixed a problem where files with a @.j ... 360 </pre> The attached patch fixes this issue by removing the test @test_entry_should_retu ... from `5.1-stable` is an appropriate solution. 2025-07-12 11:20
Defect #43000 (Closed): can not upgrade to 6.0.6
database manager version mysql Ver 8.0.26 fo ... dmine-6.0.6]# cat /etc/redhat-release </pre> 2025-07-12 04:50
Feature #42993 (New): Option to have Redmine respect "closed" date fields when importing (csv) files
When importing a bulk of historical data the ... stem to Redmine wanting to keep the date the issues were closed _there_ in-tact for retrospecti ... ed in this related ticket: #8002 (from 2011). 2025-07-09 21:20
Defect #42978 (Closed): custom theme how to has limited info for Redmine 6
I created a custom theme in themes/ass and ad ... this? Why would my page not load correctly? 2025-07-08 19:57
Patch #42972 (Closed): Refactor and unify the structure of journals, replies and comments
There are 3 places where the user can add notes with different terminologies: # Notes for issues # Replies for forums/boards # Comments fo ... ach has it own definitions in CSS. Regarding Issues, we display 3 kind of information with a similar structure: * issue history (all / notes / property changes) * ... ommon terminology between all five entities (issue, timelog, revision, reply, comment). The cha ... also brings an updated UI for notes (#40744). 2025-07-07 23:29
Defect #42969 (Closed): Autologin not working ... set, but session not restored (Redmine 6.0.5)
h2. Description In Redmine 6.0.5, the "Kee ... further details or testing help is needed. 2025-07-07 10:39
Defect #42967 (Closed): Fields marked as Read ... en instead of disabling the edit to the filed
I have created an issue tracker where I want to disable the field updated during issue creation to be disabled but shown to the user taking the issue forward. I have provided all view rights and ... r all roles. Everything seems to be in place. 2025-07-07 08:21
Patch #42966 (Closed): Replace legacy loader. ... attachment upload form and in ajax indicator
This patch replaces the existing loading.gif ... places loading.gif shown during CSV import. 2025-07-07 07:13
Defect #42962 (Closed): Mail handler fails to create issues from emails over 4MB on Rack >= 3.1.14
When using Rack 3.1.14 or later, creating an issue from an incoming email fails if the email me ... cally 5–10MB) can exceed the limit and cause issue creation to fail. The limit can be raised ... ('../../Gemfile', __FILE__) </code></pre> 2025-07-06 04:15
Defect #42957 (Closed): Incorrect "for" attribute in labels of issue relations import
On the bottom of the _Import issues_ mapping form there is a _Relations mapping ... licates@ for example. A patch is attached. 2025-07-04 13:45
Patch #42938 (New): Add sprite icons to sub items of projects and issues
Issue and projects lists with sub items are using ... s sub projects. Changes will also affect sub issues. *Before:* !clipboard-202506301653-pp ... 0ff7745bc96162dac9672a6769 - Wed Jun 25 2025. 2025-06-30 17:03
Defect #42933 (Closed): Fix N+1 query issue in Wiki history page when loading authors of Wiki content versions
When accessing the wiki history page ( /proje ... n when wiki pages have many versions. The issue occurs in @WikiController#history@ action wh ... DESC LIMIT ? [["name", "display_subprojects_issues"], ["LIMIT", 1]] ↳ app/models/setting.rb ... es, 2 cached) | GC: 0.0ms) </code></pre> 2025-06-27 13:22
Defect #42920 (Closed): Missing icon in attachments upload form
Step to reproduce: # Open the new issue form # Attach a file # Leave the mandatory ... of the attached file. !attachment.png! 2025-06-25 15:41
(76-100/12495)