Project

General

Profile

Search

Results (12618)

Feature #43836 (Closed): Unify spacing around section separators on issue details page
On the issue details page, spacing around section separat ... e between Description, Subtasks, and Related issues). A likely reason is that `hr` does not ... ets/application.css @@ -780,6 +780,7 @@ div.issue .attribute .value {overflow:auto; text-overflow: ellipsis;} div.issue .attribute.string_cf .value .wiki p {margin-block: 0;} div.issue .attribute.text_cf .value .wiki p:first-of-type {margin-block-start: 0;} div.issue.overdue .due-date .value { color: var(--oc-red-9); } +div.issue.details > hr { margin-block: 16px; } body.controller-issues h2.inline-flex {padding-inline-end: 0} div#sticky-issue-header { display: none; </code></pre> 2026-02-20 02:46
Defect #43835 (Needs feedback): Two-Factor authenticatorion fail
Company name: Tmaxsoft Issue: Any new users fail on authentication activa ... tion Database adapter Mysql2 2026-02-19 23:19
Feature #43834 (New): Globally disable issue deletion for all users including admins
We are using Redmine in a customer context where it is required that issues must never be physically deleted. Currently, issue deletion can be controlled via roles and per ... tors still may have the permission to delete issues. We would like to request an option (e.g. a global setting) to completely disable issue deletion for all users including administrators, so that issues can only be closed but never removed from t ... table for regulated environments. Thank you! 2026-02-19 15:26
Feature #43832 (New): Mentioned in last note filter?
Hi! It would be great to have the option to filter issues using only the last note (not all notes). In particular, it should be possible to find all issues where a specified user is mentioned in the ... Even better would be the ability to find all issues where the specified user was mentioned in a note and has not replied. 2026-02-19 13:48
Feature #43825 (New): Preserve checkbox selec ... search for members, group users, and watchers
When adding members, group users, or watchers ... f hidden selections should also be submitted. 2026-02-13 13:08
Patch #43823 (Closed): Remove unused CSS rule: `body.controller-issues h2.inline-flex`
In application.css, the following rule appear ... be safely removed: <pre> body.controller-issues h2.inline-flex {padding-inline-end: 0} </pre> Current issue views use @h2.inline-block@ (not @h2.inline- ... lector no longer matches in core views. 2026-02-13 01:41
Patch #43822 (Closed): Use logical CSS property in CommonMark help examples for RTL support
In `app/views/help/wiki_syntax/common_mark/*/ ... his does not currently cause any RTL-related issues because those help files are for LTR langua ... -start` may reduce the risk of future layout issues in RTL languages. For example, if RTL-langu ... line-start`, which also works in RTL layouts. 2026-02-13 01:30
Feature #43818 (Closed): Show warning for closed projects on all project pages not only on Overview
Currently, the "This project is closed and re ... page. This can confuse users who open an issue (or another project page) directly without g ... : 1px solid gray;}.project-closed-warning-on-issue-show%402x.png! 2026-02-12 05:21
Defect #43817 (Closed): Possibility to deactivate CSV import
Hello everyone ! Is it possible to have disa ... n challenged on this. Thank you in advance ! 2026-02-11 15:59
Defect #43809 (Closed): db migrate error after upgrade to Redmine 6.1.0.devel.24240
Error message: bundle exec rake db:migrate ... db:migrate => db:load_config => environment 2026-02-10 08:40
Defect #43807 (New): Internal Server Error when posting SQL into Comment
Hey Guys, First of all, thanks for your awes ... ed a bug when inserting SQL commands into an issue comment. When doing this, TinyTDS tries to i ... ity concern, if so, you can just delete this issue and work on it in the background. Here is ... 2.3 | | Database Adapter | SQLServer | 2026-02-09 14:02
Feature #43805 (Closed): Update file-type icons for additional MIME types
This patch updates file-type icons for several media types. Issue #43797 added file-type icons for attachments ... der: 1px solid gray;}.icons-after%402x.png! 2026-02-09 08:54
Defect #43804 (Closed): Custom field preview does not work on bulk issue edit
The preview for custom fields does not work on the bulk issue edit screen. Steps to reproduce 1. Cre ... formatting and Full width text. 2. Access /issues and select multiple issues from different projects. 3. Choose Bulk ed ... tent is not displayed. PreviewsController#issue expects project_id, but project_id is not se ... urns 404, and the preview is not displayed. 2026-02-09 07:17
Defect #43801 (Closed): Copy button appears only on the last pre when multiple pre blocks exist
When a page contains multiple pre blocks, the ... should be shown for each pre block. This issue occurs after applying r24360 from issue #43643. 2026-02-09 05:20
Feature #43797 (Closed): Show file-type icons instead of paperclip icons in attachment lists
Redmine currently displays a paperclip icon in front of each attachment in containers such as issues and Wiki pages. In many modern applicati ... for each item in an attachment list. This issue proposes to replace the paperclip icon with ... id gray;}.clipboard-202602061830-orwqj.png! 2026-02-06 10:36
Patch #43745 (Closed): Move parse_hire_images and parse_inline_attachments to scrubbers
#43643 introduced Loofah for textile text for ... 71 ms | | CommonMark | Average: 16.58 ms | 2026-02-05 03:16
Defect #43742 (Closed): Missing #wrapper positioning may increase reflow cost
I have an issue type with a lot of long text input (full wid ... ked at the wrapper element and this fixed my issue in desktop mode: <pre> #wrapper { position: relative; } </pre> 2026-02-04 12:16
Defect #43737 (New): Rendering wiki is significantly slow on Ruby 4.0.1
On Ruby 4.0.1, rendering wiki via @Redmine::W ... arker 2.6.3 * loofah 2.25.0 * rouge 4.7.0 2026-01-30 04:59
Defect #43733 (Closed): If you have a lot of ... ow with all statuses showing you get at a 404
It's easy to fix. config/boot.rb <pre> ... ot just a quiet 404 on the /update endpoint. 2026-01-28 13:32
Defect #43730 (Confirmed): Redmine generates ... `collapse` macros in one paragraph in Textile
The issue has been observed last year on around Januar ... lting HTML) <pre> POST https://<redmine>/issues/preview?project_id=<project_id> text: "1+{ ... g/nu/#textarea highlights the following main issue: !clipboard-202601281242-jimgt.png! Browsers fix these kinds of HTML issues (in this case, by opening the "p" tag in th ... shot: !clipboard-202601281303-mfua2.png! 2026-01-28 11:03
Feature #43728 (Closed): Change calendar today indicator from yellow background to blue date circle
The current calendar view highlights the curr ... r is very similar to the background used for issue entries, making it difficult to visually distinguish the "today" indicator from issue highlights. This patch improves the calen ... er to recognize without conflicting with the issue background styling. The blue circle is the ... cc}screenshot%202026-01-28%2016.04.22.png!| 2026-01-28 08:10
Defect #43718 (Closed): Issue beginning/ending arrows should be flipped in RTL calendars
The calendar displays arrows indicating an issue's beginning and ending dates. In RTL layo ... ge is used. The attached patch fixes this issue. 2026-01-26 10:00
Defect #43715 (Closed): Project selector does not indent subprojects in RTL layout
In the project selector drop-down, subproject ... is used. The attached patch resolves this issue by replacing @padding-left@ with @padding-in ... *RTL:* !project-selector-rtl%402x.png! 2026-01-25 10:28
Defect #43714 (Closed): Arrow buttons for Available/Selected columns are misleading in the issues query form on RTL layouts
On the issues query form, the positions of "Available col ... which is confusing. This patch fixes the issue by replacing the "→" and "←" characters used ... s, and mirroring those images in RTL layouts. 2026-01-25 09:28
Feature #43707 (New): Show on the footer the current version of Redmine that's being hosted
It's difficult for a normal user to see which ... s would be useful for example when reporting issues about Redmine, to include the version numbe ... field "Affected version" in case of a defect. 2026-01-23 16:23
(26-50/12618)