Project

General

Profile

Search

Results (12571)

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). 2026-01-10 10:09
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! 2026-01-09 09:46
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. 2026-01-09 04:47
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. 2026-01-07 18:30
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! 2026-01-07 11:10
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. 2026-01-07 08:21
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 2026-01-07 06:49
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 2026-01-07 05:12
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. 2026-01-06 16:31
Patch #43643 (Resolved): 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 | 2026-01-04 16:20
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. 2026-01-04 09:37
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 ... | 2026-01-02 01:38
Feature #43631 (Closed): Add "include_subproj ... pages macro to include pages from subprojects
This parameter should work with and without project parameter. 2025-12-30 13:02
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 2025-12-29 04:20
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 ... 2025-12-23 07:19
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 ... 2025-12-23 07:08
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... 2025-12-23 06:10
Patch #43619 (Closed): Optimize Issue#recalculate_attributes_for by merging date queries
The attached patch slightly improves performance in @Issue#recalculate_attributes_for@. When the met ... query, reducing one database round-trip. 2025-12-22 05:10
Feature #43615 (Closed): Right-align all time-tracking columns in Issues list
The attached patch changes the alignment of all time‑tracking columns in the issues list to right‑aligned (e.g., Estimated time ... id gray;}.clipboard-202512191657-k9ajd.png! 2025-12-19 09:02
Defect #43613 (Needs feedback): Issue description displaying only two level of nested bullets (as a same level)
For example this github stzle markdown <pre ... that on preview tab, however once saved, on issue description it only displays like this: !clipboard-202512181445-7rux2.png! 2025-12-18 14:46
Defect #43612 (Closed): Inline code rendering does not preserve multiple spaces
If I write a text with many spaces, currently ... edmine: !clipboard-202512181236-2jy86.png! 2025-12-18 12:37
Patch #43607 (Closed): Optimize Issue#recalculate_attributes_for to avoid unnecessary saves and cascading callbacks
When a subtask is updated, Issue#recalculate_attributes_for recalculates derived attributes of its parent issue (such as priority, start_date,due_date, and done_ratio) and always saves the parent issue. In cases where the recalculated values a ... se queries. This becomes noticeable when the issue has a deep ancestor chain. The attached patch changes the behavior to save the parent issue only when it has actual changes after recalc ... ains and database queries when they do not. 2025-12-17 10:55
Defect #43603 (Closed): Delete link is missing from the context menu when using a relative URL root
After commit r23938, the Delete link is not d ... troller.rb @back = back_url # "/redmine/issues" begin # Recognize the controll ... k) #=> ActionController::RoutingError </pre> 2025-12-17 06:03
Defect #43592 (Closed): Ajax indicator is broken in RTL layouts
In RTL environments, the Ajax indicator does ... ble/app/assets/stylesheets/rtl.css@24209#L281 2025-12-14 09:14
Defect #43589 (New): Estimated Hours Field Placeholder Does Not Reflect Selected Time Span Format
Redmine allows switching the Time span format ... selected format. This affects not only the Issue form (Estimated hours field) but also the Lo ... aceholder appears to have been introduced in issue #2464. The corresponding line can be foun ... mine/views/labelled_form_builder.rb@24209#L52 2025-12-13 09:34
(26-50/12571)