Activity
From 2026-08-29 to 2026-08-31
2026-08-30
-
22:20 Patch #44386 (Closed): Avoid N+1 queries generated by Webhook#setable_projects
- Merged to 7.0-stable branch.
-
11:33 Defect #44398 (Closed): Fix typo in log messages: "occured" should be "occurred"
- Committed the fix in r25026.
-
11:29 Defect #44398 (Closed): Fix typo in log messages: "occured" should be "occurred"
- The word "occurred" is misspelled as "occured" in some log messages in app/models/attachment.rb and app/models/user.r...
-
08:59 Feature #44374 (Closed): Cache builtin group instances per request to avoid repeated GroupAnonymous and GroupNonMember queries
- Committed the patches in r25023 and r25025.
-
08:24 Patch #44392 (Closed): Replace IO.read with File.read
- Merged the change into the stable branches in r25021 and r25022.
-
08:15 Feature #44362: Preview PDF compatible Adobe Illustrator files
- I have updated the patch.
Changes from the previous patches:
* @Attachment#is_pdf?@ is left unchanged because p... -
03:35 Defect #44397: Failed to register quote_reply_controller
- I could not reproduce this issue on my local Redmine installation.
The @@rails/request.js@ pin is provided by the ... -
00:54 Defect #37581: Incorrect number and CSV separators in several locales
- I have updated Karel Pičman's attachment:number_format_separator.patch and attachment:general_csv_separator.patch.
...
2026-08-29
-
22:37 Defect #44397 (New): Failed to register quote_reply_controller
- My name is Soren Stoutner. I am the maintainer of the Debian Redmine package.
https://tracker.debian.org/pkg/redm... -
22:27 Defect #44358: Markdownized preview shows broken images: Pandoc emits <img src="media/..."> but media is never extracted
- I attached an additional patch 0003 that implements a configurable placeholder mode for embedded images.
The patch... -
13:01 Patch #44386: Avoid N+1 queries generated by Webhook#setable_projects
- Thank you!
-
10:11 Defect #44372: Chrome freezes for several minutes when opening the possible values page of a key/value list custom field with thousands of values
- I have updated the patch.
The previous patch used @addClass()@ directly, bypassing the widget's class tracking. As... -
09:43 Defect #44378: Ghostscript process is left running when PDF thumbnail generation times out
- Setting the target version to 7.0.2.
-
09:27 Feature #44382: Reduce the number of SQL queries when filtering issues by "Assignee's group" or "Author's group"
- Setting the target version to 7.1.0.
-
07:51 Feature #44396 (New): Reduce memory usage by not loading rbpdf until a PDF is generated
- Redmine loads the rbpdf gem at every boot, even though it is only needed for PDF export. This patch defers loading it...
-
04:20 Feature #44385 (Closed): Replace MiniMime with Marcel in Redmine::MimeType for consistent MIME type lookup
- Committed the aptch in r25019.
-
01:22 Defect #44361: Preview returns a 404 error on the cross-project news form
- Thank you for posting the patch.
The patch fixes the 404, but the preview on the cross-project news form is still ... -
00:45 Patch #44392 (Resolved): Replace IO.read with File.read
- Committed the patch in r25018.
Also available in: Atom