Search
Results (12578)
- Feature #43681 (Closed): Improve RTL support for responsive layout
- In the current responsive layout for small sc ... ages are not fully supported. One visible issue is the flyout menu. In LTR layouts, it is sh ... tachment:responsive-my-account-after@2x.png
- Defect #43679 (Closed): docker redmine : latest
- Hello guys, I am trying to make a plugin w ... give a hand ? Thanks in advance, Dominic
- Feature #43678 (Closed): Improve Gantt chart behavior in RTL environments
- The current Gantt chart does not fully support RTL layout. In RTL, the area displaying the issue subject is correctly moved to the right side ... n the right and the newest dates on the left.
- Defect #43675 (Closed): "Add filter" dropdown in query form appears on the wrong side in RTL layout
- In RTL layout, the query form layout is incor ... the UI inconsistent. This patch fixes the issue. *Before:* !{border: 1px solid gray;}.rt ... solid gray;}.rtl-query-form-after%402x.png!
- Feature #43673 (New): Allow auto-watching issues assigned to my groups
- From #2716: Holger Just wrote in #note-42: ... s could be part of this feature explicitly.
- Defect #43672 (Closed): Indent icons for subt ... ts in list tables are misplaced in RTL layout
- In the RTL layout, indent icons for subtasks ... ng. *Before:* !{border: 1px solid gray;}.issues-table-rtl-before%402x.png! *After:* !{border: 1px solid gray;}.issues-table-rtl-after%402x.png!
- Defect #43666 (Closed): redmine:email:receive_imap does not read issue attributes from the body of the email
- I'm following the official guide (https://www ... , trying to fetch ( *IMAP* ) and *create new issues* from emails. Using Linux, launching *redm ... 14.5). Allowed anonymous users to create an issue in the Redmine settings. Created a project ... same as the official guides: This is a new issue that overrides a few attributes [...] Pr ... be blank, Status cannot be blank</code></pre>
- Defect #43664 (Closed): Project menu tab left/right buttons are broken in RTL layout
- In RTL layout, the left/right tab buttons in ... ult to use. The attached patch fixes this issue. *Before:* !{border: 1px solid gray;}.le ... ay;}.left-right-buttons-after-fix%402x.png!
- Defect #43662 (Closed): Cursor may move to in ... ion when pasting inline images from clipboard
- h2. Issue In the @addInlineAttachmentMarkup()@ func ... st commit to the trunk (source:/trunk@24291).
- Feature #43659 (Closed): Set minimum width for Permission column in permission report
- Currently, the Permission column of the permi ... es are defined. This change addresses the issue by setting a minimum width for the Permissio ... d gray;}.permissions-report-after%402x.png!
- Defect #43657 (New): Improve Redmine test suite by adding performance tests
- Lately, I've observed multiple performance issues generated by changes made to simplify/refac ... the effect of our changes based on numbers.
- Defect #43653 (Closed): Increase in RAM on a machine running Redmine version 5.0.5
- Since the upgrade to Redmine version 5.0.5 on ... tionality? Have you encountered a similar issue? We appreciate your assistance in advance.
- Patch #43652 (Closed): Remove unused style for `td.username img.gravatar`
- This style rule was previously used for Grava ... id gray;}.clipboard-202601071908-kircp.png!
- Defect #43651 (Closed): Searching issues with searchable custom fields causes a performance regression on MySQL
- When searching issues using the search box in the top-right corner, the response time can become extremely slow if the issues have searchable custom fields. In one of my ... nute after upgrading to Redmine 6.1. This issue is caused by an inefficient join order chose ... e @custom_values@ table before filtering by @issues.id@. On large datasets, this results in a s ... atch adds a MySQL optimizer hint @JOIN_ORDER(issues, custom_values)@ in the @search_result_ranks_and_ids@ method to force joining the @issues@ table before @custom_values@, which avoids ... t plan and restores the previous performance.
- Feature #43650 (Reopened): Ruby 4.0 support
- https://www.ruby-lang.org/en/news/2025/12/25/ ... ps://github.com/ruby/ruby/releases/tag/v4.0.0
- Patch #43648 (Closed): Update activerecord-sqlserver-adapter to 8.1
- `bundle update` failed to r24248. <pre> % ... ed. </pre> The patch below resolves this issue. <pre><code class="diff"> diff --git a/G ... ygems.org/gems/activerecord-sqlserver-adapter
- Feature #43646 (New): Marking notes as important and make a way to see them separatelly (or `pin`).
- Currently, the notes written in the issue are displayed in either chronological or rev ... viewed separately. For example, take an issue related to "Server Maintenance," where a use ... l through notes to find relevant information.
- Patch #43643 (Closed): Align the Textile processing approach with CommonMark by using Loofah
- The attached patches enable the use of Loofah ... been removed. * Considering the performance issue in #43446 , I took benchmarks in the same wa ... 5.18 ms | | CommonMark | Average: 54.29 ms |
- Patch #43642 (Closed): Remove unused style for `div.square`
- The style for @div.square@ is no longer appli ... r108 to display colored squares representing issue statuses, but this coloring functionality was later removed in r747 and r881.
- Patch #43641 (New): Make the issues list header sticky on vertical scroll
- This patch implements a sticky header for the issue list when scrolling. While currently limited to issues, this approach can be applied to other list ... |
- Feature #43631 (Closed): Add "include_subproj ... pages macro to include pages from subprojects
- This parameter should work with and without project parameter.
- Patch #43630 (Closed): Traditional Chinese translation update for 6.1-stable
- * Translation changed: (完成百分比 → 完成比例) ** notice_issue_done_ratios_updated, field_done_ratio, setting_issue_done_ratio, setting_issue_done_ratio_issue_field, label_update_issue_done_ratios, setting_issue_done_ratio_interval * Translation added: ** field_ratio_interval
- Defect #43625 (New): Duration is shortened by one day when adding a relation and the following issue starts on a non-working day
- *Overview* When adding a relation between issues, if the **start date of the following issue falls on a non-working day**, the issue’s **Duration is shortened by one day**. D ... , when a relation is added and the following issue is rescheduled, an unintended reduction of ... te is marked as a non-working day 2. Create Issue A (preceding issue) with start date and due date set 3. Create Issue B (following issue) with its start date set to a non-working day 4. Add a relation between Issue A and Issue B (e.g. *precedes / follows*) *Expected result* * The Duration of the following issue remains correct, based on working days * Th ... the relation, the Duration of the following issue is shortened by one day * This occurs when the original start date of the following ...
- Feature #43624 (New): Proposal: Asynchronous ... pdates using Active Job (batch processing of issue relations)
- *Summary* When updating the due date of an issue, Redmine performs **cascading date updates** across related issues by traversing issue relations. If the relation graph is deep or ... timeouts * In projects that heavily rely on issue relations, due date updates become impractic ... traversal in batches** * Traverse related issues iteratively using a queue-based approach instead of deep recursion * Limit the number of issues processed per job and continue the remainin ... ication** * Use a job identifier per root issue to avoid duplicate cascading update jobs * Track processed issues to prevent infinite loops and redundant upd ... * Concurrency and consistency when the same issue is updated again while cascading updates are ... es* * This proposal addresses performance issues related to **cascading date updates across ...
- Defect #43623 (New): Performance degradation when updating due date on issues with deep relations
- *Summary* When updating the due date of an issue that has deep and/or many issue relations, the execution time of the update ... ficantly. As the number or depth of related issues grows, the operation may take a very long t ... appears to be a performance and scalability issue rather than a functional bug. *Affected operation* * Updating the due date of a root issue *Conditions* * Issues are linked by multiple levels of relations ... relation chain and/or the number of related issues is large *Observed behavior* * Updating ... triggers propagation logic to adjust related issues * During this process, related issues are traversed recursively * The recursive traversal of issue relations becomes the main performance bottl ... ion depth or the number of processed related issue...