Project

General

Profile

Activity

From 2026-08-19 to 2026-08-21

Today

14:02 Feature #44353: Add project to wiki page list API response
I have you to thank! Liane Hampe
04:52 Feature #44353 (Resolved): Add project to wiki page list API response
Committed the change in r24966. Thank you for pointing it out. Go MAEDA
09:35 Patch #44323 (Closed): French translation update for 7.0-stable
Committed the translation in trunk and 7.0-stable. Thank you for your contribution. Go MAEDA
06:53 Patch #44363 (New): Activity view: several activity providers are missing preload, causing N+1 queries
When many events accumulate over the activity period (Setting.activity_days_default),
rendering the Activity view (/...
minsuk choi
04:56 Defect #44221 (Resolved): "Selected Columns" checkbox does not enable or disable the column lists on the new Gantt query form
Committed the patch in r24967. Thank you for reporting and fixing the issue. Go MAEDA
04:42 Defect #44335 (Closed): PDF preview of .ai attachments triggers an automatic download
Merged the fix into 7.0-stable branch in r24965. Go MAEDA
04:38 Patch #44330 (Closed): Convert CRLF line endings to LF in three test fixture files
Merged the fix into stable branches in r24962, r24963, and r24964. Go MAEDA
02:29 Defect #44228 (Closed): Uploading an attachment with a NUL byte in the filename causes an Internal Server Error
Merged the fix into 7.0-stable branch in r24961. Go MAEDA
01:43 Feature #42605: Enable commonmark math support using the math_latex extension
Thank you for the explanation. I understand that the goal is to add rendering of mathematical expressions to Redmine. Go MAEDA

2026-08-20

17:58 Feature #43881: Strengthen API authentication: API tokens with expiration, scopes, rate limiting and audit logging
Thanks for the quick and detailed review.
On splitting: agreed, and I would rather do it in order of increasing ri...
Bogdan Egikov
16:45 Feature #43881: Strengthen API authentication: API tokens with expiration, scopes, rate limiting and audit logging
Thanks for your work on this!
Most of the functionality of your new personal access tokens seems to mirror what we...
Holger Just
14:03 Feature #43881: Strengthen API authentication: API tokens with expiration, scopes, rate limiting and audit logging
I have implemented pillar 1 (personal access tokens) together with pillars 2 (scoped permissions) and 4 (structured a... Bogdan Egikov
13:54 Feature #44362 (New): Preview PDF compatible Adobe Illustrator files
Adobe Illustrator saves .ai files with PDF compatibility by default, so the file is also a valid PDF file. Redmine al... Go MAEDA
13:28 Defect #44358 (Confirmed): Markdownized preview shows broken images: Pandoc emits <img src="media/..."> but media is never extracted
Go MAEDA
09:54 Defect #44358 (Confirmed): Markdownized preview shows broken images: Pandoc emits <img src="media/..."> but media is never extracted
The Markdown-based preview for Office attachments introduced in 7.0 (feature #8959) renders broken image icons for do... Igor St
12:38 Defect #44360 (Confirmed): Lost password page is unreachable by admins when two-factor authentication setup is required
Go MAEDA
11:42 Defect #44360 (Confirmed): Lost password page is unreachable by admins when two-factor authentication setup is required
When @sudo_mode@ is enabled, which is the new default with Redmine 7, I encounter a lockout : the 2FA activation acti... Vincent Robert
12:05 Defect #44361 (New): Preview returns a 404 error on the cross-project news form
On the cross-project news form, clicking *Preview* returns a 404 instead of the preview.
The toolbar builds previe...
Vincent Robert
10:09 Feature #43484 (Closed): Detect attachment content type from file contents instead of trusting client-provided values
Updated [[Rest_api]] Wiki page to mention that @content_type@ is ignored in version:7.1.0 and later:
https://www.red...
Go MAEDA
09:46 Feature #43484 (Resolved): Detect attachment content type from file contents instead of trusting client-provided values
Committed the patches in r24955, r24956, r24957, r24958, r24959, and r24960.
Redmine no longer stores the content ty...
Go MAEDA
10:04 Patch #44359 (New): Drop support for Ruby 3.2
Support for Ruby 3.2 ended on 1 Apr 2026:
https://www.ruby-lang.org/ja/downloads/branches/
This patch drops suppo...
Katsuya HIDAKA
08:22 Feature #42605: Enable commonmark math support using the math_latex extension
To support mathematical expressions (math syntax) in CommonMark, the @commonmarker@ gem provides three "extension opt... Marius BĂLTEANU
03:52 Feature #42605: Enable commonmark math support using the math_latex extension
I am not familiar with LaTeX, so I may be missing something obvious. Could you explain what problem this change is in... Go MAEDA
08:02 Patch #44330 (Resolved): Convert CRLF line endings to LF in three test fixture files
Committed the patch in r24953 and r24954. Thank you for reporting this. Go MAEDA
06:28 Defect #44228 (Resolved): Uploading an attachment with a NUL byte in the filename causes an Internal Server Error
Committed the patch in r24952. Go MAEDA
06:14 Defect #44354 (Closed): GitAdapterTest#test_diff_path_invalid fails with Git 2.55.0
Merged the change into the stable branches in r24949, r24950, and r24951. Go MAEDA
04:52 Defect #44354 (Resolved): GitAdapterTest#test_diff_path_invalid fails with Git 2.55.0
Committed the patch in r24947. Go MAEDA
01:40 Defect #44354: GitAdapterTest#test_diff_path_invalid fails with Git 2.55.0
Setting the target version to 6.0.11. Go MAEDA
05:30 Patch #44356 (Closed): Update RuboCop Performance to 1.27
Updated RuboCop Performance to 1.27 in r24948. Go MAEDA
05:29 Patch #44356 (Closed): Update RuboCop Performance to 1.27
https://rubygems.org/gems/rubocop-performance Go MAEDA
05:08 Feature #44353: Add project to wiki page list API response
Thank you for pointing this out.
I have written a patch that adds the project to each wiki page in the index respo...
Go MAEDA
03:05 Defect #44335 (Resolved): PDF preview of .ai attachments triggers an automatic download
Committed the fix in r24946. Thank you for reporting the issue. Go MAEDA

2026-08-19

21:25 Feature #39030: API - creation/update wiki page - need to specify parent page
Thanks Marius BĂLTEANU
21:25 Feature #39030 (Closed): API - creation/update wiki page - need to specify parent page
Marius BĂLTEANU
10:15 Feature #39030: API - creation/update wiki page - need to specify parent page
This issue could be closed since it is implemented in #43569. Liane Hampe
21:22 Feature #44345: Use SimpleCov's built-in HTML formatter instead of Redmine's own formatter
Because I do not run the whole test suite on my local environment very often, my ultimate goal is to set up a coverag... Marius BĂLTEANU
12:18 Feature #44345: Use SimpleCov's built-in HTML formatter instead of Redmine's own formatter
Marius BĂLTEANU wrote in #note-2:
> @maeda, what do you think if we run one test suite from the matrix with coverage...
Go MAEDA
21:09 Defect #44351 (Resolved): Fix top menu position and icons in Classic theme
Merged the fix. Marius BĂLTEANU
21:08 Defect #44348 (Closed): Formatting a text is much slower in 7.0.0 when its container has many attachments
Merged the fix. Marius BĂLTEANU
21:08 Defect #44343 (Closed): Deleting a user who has authorized an OAuth2 application fails with ActiveRecord::InvalidForeignKey
Merged the fix to stable branches! Marius BĂLTEANU
03:08 Defect #44343: Deleting a user who has authorized an OAuth2 application fails with ActiveRecord::InvalidForeignKey
Thank you for reviewing and committing the fix. I'm glad I could contribute to Redmine. Hiroyuki Kano
16:19 Defect #29496 (Closed): Email addresses which includes slashes are wrongly linked
Go MAEDA
16:19 Defect #29496: Email addresses which includes slashes are wrongly linked
This is still reproducible in Redmine 7.0.0.
There is a workaround. Wrapping the address in angle brackets produce...
Go MAEDA
15:56 Patch #20888 (Closed): Add a button in the textile formatting toolbar to convert tabulated text into a table
Starting with Redmine 7.0.0, when you copy multiple cells from Excel or LibreOffice Calc and paste them into Redmine,... Go MAEDA
11:54 Defect #44354 (Closed): GitAdapterTest#test_diff_path_invalid fails with Git 2.55.0
@GitAdapterTest#test_diff_path_invalid@ fails with Git 2.55.0. GitHub Actions also started failing after the runner i... Go MAEDA
10:34 Feature #44353 (Resolved): Add project to wiki page list API response
There was a recent change for Redmine 7.0.0 that adds the project reference to all endpoints using @views/wiki/show.a... Liane Hampe
06:28 Patch #44352 (Closed): Update Commonmarker gem to 2.9
Updated Commonmarker gem to 2.9 in r24924. Go MAEDA
06:09 Patch #44352 (Closed): Update Commonmarker gem to 2.9
https://rubygems.org/gems/commonmarker Go MAEDA
03:25 Defect #44289: No status icon is displayed after checking for plugin updates on the Plugins page
Setting the target version to 7.0.1. Go MAEDA
00:21 Feature #44337: Add an administration page listing all webhooks
I would like to include this in 7.0.1 being an important improvement of the Webhook feature. Marius BĂLTEANU
00:01 Defect #44273 (Closed): Applications item is not highlighted in the administration menu
Merged the fix into the stable branches in r24920 and r24922. Go MAEDA
 

Also available in: Atom