Project

General

Profile

Activity

From 2026-05-21 to 2026-05-23

2026-05-23

10:00 Revision 24690 (svn): Adds a note regarding the performance issues on Ruby versions 4.0.0 through 4.0.2 (#43650).
Marius BĂLTEANU
09:55 Revision 24689 (svn): Fixes typo (#43650).
Marius BĂLTEANU
09:53 Feature #43650 (Closed): Ruby 4.0 support
Thanks! Marius BĂLTEANU
04:43 Feature #43650: Ruby 4.0 support
Marius BĂLTEANU wrote in #note-13:
> user:maeda, should we pin Ruby to 4.0.3 or 4.0.4?
I think it is sufficient t...
Go MAEDA
09:51 Revision 24688 (svn): Improves context menu methods validations (#44109).
Marius BĂLTEANU
05:07 Patch #44111: Improve layout consistency of roadmap, news, and documents index pages
This is a good improvement. Setting the target version to 7.0.0. Go MAEDA
05:01 Patch #44115 (Closed): GroupsController#remove_users tests fail randomly
Committed the fix in r24687 as part of #43640. Thank you. Go MAEDA
05:00 Revision 24687 (svn): Fix flaky GroupsControllerTest by setting user locale (#44115, #43640).
Patch by Kenta Kumojima (user:kumojima). Go MAEDA
04:50 Patch #44116: Enable parallel test execution in GitHub CI
You can also find the details, code diff, and test results for this patch at https://github.com/hidakatsuya/redmine/p... Katsuya HIDAKA
04:43 Patch #44116 (Closed): Enable parallel test execution in GitHub CI
This patch enables parallel tests by default.
* Enable parallel tests by default.
* Keep system tests single-proc...
Katsuya HIDAKA

2026-05-22

16:05 Patch #44115 (Closed): GroupsController#remove_users tests fail randomly
GroupsController#remove_users tests fail randomly.
The controller action generates the expected `params[:confirm]`...
Kenta Kumojima
14:08 Patch #44111: Improve layout consistency of roadmap, news, and documents index pages
+1 Florian Walchshofer
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 (Closed): 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
11:26 Feature #43650: Ruby 4.0 support
user:maeda, should we pin Ruby to 4.0.3 or 4.0.4? Marius BĂLTEANU
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:51 Patch #44065 (Resolved): Remove unused i18n keys
Go MAEDA
06:51 Revision 24686 (svn): Remove unused i18n key: text_select_project_modules (#44065).
Go MAEDA
06:49 Revision 24685 (svn): Remove unused i18n key: text_plugin_assets_writable (#44065).
Go MAEDA
06:43 Revision 24684 (svn): Remove unused i18n key: label_last_changes (#44065).
Go MAEDA
06:41 Revision 24683 (svn): Remove unused i18n key: label_date_to (#44065).
Go MAEDA
06:37 Revision 24682 (svn): Remove unused i18n key: label_date_range (#44065).
Go MAEDA
06:33 Revision 24681 (svn): Remove unused i18n key: label_current_version (#44065).
Go MAEDA
06:30 Revision 24680 (svn): Remove unused i18n key: label_change_view_all (#44065).
Go MAEDA
06:29 Revision 24679 (svn): Remove unused i18n key: label_add_another_file (#44065).
Go MAEDA
06:26 Revision 24678 (svn): Remove unused i18n key: error_not_allowed_to_log_time_for_other_users (#44065).
Go MAEDA
06:24 Revision 24677 (svn): Remove unused i18n key: description_filter (#44065).
Go MAEDA
06:18 Revision 24676 (svn): Remove unused i18n key: description_choose_project (#44065).
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
05:47 Revision 24675 (svn): Fix horizontal overflow in attachment previews (#44029).
Patch by Mizuki ISHIKAWA (user:ishikawa999). Go MAEDA

2026-05-21

19:24 Revision 24674 (svn): Fix stored XSS in Textile formatter via code class bypass (#44047).
RedCloth3#rip_offtags skipped HTML-escaping when an offtag matched
<code class="...">, intended to feed raw source to...
Marius BĂLTEANU
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
19:21 Revision 24673 (svn): Removes ignored and unnecessary scope in twofa token lookup (#44074).
Token.find_token doesn't honor the prepended relation and we do check the user in the next line.
Patch by Jens Kräme...
Marius BĂLTEANU
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
10:18 Revision 24672 (svn): Merged r24671 from trunk to 6.1-stable (#44073).
Go MAEDA
10:15 Revision 24671 (svn): Fix flaky TimeEntryTest by setting locale explicitly (#44073).
Patch by Kenta Kumojima (user:kumojima). Go MAEDA
09:58 Feature #44061: Support Tab/Shift+Tab indentation of selected textarea lines in CommonMark Markdown
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
06:40 Revision 24670 (svn): Make context menu width flexible to avoid wrapping labels (#44071).
Patch by Go MAEDA (user:maeda). 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
 

Also available in: Atom