Search
Results (12389)
- 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 (New): [v5.1.3] Freeze when entering fields 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!
- Feature #42880 (New): 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
- Defect #42860 (Closed): Email has not deliver ... ing a ticket when a ticket was assigned group
- *-Phenomenon* Email has not delivered to a p ... ch or I'm involved in [Also notify me about issues with a priority of High or higher] : Not ch ... you could help me when you have a chance.
- Feature #42853 (Closed): task deletion
- How to configure task deletion only for the u ... nfigure this feature for the task owner only.
- Feature #42850 (New): Changes of the start_da ... journals are not displayed when adding a subissue
- When adding a subissue, the parent issue's journals does not contain the start_date field, although it changes to the subissue's creation date. Is it possible to make jour ... -09" } ] } </pre>
- Patch #42847 (New): Improve clarity of mail option labels in en.yml
- This patch improves the clarity and naturalne ... or created by me Patch file is attached.
- Defect #42839 (Confirmed): Attempting to down ... ror with InvalidCrossOriginRequest in the log
- To recreate, find a .js file, click the downl ... b:432:in `verify_same_origin_request' </pre>
- Defect #42818 (Closed): Unnecessary margin below icons on the board-style projects page
- In the projects page (board), when using aler ... !|!screenshot%202025-06-03%2016.08.14.png!|
- Defect #42815 (Closed): Limit available locales to those defined by Redmine itself no longer works
- The change made in #38529 no longer works, Re ... plugins or gems in the current trunk. The issue can be reproduce by adding the following gem ... re> I'm not sure which change caused this issue and I didn't test yet on 5.1-stable branch.
- Defect #42807 (Closed): Progress Bar in issues list has a border above it
- The progress bar in the issues list is displayed using a table element, wh ... order-top CSS rule for the table rows in the issue list also affects the progress bar. Applying the following diff fixes this issue: <pre><code class="diff"> diff --git a/app ... { color: #c22; } table.list thead.related-issues th { background-color: inherit; font-size: ... !|!screenshot%202025-06-02%2014.07.08.png!|
- Defect #42797 (Closed): Loading and waiting icons overlap filename when attaching files
- When attaching files (e.g., to issues or wikis), the loading and waiting icons ov ... order:1px solid #ccc}before-fix.png! This issue has been confirmed to occur in 6.0.5, and probably occurs in 6.0.0 and later versions.
- Patch #42794 (New): Hide irrelevant information when printing
- When using native browser printing (@Ctrl+P@ ... n with action buttons (patch attached) * in issues list, an extra / stray column with with act ... Redmine, matching the original formatting.
- Defect #42786 (Closed): "Clear" button for cu ... has incorrect styling inside the flyout menu
- There are currently several issues with the display of custom queries inside t ... Attached is a patch that addresses these issues. * Applies the same flex layout to .queries li as used for .watchers li, fixing the line break issue of the "Clear" button. * Ensures consistent ... g margin-left: -8px to fix the right shift.
- Defect #42780 (New): Diff's content is different between screen and file
- When testing repository, I detected any issues. 1. I have a diff between rev 4 and rev 5 ... Ruby version 3.3 Rails version 7.2 </pre>
- Defect #42774 (Closed): Linked content is hidden under the #sticky-issue-header when using anchor links
- Related: ##42684 When clicking anchor link ... e-n, #change-n, or Wiki-style headings on an issue page, the browser scrolls the anchor element to the top of the viewport. However, on issue view pages, the anchor element ends up hidden behind the sticky issue header, making it look as if the page didn’t ... t content from being hidden behind a #sticky-issue-header when scrolling via anchor links. */ +.controller-issues.action-show div.wiki a[name], +.controller-issues.action-show #history div[id^="note-"], +.controller-issues.action-show #history div[id^="change-"] { ... !|!screenshot%202025-05-26%2015.30.02.png!|
- Defect #42773 (Closed): Padding in the Preview tab is larger than in the actual rendered content
- The paragraph padding is larger in preview mo ... are direct children of .wiki-preview. These issues are fixed by the attached patch. This patch ... border: 1px solid #ccc}after_saved.png!|