Search
Results (12429)
- 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!
- 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! |
- 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!
- 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.
- 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>
- 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).
- 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?
- 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).
- 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.
- 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.
- Defect #42966 (New): Replace legacy loader.gif with SVG icon
- This patch replaces the existing loading.gif ... places loading.gif shown during CSV import.
- 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>
- 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.
- 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.
- 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>
- 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!
- Defect #42911 (Closed): English is the only available language when installing Redmine 5.1.8
- Using the current 5.1.8 branch, with a fresh ... modified how available languages are loaded.
- Defect #42907 (Closed): Sub tasks and sub projects are using still the old chevron-right icon
- !clipboard-202506201705-hvrbe.png! !clipbo ... n-right-idnt.svg) no-repeat 2px 50%;} </pre>
- Defect #42897 (Closed): [v5.1.3] Freeze when ... elds with the browser's autocomplete function
- Hi Redmine team. I have found the followin ... 0.1.0 view_customize 3.5.2
- Feature #42886 (Needs feedback): Ability to bypass due date in the past for MailHandler
- Currently when a due date is set for the past ... t? If not, can a flag be added? Thank you!
- Defect #42885 (Closed): Wiki page link gets broken in markdown tables
- Hi all! Wiki links with title are not rend ... 2.16.0 </pre> Thank you and best regads.
- Feature #42880 (Closed): Make 'auto watch issues' default user settings configurable
- # Exposed the new setting in the administra ... default and the built-in fallback options
- Defect #42876 (Closed): redmine_ai_helper 的配置问题
- Model profile:只有可选的几个,能否调用自己的模型? Access ke ... 使用自建模型的地址? 请作者回答一下,谢谢。 如果自行修改,需要修改哪些文件?
- Defect #42875 (Closed): "Page not found" erro ... orkflows with many statuses on Rack >= 3.1.14
- When using Rack 3.1.14 or later, saving a wor ... n/rake db:fixtures:load </pre> 3. Add 40 issue statuses: <pre> bin/rails r '40.times {|i| IssueStatus.create!(name: i.to_s)}' </pre> 4. ... checked can be calculated as: <pre> 6 * IssueStatus.count ** 2 - 4 * IssueStatus.count + 5 </pre> * With 27 statuse ... statuses — but 40 is enough to reproduce the issue reliably. *Possible workaround:* Incre ... ich allows handling workflows with up to 104 issue statuses (@6 * 104 ** 2 - 4 * 104 + 5 => 64 ... h('../../Gemfile', __FILE__) </code></pre>
- Feature #42872 (New): Support Any Protocol and Regex URL Templates in Custom Link Fields
- h2. Problem "Link" custom field only allow ... ort-in-custom-link-field.png! h2. Related issue: #1358