Project

General

Profile

Search

Results (12474)

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
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. 2025-06-23 12:19
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> 2025-06-20 17:09
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 2025-06-19 13:35
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! 2025-06-17 20:38
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. 2025-06-17 16:22
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 2025-06-16 20:43
Defect #42876 (Closed): redmine_ai_helper 的配置问题
Model profile:只有可选的几个,能否调用自己的模型? Access ke ... 使用自建模型的地址? 请作者回答一下,谢谢。 如果自行修改,需要修改哪些文件? 2025-06-16 08:14
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> 2025-06-16 04:22
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 2025-06-14 02:09
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. 2025-06-12 07:08
Feature #42853 (Closed): task deletion
How to configure task deletion only for the u ... nfigure this feature for the task owner only. 2025-06-10 16:47
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> 2025-06-10 14:10
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. 2025-06-10 08:42
Defect #42839 (Closed): Downloading .js files ... o ActionController::InvalidCrossOriginRequest
To recreate, find a .js file, click the downl ... b:432:in `verify_same_origin_request' </pre> 2025-06-06 11:26
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!| 2025-06-04 03:06
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. 2025-06-02 21:46
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!| 2025-06-02 07:18
Defect #42797 (Closed): Loading and waiting i ... ons and 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. 2025-06-01 08:52
(76-100/12474)