Project

General

Profile

Search

Results (12480)

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
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. 2025-05-31 09:47
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. 2025-05-30 04:33
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> 2025-05-27 06:11
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!| 2025-05-26 08:50
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!| 2025-05-26 06:23
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> 2025-05-25 08:53
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. 2025-05-22 13:16
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. 2025-05-22 10:22
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. 2025-05-19 21:07
Patch #42737 (Closed): Replacing html-pipeline with Loofah for HTML Filtering
The latest version of @html-pipeline@ is 3.2. ... parser. The patch can be applied to r23780 2025-05-17 06:45
Feature #42728 (New): Native modal
I would like to know how we can trigger Redmi ... things consistent and avoid future conflicts. 2025-05-15 20:16
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. 2025-05-14 09:58
Defect #42702 (Closed): 'New task' button uses still the old plus icon
!clipboard-202505131732-mfdkh.png! 2025-05-13 17:33
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! 2025-05-13 16:34
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 ! 2025-05-13 10:00
Patch #42688 (Closed): Run system tests on GitHub CI
This patch enables Redmine's system tests to ... arallelization to address this in the future. 2025-05-10 16:24
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 ... 2025-05-10 11:57
Feature #42684 (Closed): Add a sticky header to keep the issue subject visible on scroll
This feature proposal suggests adding a sticky issue header that only appears when the subject of an issue is scrolled out of view. This approach ke ... aking it easier to keep track of the current issue, even on pages with a large number of commen ... of mistakenly adding a comment to the wrong issue by always displaying the subject. !{width ... shot%202025-05-08%2017.12.07.png! !sticky-issue-header.gif! 2025-05-09 02:15
Patch #42683 (New): Update some German translations
Those are missing on RM 5.1. 2025-05-08 13:02
Feature #42682 (Closed): Optimize the renderi ... roadmap by preloading the email addresses of issue assignees
The attached patch improves the performance o ... ap view by preloading the @email_address@ of issue assignees, which is used for displaying Grav ... when rendering versions and their associated issues. The test results below show the performance of the @/roadmap@ page with 60 versions and 3000 issues: **Without the patch:** <pre> Comple ... queries, 3183 cached) | GC: 81.8ms) </pre> 2025-05-06 04:08
(101-125/12480)