Activity
From 2025-09-28 to 2025-09-30
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...
-
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 ...
-
10:27 Feature #12005: Mightful workflow field enhancement: hide
- +1
-
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...
-
04:53 Defect #43211 (Closed): The "User already exist" is shown after saving user form with corrected missing form
-
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,...
-
03:51 Patch #43257 (Closed): Remove unused files related to the quote reply feature
- Merged the change into 6.1-stable branch in r24024.
-
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).
-
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...
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...
-
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... -
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... -
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.... -
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...
-
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.
-
22:14 Defect #43230 (Closed): [Rails 8] ArgumentError: wrong number of arguments (given 0, expected 1) in ApplicationController#find_model_object
-
22:05 Patch #43266 (Closed): Update activerecord-sqlserver-adapter to 8.0
-
22:00 Patch #43266 (Resolved): Update activerecord-sqlserver-adapter to 8.0
-
02:43 Patch #43266 (Closed): Update activerecord-sqlserver-adapter to 8.0
- `bundle update` failed to r24016....
-
21:59 Patch #43275 (Resolved): Remove continue-on-error: true from the system test job in GitHub CI
- Committed, thanks!
-
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 ...
-
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... -
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... -
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...
-
01:33 Feature #43256: Introduce Open Color to unify and standardize CSS colors
- Setting the target version to 7.0.0.
2025-09-28
-
23:36 Defect #43265 (Closed): Automatic list marker does not work for task list items
-
23:28 Patch #43259: Convert jstoolbar to ES modules and class syntax.
- I'm assigning this version:"7.0.0" in order to review the changes.
-
06:03 Patch #43259 (New): Convert jstoolbar to ES modules and class syntax.
- This patch is based on a branch from #43165, with minor modifications.
* Converting the entire library to ES modul... -
23:22 Feature #43205: Update to Rails 8
- Rails updated to 8.0.2.
-
23:21 Defect #43230 (Resolved): [Rails 8] ArgumentError: wrong number of arguments (given 0, expected 1) in ApplicationController#find_model_object
- user:hidakatsuya, thanks for the easier fix, I've commit it.
-
23:16 Feature #43256: Introduce Open Color to unify and standardize CSS colors
- I like the ideea to standardize the color pallet and to switch to CSS variables.
-
10:48 Feature #43256: Introduce Open Color to unify and standardize CSS colors
- Replaced "lavendar" (used for @div.fileover@) with oc-violet-0.
-
04:21 Feature #43256: Introduce Open Color to unify and standardize CSS colors
- This patch also fixes:
* ##32167
After applying the patch, the border color of the following UI elements will b... -
04:00 Feature #43256: Introduce Open Color to unify and standardize CSS colors
- Fixed a wrong link in doc/README_FOR_APP.
-
23:07 Feature #27705: Gemify redmine plugins
- I assign this ticket to version:"7.0.0" to discuss it because I think having an official method to handle plugins and...
-
23:05 Feature #43234 (Closed): Enable CJK-friendly emphasis extension for CommonMark
-
22:58 Defect #43243: Accessing Redmine site from Brazil results in a 403 Forbidden
- I've reported the issue.
-
22:57 Feature #31573 (Closed): Show each journal entry from issue history in a box
-
09:58 Feature #31573: Show each journal entry from issue history in a box
- I think this issue can be closed because the problem of distinguishing individual journal entries has been resolved w...
-
22:56 Feature #43258: automatic list marker - with SHIFT-RETURN just a new line
- @ishikawa999, can you take a look, please?
-
00:16 Feature #43258 (New): automatic list marker - with SHIFT-RETURN just a new line
- With version 6.1.0, the automatic list markers were addded.
Using the input @SHIFT+ENTER@ should not insert a new ... -
22:28 Feature #43261: Add border-bottom to issue history to avoid accidental issue deletion
- Also, when the user chose to display comments in reverse chronological order, the issue actions are show above the hi...
-
22:27 Feature #43261: Add border-bottom to issue history to avoid accidental issue deletion
- I agree that making the "Delete" action more distinct is a valid concern. However, I have a few thoughts on the propo...
-
10:30 Feature #43261 (New): Add border-bottom to issue history to avoid accidental issue deletion
- This patch adds a divider line at the bottom of the issue history. The purpose is to clearly separate the last commen...
-
19:10 Feature #43201: Enhancement of Email Notifications: Individual Settings under "My Account"
- Holger Just wrote in #note-3:
> As for your last proposal, i.e. to notify only about changes to certain fields: co... -
03:43 Patch #43257 (Resolved): Remove unused files related to the quote reply feature
- Committed the fix in r24015. Thank you.
Also available in: Atom