Project

General

Profile

Activity

From 2025-09-29 to 2025-10-01

2025-10-01

17:01 Feature #43280: Improve visual distinction of link presence in SVG icons
Updated the patch.
The value of the @fill@ property for @svg.icon-svg-filled@ selector should be @var(--oc-gray-8)...
Go MAEDA
07:41 Feature #43280: Improve visual distinction of link presence in SVG icons
+1
It's inconvenient when you can't tell whether it's a link until you hover over it. I think this is a very good ...
Mizuki ISHIKAWA
06:21 Feature #43280 (Closed): Improve visual distinction of link presence in SVG icons
Right now, SVG icons are shown in the same blue color as link text, so it is hard to recognize whether an icon is act... Go MAEDA
15:55 Defect #43255: mail_handler : may fail to invoke reception hooks if plugins monkey patch some methods (with patch)
Would it be acceptable if in the patch we replaced ... Vincent Caron
14:27 Defect #43277: Sorting of Comments
Thanks for your feedback. The error is due to 000_redmine_x_ux_upgrade and only when activating a special option in t... Stephan Meyer
02:55 Defect #43277: Sorting of Comments
I could not reproduce the issue in my environment. It might be caused by a third-party plugin. Could you temporarily ... Go MAEDA
10:07 Defect #43278: Error on db:migrate from version 6.0 to version 6.1
I found the issue, and Pavel was right, but I didn’t understand it at first.
There is no problem with the project id...
Georg Hof
09:01 Defect #43278: Error on db:migrate from version 6.0 to version 6.1
Thanks for your comments!
> 1/ You manually created the index (possibly as a performance optimization?).
I have...
Georg Hof
02:35 Defect #43278: Error on db:migrate from version 6.0 to version 6.1
Another possible cause is that the projects table may contain multiple projects with the same identifier.
If duplica...
Go MAEDA
04:18 Feature #43279 (Closed): Simplify fieldset borders in issue edit form
The attached patch improves the design of the issue edit form.
It modifies the fieldset borders that separate sect...
Go MAEDA

2025-09-30

21:03 Defect #43278: Error on db:migrate from version 6.0 to version 6.1
Your database contains a duplicate index https://github.com/redmine/redmine/commit/331b955f47412e3b449d6ca6c5b86ffc7b... Pavel Rosický
12:04 Defect #43278 (Closed): Error on db:migrate from version 6.0 to version 6.1
When I try to migrate my data from docker "redmine:6.0" to "redmine:6.1" (official docker images), I get an error on ... Georg Hof
10:27 Feature #12005: Mightful workflow field enhancement: hide
+1 Stefaan Ellebaut
08:03 Defect #43277 (Closed): Sorting of Comments
In my personal settings I set "Display Comments" to "In reverse chronological order". The ticket comments are still s... Stephan Meyer
04:53 Defect #43211 (Closed): The "User already exist" is shown after saving user form with corrected missing form
Go MAEDA
04:22 Defect #43255 (Needs feedback): mail_handler : may fail to invoke reception hooks if plugins monkey patch some methods (with patch)
The change switches the @if@ condition from checking for private methods to checking for public or protected methods,... Go MAEDA
03:51 Patch #43257 (Closed): Remove unused files related to the quote reply feature
Merged the change into 6.1-stable branch in r24024. Go MAEDA
02:48 Defect #32167 (Closed): Inconsistent border coloring of UI elements?
This issue is fixed in #43256. Border colors have been unified to oc-gray-4 (#ced4da). Go MAEDA
01:56 Feature #43256 (Closed): Introduce Open Color to unify and standardize CSS colors
Committed the patches in r24021, r24022, and r24023.
The colors used in Redmine's CSS have been migrated from hexa...
Go MAEDA

2025-09-29

22:16 Defect #43268 (Closed): Labels not displayed for form.text_area fields in Redmine with Rails 8
To fix the tests I've committed the fix from the second note. Also, I've created #43276 in order to drop the using of... Marius BĂLTEANU
09:49 Defect #43268: Labels not displayed for form.text_area fields in Redmine with Rails 8
I made a mistake in my writing #note-2.
The correct version is: @2. Use only f.textarea and discontinue the use of f...
Mizuki ISHIKAWA
09:45 Defect #43268: Labels not displayed for form.text_area fields in Redmine with Rails 8
Here are two ideas for resolving the issue:
1. Add :textarea as a target to override in **labelled_form_builder.rb...
Mizuki ISHIKAWA
09:42 Defect #43268: Labels not displayed for form.text_area fields in Redmine with Rails 8
This issue also causes system tests to fail.
It has been reported in #43205#note-8....
Mizuki ISHIKAWA
09:39 Defect #43268 (Closed): Labels not displayed for form.text_area fields in Redmine with Rails 8
When using the latest Redmine (Rails 8), the labels for Summary and Description are not displayed on the “Create News... Mizuki ISHIKAWA
22:15 Patch #43276 (Closed): Replace the use of form.text_area with form.textarea
Follow-up to #43268 to properly fix and align with the new naming from Rails. Marius BĂLTEANU
22:14 Defect #43230 (Closed): [Rails 8] ArgumentError: wrong number of arguments (given 0, expected 1) in ApplicationController#find_model_object
Marius BĂLTEANU
22:05 Patch #43266 (Closed): Update activerecord-sqlserver-adapter to 8.0
Marius BĂLTEANU
22:00 Patch #43266 (Resolved): Update activerecord-sqlserver-adapter to 8.0
Marius BĂLTEANU
02:43 Patch #43266 (Closed): Update activerecord-sqlserver-adapter to 8.0
`bundle update` failed to r24016.... Yuichi HARADA
21:59 Patch #43275 (Resolved): Remove continue-on-error: true from the system test job in GitHub CI
Committed, thanks! Marius BĂLTEANU
19:22 Patch #43275 (Closed): Remove continue-on-error: true from the system test job in GitHub CI
In Issue #42688, we enabled system tests in GitHub CI (GitHub Actions). At that time, some tests were still unstable ... Katsuya HIDAKA
09:56 Feature #43205: Update to Rails 8
Katsuya HIDAKA wrote in #note-8:
> System tests have been failing on CI since changeset r24016.
> https://github.co...
Mizuki ISHIKAWA
05:19 Feature #43205: Update to Rails 8
System tests have been failing on CI since changeset r24016.
https://github.com/redmine/redmine/actions/runs/1808004...
Katsuya HIDAKA
08:43 Feature #43258: automatic list marker - with SHIFT-RETURN just a new line
From what I’ve observed, there are services like Slack and Backlog where pressing Shift + Enter also inserts a list m... Mizuki ISHIKAWA
01:33 Feature #43256: Introduce Open Color to unify and standardize CSS colors
Setting the target version to 7.0.0. Go MAEDA
 

Also available in: Atom