Search
Results (12429)
- 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 (Closed): Downloading .js files ... o ActionController::InvalidCrossOriginRequest
- 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 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.
- Patch #42794 (Closed): 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!|
- Defect #42770 (Closed): Fix system test failu ... d 6.0-stable due to incompatible Ruby version
- Since commit r23794 and r23795, system tests ... r Gemfile specified >= 3.1.0, < 3.4.0 The issue is caused by system tests running with Ruby ... ruby-version: '3.2' </code></pre>
- Patch #42762 (New): Improve Git/Mercurial revision graph on the repository page
- There are several issues with the revision graph on the repository p ... 5ot.png! This patch series resolves these issues by modifying commit indexing and the curves ... commit has already been visited, addressing issue 1. !clipboard-202505221402-dsraj.png! ... nally the orphan commits on the page, fixing issues 2 and 3. !clipboard-202505221403-votpv.p ... or patch series - 41d1057 from GitHub mirror.
- Patch #42756 (Closed): Update tests for rails-dom-testing 2.3.0 whitespace collapsing
- rails-dom-testing 2.3.0 and later "collapse w ... 5154438331/job/42621433335 <pre> Failure: IssuesControllerTest#test_index_with_last_notes_column [test/functional/issues_controller_test.rb:1738]: --- expected ++ ... o be >= 1. bin/rails test test/functional/issues_controller_test.rb:1725 ... </pre> Thi ... the tests pass on both master and 5.1-stable.
- Defect #42750 (Closed): Passengeer Ruby errors - with Redmine 6.0
- !clipboard-202505191503-gzvme.png! N 2025-0 ... e earlier logs for details about the error.
- Feature #42728 (New): Native modal
- I would like to know how we can trigger Redmi ... things consistent and avoid future conflicts.
- Patch #42706 (Closed): Exported progress bar custom value cannot be imported
- Issues with progress bar custom value "Progress" a ... ubject,Assignee,% Done,Progress 77,バグ,新規,通常,Issue1,Redmine Admin,10,20% </pre> When I try ... hould be exported as integer like done ratio.
- Defect #42702 (Closed): 'New task' button uses still the old plus icon
- !clipboard-202505131732-mfdkh.png!
- Feature #42701 (New): Redmine Full Text Search with SQL Server
- Hello, We're experiencing performance issues with the search functionality in Redmine, likely due to the size of our database (120,000+ issues). As search is a heavily used feature for u ... plans to add support ? Thanks in advance!
- Feature #42699 (New): [Suggestion] Ordering of *Related issues* by status and by priority level
- Hello, I would like to propose the ordering of *Related issues* by status and by priority level instead of ... ind in attachment a patch (order_the_related_issues_by_status_and_priority.patch) that works fo ... n the fresh development redmine, the Related issues are ordered accordingly. !clipboard-202505 ... but I would happily help Have a good day !
- Patch #42688 (Closed): Run system tests on GitHub CI
- This patch enables Redmine's system tests to ... arallelization to address this in the future.
- Defect #42687 (Closed): Fix random failures in several system tests with Chrome 133 and later
- Since recently, some system tests in Redmine ... to fail randomly. This patch addresses that issue. <pre> Failure: IssuesSystemTest#test_create_issue_with_attachment_when_user_is_not_a_member [test/test_helper.rb:231]: "Issue.count" didn't change by 1, but by 0. Expected: 15 Actual: 14 bin/rails test test/system/issues_test.rb:149 Failure: IssuesSystemTest#test_create_issue_with_attachment [test/test_helper.rb:231]: "Issue.count" didn't change by 1, but by 0. Expected: 15 Actual: 14 bin/rails test test/system/issues_test.rb:134 Failure: IssuesSystemTest#test_update_issue_with_form_update_should_keep_newly_added_attachments [test/system/issues_test.rb:270]: Expected: 3 Actual: 2 ... utcomes before the tested operations—such as ...