Project

General

Profile

Activity

From 2026-05-20 to 2026-05-22

Today

09:06 Defect #43737 (Closed): Rendering wiki is significantly slow on Ruby 4.0.1
I think there were multiple issues on the same topic. Marius BĂLTEANU
08:51 Defect #43737: Rendering wiki is significantly slow on Ruby 4.0.1
Sorry for the late reply.
I got same benchmark results with 4.0.3:...
Katsuya HIDAKA
09:05 Patch #44112 (New): Improve initials avatar to use the first two letters of the firstname for Korean locale
Currently, the initials avatar extracts characters based on the `USER_FORMATS` configuration. However, there is a n... ilkwon jung
06:55 Patch #44111: Improve layout consistency of roadmap, news, and documents index pages
← before change | after change →
!{width: 700px; border: 1px solid #ccc}screenshot%202026-05-22%2013.43.18.png!
!{w...
Mizuki ISHIKAWA
06:53 Patch #44111 (New): Improve layout consistency of roadmap, news, and documents index pages
The roadmap, news, and documents index pages lack visual structure. The boundary between items is unclear, making the... Mizuki ISHIKAWA
06:51 Patch #44065 (Resolved): Remove unused i18n keys
Go MAEDA
05:49 Defect #44029 (Closed): Wide tables in attachment preview overflow the container border
Committed the patch in r24675. Thank you. Go MAEDA

2026-05-21

19:21 Patch #44074 (Closed): ignored and unnecessary scope in twofa token lookup
Committed, thanks! Marius BĂLTEANU
03:25 Patch #44074 (Closed): ignored and unnecessary scope in twofa token lookup
When deleting the used twofa backup code there is this line:... Jens Krämer
14:07 Defect #44057 (Closed): Backport fix for #42332 (HEADING_RE missing /m flag) to 5.1-stable
Redmine 5.1 series is now quite old, and as described on https://www.redmine.org/projects/redmine/wiki/Download#Versi... Go MAEDA
10:19 Patch #44073 (Closed): TimeEntryTest#test_should_not_accept_closed_issue fails randomly depending on locale
merged the fix into 6.1-stable in r24672. Go MAEDA
10:16 Patch #44073 (Resolved): TimeEntryTest#test_should_not_accept_closed_issue fails randomly depending on locale
Committed the fix in r24671. Thank you. Go MAEDA
09:58 Feature #44061: Support Tab/Shift+Tab indentation for CommonMark list items in wiki textarea
Thank you for posting the patch to improve UI.
While allowing list indentation with the Tab key would certainly im...
Go MAEDA
08:15 Defect #44069: Remove redundant underline from abbr elements
The style was introduced in r3073 for @acronym@ elements.
In r12235, @acronym@ elements in Redmine were replaced wit...
Go MAEDA
08:02 Defect #44069: Remove redundant underline from abbr elements
Thank you for reporting the display issue.
In addition to the fix you proposed by adding @text-decoration: none;@,...
Go MAEDA
06:41 Feature #44071 (Closed): Make context menu width flexible to avoid wrapping labels
Committed the patch in r24670. Go MAEDA
02:54 Feature #44071: Make context menu width flexible to avoid wrapping labels
I updated the patch. I added @max-inline-size@ property so the context menu width does not become excessively large. Go MAEDA
03:11 Feature #43968: Allow 0:45h time span format input in the estimated_hours and spent_time filter of IssueQuery
Setting the target version to 7.0.0. Go MAEDA

2026-05-20

17:04 Patch #44073 (Closed): TimeEntryTest#test_should_not_accept_closed_issue fails randomly depending on locale
TimeEntryTest#test_should_not_accept_closed_issue may fail if another test changes the locale before this test runs.
...
Kenta Kumojima
16:04 Defect #44072 (Closed): OauthProviderSystemTest#test_application_creation_and_authorization fails randomly
Committed the fix as part of #24808. Go MAEDA
10:21 Defect #44072 (Closed): OauthProviderSystemTest#test_application_creation_and_authorization fails randomly
OauthProviderSystemTest#test_application_creation_and_authorization fails randomly in CI with the following error:
...
Mizuki ISHIKAWA
15:39 Feature #43968: Allow 0:45h time span format input in the estimated_hours and spent_time filter of IssueQuery
Thank you for pointing out the bug.
I have fixed the patch and attached the updated version.
Kenta Kumojima
12:06 Feature #43968: Allow 0:45h time span format input in the estimated_hours and spent_time filter of IssueQuery
Thank you for posting the patch. However, I found an issue.
With this patch applied, using the "Spent time" filter...
Go MAEDA
13:22 Defect #44051: CSV import fails with `Unquoted fields do not allow new line <"\n"> in line 1` on latest trunk on Windows
Thank you as always! Yasu Saku
11:48 Defect #44051 (Closed): CSV import fails with `Unquoted fields do not allow new line <"\n"> in line 1` on latest trunk on Windows
Fixed the issue in r24668, as part of #41434. Thank you for your support. Go MAEDA
10:36 Defect #44069: Remove redundant underline from abbr elements
I have confirmed the issue in "News" box on "Home" page. Go MAEDA
07:54 Defect #44069: Remove redundant underline from abbr elements
... Mizuki ISHIKAWA
07:53 Defect #44069 (New): Remove redundant underline from abbr elements
The rule for @abbr@ already applies a dotted bottom border as a visual hint:... Mizuki ISHIKAWA
10:18 Patch #44070 (Closed): Japanese translation update (r24666)
Committed the patch in r24667. Go MAEDA
09:19 Patch #44070 (Closed): Japanese translation update (r24666)
Translated the following strings:
* button_remove_from_group
* button_add_to_group
* field_private_by_default
Go MAEDA
10:10 Feature #44071 (Closed): Make context menu width flexible to avoid wrapping labels
The context menu currently uses a fixed @inline-size: 150px@.
This can cause longer translated labels to wrap unex...
Go MAEDA
09:43 Feature #30471: Move "Default columns" checkbox on the query edit page from "Options" to "Columns" fieldset
Hi,
I opened a similar issue, #44054, and was directed here.
I’d like to add that acutually I am a one who stumbled...
Taketsugu YASHIRO
09:02 Feature #9432 (Closed): Default value for the private issue flag
Committed the patch in r24665.
Trackers now have a "Private by default" checkbox. When this setting is enabled, ne...
Go MAEDA
03:26 Defect #44068: Time zone list issue
I see on redmine.org there is Europe/Kyiv in the list, but it doesn't exist when deploy redmine using redmine docker ... Igor Melnyk
03:24 Defect #44068 (New): Time zone list issue
There is no Europe/Kyiv time zone in the drop-down list.
Is there any way to add it?
Igor Melnyk
02:37 Feature #44062 (Closed): Add an Environment heading to the admin information page
Committed the patch in r24664. Go MAEDA
01:31 Patch #44065: Remove unused i18n keys
Setting the target version to 7.0.0. Go MAEDA
 

Also available in: Atom