Search
Results (12389)
- 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 ...
- 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!
- Patch #42683 (New): Update some German translations
- Those are missing on RM 5.1.
- 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>
- Feature #42681 (Closed): Avoid unnecessary SQ ... conditions in Gantt version subject rendering
- @Version#due_date@ is a simple attribute, whi ... lculate the minimum start date among related issues. By reordering the condition to check @d ... 006 redmine-app(dev)> version.start_date Issue Minimum (0.1ms) SELECT MIN("issues"."start_date") FROM "issues" WHERE "issues"."fixed_version_id" = ? [["fixed_version_id", 1]] => Fri, 02 May 2025 </pre>
- Feature #42673 (Closed): Optimize `Version::FixedIssuesExtension#issues_progress` by avoiding repeated `Issue#closed?` calls
- The @issues_progress(open)@ method in @Version::FixedIssuesExtension@ calls @Issue#closed?@ inside a loop to determine whether each issue is open or closed. This leads to redundant database queries to fetch @IssueStatus@ records, even though the issues are already filtered by status using the @o ... whether it is iterating over open or closed issues based on the @open@ argument, this @closed? ... lag directly, avoiding unnecessary calls to @Issue#closed?@ and reducing database queries. T ... especially when processing a large number of issues. For example, when rendering the @/roadmap@ page with 60 versions and 3000 issues: *Without applying the patch:* <pre> ... ries, 6185 cached) | GC: 179.1ms) </pre>
- Feature #42663 (Closed): Optimize Gantt chart rendering by reducing version-related queries
- The attached patch for @lib/redmine/helpers/g ... ifically, it avoids repeated loading of the @Issue#fixed_version@ association by using @fixed_v ... sults of the @project_versions@ and @version_issues@ methods, and simplifies the logic used to determine whether an issue has child issues assigned to the same version and project. ... endering Gantt charts for projects with many issues and versions. For example, in a project with approximately 1,000 issues and 20 versions, rendering the Gantt chart ... queries, 48 cached) | GC: 149.2ms) </pre>
- Defect #42660 (New): Helvetica font is not embedded in a pdf file exported from an issue
- Problems: 1. Fonts are not embedded 2. He ... it is virtually unreadable 4. There was no issue like this before (printing out exported to pdf issues was our workflow for years on the same system) To replicate the issue, open an existing issue, then click `pdf` link at the bottom of the page to create a pdf export of the issue, say exported.pdf. Then run the following co ... entity-H yes no yes 61 0 ```
- Defect #42654 (Closed): Text in project jump box is vertically misaligned
- The text inside the project jumpbox currently ... ; margin:0 !important; </code></pre>
- Defect #42648 (Closed): Wiki/CommonMark: Broken references for multiple footnote usage
- Wiki/CommonMark: Broken references for multip ... emove_attribute("id") } </pre>
- Defect #42636 (Closed): I need the detail dat ... ch as "11 months ago ",how to do like that ?
- I sometimes search for some issue ,and a detail date time is important,while ... ear ago " is not clear ,how to do like that ?
- Feature #42635 (Closed): missing dark feature
- dark mode is an essential feature. Including it will improve the user user experience.
- Feature #42630 (Closed): Introduce reaction feature to issues, notes, news, and forums
- This patch adds a reaction feature. * Adds reaction buttons to issues and notes, news and comments, and forum mes ... ings !{border:1px solid #ccc}screenshot-issue.png! !{border:1px solid #ccc}screenshot-t ... splaying objects with many journals (such as issues), I implemented the feature to load only th ... profiler and memory_profiler when opening an issue detail page. The tested issue has *50 journals, each with reactions from 1 ... retained: 2064420 bytes (6036 objects) |
- Feature #42623 (Closed): Adds initials to the list of default Gravatar options
- Gravatar launched this year initials as defau ... adds this to the list of available options.
- Defect #42622 (Closed): Joining both atom_tok ... ror due to the ambiguous column name "action"
- When using JOINs with the User model, if both ... , so if someone could do this then awesome :)