Search
Results (12525)
- Defect #43509 (Closed): Avatar in issue view is positioned incorrectly in RTL layout
- Since Redmine 6.1.0, when using a language with RTL text direction, the avatar in issue views is positioned incorrectly. It should a ... px solid grey;}.avatar-position-6_1%402x.png!
- Defect #43508 (Closed): legacy-icons-compat.c ... ved from responsive.css, rtl.css, and scm.css
- Legacy PNG icon styles are now provided in le ... .css. !{border:1px solid #bbb;width:400px}issue-menu-icon.png! !{border:1px solid #bbb;width:400px}issue-contextual-icon.png! The attached patch ... .css. !{border:1px solid #bbb;width:400px}issue-menu-icon-after-fix.png! !{border:1px solid #bbb;width:400px}issue-contextual-icon-after-fix.png!
- Defect #43504 (Closed): Unexpected file name shown when hovering over a link in the Files column
- When hovering over a file name in the Files column on the issue list, only the download icon should appear. ... t it reproduced in the latest trunk. This issue is caused by .icon-label, which should origi ... ing:0px; height: initial;} </code></pre>
- Defect #43498 (New): On editing an existing N ... to "Set" regardless of history/configuration
- All Roles have "Set notes to private" permiss ... ed has "Administrator" privilege. When an Issue is edited (to add a new Note) "Private notes ... edmine_more_previews 5.0.9 </pre>
- Patch #43493 (Closed): Japanese translation update (field_ratio_interval and setting_issue_done_ratio_interval)
- I will add a Japanese translation for field_r ... shorten the existing translation for setting_issue_done_ratio_interval so that both are consist ... : 時間を記録 @@ -1445,7 +1446,7 @@ ja: label_issue_attachment_added: 添付ファイルの追加 field_estima ... field_last_activity_date: 最終活動日 - setting_issue_done_ratio_interval: 進捗率の選択肢の間隔 + setting_issue_done_ratio_interval: 進捗率の間隔 setting_copy_attachments_on_issue_copy: チケットをコピーするとき添付ファイルもコピー field_thous ... lved_principals: 作成者 / 直前担当者 </code></pre>
- Defect #43492 (Closed): Initials avatar shrink in the Activity view when event titles are long
- When viewing the Activity ppage, if a issue has a title long enough to cause a line brea ... itle length. This probrem is not limited to Issue but also affects Wiki pages, News, and other ... on the Activity page. This is similar to issue ##41821. !{width: 300px; border: 1px solid #ccc}screenshot%202025-11-14%2010.46.09.png!
- Defect #43491 (Closed): Fix incorrect link for the Japanese CommonMark Quick Reference
- Clicking the link to the right of “Font Style ... pdating the link as shown below resolves the issue. <pre><code class="diff"> diff --git a/a ... <del>取り消し線</del></td></tr> </code></pre>
- Feature #43489 (Closed): text formatting by user preferece
- We use redmine very long time, system default ... 2.47.3 Filesystem </pre>
- Patch #43471 (Closed): Traditional Chinese translation (to r 24142)
- * Translation added: ** permission_use_webho ... k_edit, label_webhook_events, webhook_events_issue, webhook_events_issue_created, webhook_events_issue_update, webhook_events_issue_deleted, webhook_url_info, webhook_secret_in ... , label_alert_caution, label_alert_important.
- Defect #43467 (Reopened): Email reminder received for closed issue
- I have an issue that has been closed for some time now but f ... e rake task works otherwise very well. This issue is assigned to a team, but it is not the onl ... ug that ? I am currently on "6.0.4.stable"
- Defect #43464 (Closed): Email sending SMTP is not configured
- I'm new to Redmine, and I'm having this issue with email sending and notifications not wor ... and restart the application to activate them.
- Feature #43462 (New): Quick Jump feature for read-up on long issues
- I have created a JS-injection script (using V ... de (Swedish text) as @original_js_code.txt@
- Defect #43446 (Closed): CommonMark rendering became significantly slower after #42737
- After applying the changes from #42737, CommonMark rendering (issue descriptions, comments, wiki, etc.) has beco ... based access control]] - Flexible [[RedmineIssues|issue tracking system]] - [[RedmineGantt|Gantt ch ... - [[RedmineCustomFields|Custom fields]] for issues, time-entries, projects and users - [[Redm ... rial and Bazaar) - [[RedmineReceivingEmails|Issue creation via email]] - Multiple [[RedmineLD ... common_mark", SAMPLE_TEXT, object: Issue.new(id: 1), attribute: :description ... rage: %.2fs ms", avg_ms) </code></pre> }}
- Defect #43441 (Closed): Fix failures in test/system/issues_test.rb
- The system tests on GitHub CI started failing ... 994985869 Error excerpt: <pre> Error: IssuesSystemTest#test_removing_issue_shows_confirm_dialog: Net::ReadTimeout: Net ... ms the next test starts before the "removing issue shows confirm dialog" test has fully finishe ... t: <pre><code class="ruby"> test "removing issue shows confirm dialog" do log_user('jsmith', 'jsmith') visit '/issues/1' page.accept_confirm /Are you sure/ do ... t runner environment to remove the warning.
- Defect #43436 (Closed): Assets are not compiled on startup in production mode with Propshaft 1.3.0
- When using Propshaft 1.3.0, assets are not au ... d with earlier Propshaft versions. If the issue only affects startup-time compilation, runni ... of the impact cannot yet be fully determined.
- Patch #43435 (New): Check missing copyright sections using Rubocop
- We can find ruby files without copyright sect ... org/rubocop/cops_style.html#stylecopyright.
- Defect #43422 (Closed): File format custom fields use legacy download icon instead of SVG icon
- Previously, when a ticket included a file-typ ... eenshot%202025-10-31%209.27.42.png!| This issue can be fixed by adding the following code to ... wnload => true ) </code></pre>
- Defect #43420 (Closed): Markdown alerts are missing styling in email notifications
- In email notifications, Markdown alerts (such ... ler layout. The attached patch fixes this issue by adding CSS styles for Markdown alerts to ... {border: 1px solid grey;}.after%402x.png!
- Defect #43409 (Closed): Progress bar custom field shows only "%" instead of "0%" when value is nil
- h3. Steps to reproduce Create project (@project-1@) and issue (@issue-2@). Create progressbar custom field and set to @project-1@. Show @issue-2@. h3. Before patch Show "%" !clip ... "0%" !clipboard-202510281634-pvut7.png!
- Feature #43407 (New): Add more metadata to custom field definitions in the REST API
- The current API does not provide all the requ ... 0 (#33301), the param /projects.json?include=issue_custom_fields has been introduced to provide ... d _possible_values_. This would work for issues, but not for other resources such as time e ... ryCustomField) are not project-specific like IssueCustomField. I maintain a Chrome extension ... this and add more data. Thank you very much.
- Feature #43397 (Closed): Organize Gantt chart ... rating it into views and Stimulus controllers
- h3. Background/Purpose I believe the Gantt ... rag-and-drop editing * Manual reordering of issues and projects * Remembering column widths a ... code for the query form, chart, and project/issue tree using views and Stimulus controllers * ... of the CSS class @gantt_content@ (a leftover issue from #32019) h3. Checks * All tests pa ... /hidakatsuya/redmine/actions/runs/18820868358
- Patch #43396 (Closed): Update propshaft to 1.3
- This is a patch to update propshaft to ver1.3 ... ort (though this patch does not do anything).
- Patch #43381 (New): Improve visibility of error message during file upload
- When an HTTP error occurs during file upload, ... pou.png! I reproduced this by opening the issue edit screen, logging out in another browser tab, and then upload file.
- Patch #43379 (Closed): Localize default commo ... s (note, tip, warning, caution and important)
- To fully utilize the capabilities of this ale ... s will make it into the next release, thanks.
- Defect #43378 (Closed): Column headers are slightly shifted to the right in tables in list views
- In Redmine @6.0.7@, it seems like column headings on issue list pages are mis-aligned ever so slightly. ... screenshot below: !redmine_misaligned.png!