Activity
From 2026-09-07 to 2026-09-09
Today
-
10:45 Redmine Feature #33918: Add documentation for #29473
- I drafted the documentation based on the latest keyboard shortcut information. What do you think?
* Added an "Avai... -
10:44 Redmine Feature #44400: Make the Download button save PDF files instead of displaying them inline in the browser
- Here is some historical context on how the Download button has behaved for PDF files.
* Originally, the Download but... -
10:05 Redmine Feature #44426: Use bootsnap to speed up the boot
- Setting the target version to 7.1.0.
-
09:58 Redmine Defect #44438 (Confirmed): DateCalculationTest is not run by rails test
-
09:51 Redmine Defect #44438 (Confirmed): DateCalculationTest is not run by rails test
- DateCalculationTest is not executed by `rails test` because its file name does not match the test file loading patter...
-
09:50 Redmine Defect #44376 (Closed): Cannot deselect current user in multi-select user custom field without also deselecting "<< me >>"
-
09:48 Redmine Defect #44376 (Resolved): Cannot deselect current user in multi-select user custom field without also deselecting "<< me >>"
- Committed the fix in r25063.
-
09:47 Redmine Revision 25063 (svn): Do not show the "<< me >>" option in user format custom fields with multiple values enabled (#44376).
- This reverts multiple-value fields to the behavior before r18288; single-value fields still show the option.
Patch b... -
09:45 Redmine Defect #44361: Preview returns a 404 error on the cross-project news form
- Thank you for the review.
The 404 and the missing project have two different causes. This updated patch fixes the pr... -
08:12 Redmine Feature #44425: Render Mermaid code blocks as diagrams
- Florian Walchshofer wrote in #note-3:
> [..]
> One concern is that Mermaid is a rather actively developed project ... -
07:13 Redmine Feature #44425: Render Mermaid code blocks as diagrams
- Florian Walchshofer wrote in #note-3:
> One concern is that Mermaid is a rather actively developed project with freq... -
03:50 Redmine Feature #44437 (New): Include login id in the memberships API responses
- The memberships API (GET /projects/:project_id/memberships and GET /memberships/:id) returns only the id and the name...
-
03:04 Redmine Patch #44436 (New): Change the sort handle icon of My page blocks to arrows-move
- The drag handle of the blocks on My page currently uses the "reorder" icon. Unlike other sortable lists, these blocks...
-
02:42 Redmine Feature #44435 (New): Preview Rich Text Format (.rtf) files
- The attached patch extends the Markdown-based preview for Office documents introduced in #8959 to Rich Text Format (....
-
01:13 Redmine Defect #44434 (New): Collapse macro does not work in email notifications
- The @{{collapse}}@ macro works as expected when the content is displayed in a web browser. The collapsed content can ...
-
01:02 Redmine Feature #44433 (New): Allow linking to and automatically expanding a specific collapse section
- The @{{collapse}}@ macro creates a collapsible section that can be expanded and collapsed interactively in the web in...
2026-09-08
-
22:44 Redmine Feature #44425: Render Mermaid code blocks as diagrams
- Thanks for the patch. Overall, I like the implementation. The amount of core changes is relatively small, Mermaid is ...
-
04:57 Redmine Feature #44425: Render Mermaid code blocks as diagrams
- Mermaid has become widely adopted for creating diagrams in Markdown-based tools, and is supported by major platforms ...
-
20:48 Redmine Defect #44432 (New): Follower Notification Emails Are Not Sent After Role and Permission Changes
- Hello,
We are experiencing an issue with email notifications in our Redmine application.
After making some chan... -
18:30 Redmine Patch #44423 (Closed): Improve performance when formatting user mentions
-
18:30 Redmine Revision 25062 (svn): Memoize user lookups in parse_redmine_links (#44423).
-
18:30 Redmine Revision 25061 (svn): Memoize user object visibility check in link_to_mention (#44423).
-
18:19 Redmine Defect #44412 (Closed): Themes with custom icons.svg slow down page rendering
- Committed and merged to 7.0-stable branch.
-
05:24 Redmine Defect #44412: Themes with custom icons.svg slow down page rendering
- Marius BĂLTEANU wrote in #note-4:
> user:maeda, I've committed the fix, thanks for taking care of these performance i... -
18:19 Redmine Revision 25060 (svn): Merge r25059 from trunk to 7.0-stable (#44412).
-
18:11 Redmine Revision 25059 (svn): Memoize theme icons per sprite in IconsHelper (#44412).
-
15:36 Redmine Defect #44431: mentions can't find a user
- there are performance changes ##44190 should be addressed too... is there an option to send quary (`q`) to the databa...
-
15:33 Redmine Defect #44431 (New): mentions can't find a user
- while using `@` for the user mention, redmine can't match input after @ to a real user if numer of project users is s...
-
10:59 Redmine Feature #8959: Preview support for Microsoft Office and LibreOffice Writer files
- Please do not add comments to closed issues. For new feature requests, please open a new issue.
-
08:25 Redmine Patch #44388: Update Rubyzip to 3.6
- Updated Rubyzip to 3.6 in r25058.
-
08:24 Redmine Revision 25058 (svn): Update Rubyzip to 3.6 (#44388).
-
08:03 Redmine Revision 25057 (svn): Merge r25055 from trunk to 7.0-stable (#44412).
-
05:44 Redmine Defect #44408 (Resolved): Autocomplete popup appears off-screen when the caret is near the bottom of the viewport
-
05:44 Redmine Defect #44408: Autocomplete popup appears off-screen when the caret is near the bottom of the viewport
- Committed the fix in r25056. Thank you for reporting the issue.
-
05:43 Redmine Revision 25056 (svn): Work around Tribute 5.1.3 positioning the autocomplete popup off-screen when the caret is near the bottom of the viewport (#44408).
- Patch by Go MAEDA (user:maeda).
-
03:12 Redmine Defect #44428: JSON API requests fail with JSON gem 3.0.0
- I am planning to do the following:
* When a Rails 8.1 release that includes "rails/rails#58601":https://github.com...
2026-09-07
-
21:57 Redmine Feature #44430: Fine-grained Personal Access Tokens
- Bogdan Egikov wrote in #note-4:
>
> If any changes are needed to get this ready for a release, notify me and I'll ... -
21:51 Redmine Feature #44430: Fine-grained Personal Access Tokens
- Holger Just wrote:
>
> Most of the functionality of your new personal access tokens seems to mirror what we alread... -
21:28 Redmine Feature #44430: Fine-grained Personal Access Tokens
- Thanks for splitting this out, @marius.balteanu – happy to keep iterating on it here.
If any changes are needed t... -
21:13 Redmine Feature #44430: Fine-grained Personal Access Tokens
- I extracted from the initial patch posted by user:sledyuk in #43881 only the part related to Personal Access Tokens t...
-
21:05 Redmine Feature #44430 (New): Fine-grained Personal Access Tokens
- Extracted from #43881 only the part that implements the fine grained personal access tokens:
Bogdan Egikov wrote i... -
21:15 Redmine Feature #43881: Strengthen API authentication: API tokens with expiration, scopes, rate limiting and audit logging
- Extracted the implementation of Personal Access Tokens to #44430.
-
20:50 Redmine Defect #44412: Themes with custom icons.svg slow down page rendering
- user:maeda, I've committed the fix, thanks for taking care of these performance issues.
What do you think if we als... -
20:30 Redmine Revision 25055 (svn): Memoize theme icon names instead of fetching them from the cache store for every icon (#44412).
- Patch by Go MAEDA (user:maeda).
-
20:18 Redmine Feature #44415 (Closed): Reduce icon rendering time by caching sprite paths
- Merged to stable branches!
-
20:17 Redmine Revision 25054 (svn): Merge r25050 from trunk to 6.1-stable (#44415).
-
20:17 Redmine Revision 25053 (svn): Merge r25050 from trunk to 7.0-stable (#44415).
-
17:37 Redmine Defect #44428 (Resolved): JSON API requests fail with JSON gem 3.0.0
- Committed the fix to trunk in r25052.
-
17:18 Redmine Defect #44428 (Resolved): JSON API requests fail with JSON gem 3.0.0
- After updating the json gem to 3.0.0, JSON API requests with a request body (POST/PUT) fail, and many API tests fail ...
-
17:34 Redmine Revision 25052 (svn): Pin JSON gem to versions below 3.0 because json 3.0.0 is not compatible with Rails 8.1.3.1 (#44428).
- With json 3.0.0, ActiveSupport::JSON.decode raises ArgumentError, so
JSON API requests with a request body (POST/PUT)... -
16:19 Redmine Defect #44366 (Closed): Deleting an issue custom field does not delete its workflow field permissions
- Committed the fix in r25051. Thank you for reporting the issue.
-
16:19 Redmine Revision 25051 (svn): Fix orphaned workflow field permissions left after deleting an issue custom field (#44366).
- Patch by Go MAEDA (user:maeda).
-
12:07 Redmine Feature #44426 (New): Use bootsnap to speed up the boot
- Since Rails 5.2, new applications generated with @rails new@ have included bootsnap in their @Gemfile@ by default. Re...
-
07:32 Redmine Feature #44425 (New): Render Mermaid code blocks as diagrams
- This patch adds support for rendering code blocks written in Mermaid syntax as diagrams using Mermaid.js.
For exam... -
03:44 Redmine Feature #3661: Configuration option to disable pdf creation of issues
- I have proposed new permissions "Export issues" and "Export time entries" in #44424. They control the CSV and PDF exp...
-
03:34 Redmine Feature #44424 (New): Add "Export issues" and "Export time entries" permissions
- This patch adds "Export issues" and "Export time entries" permissions for consistency with the existing "Export wiki ...
Also available in: Atom