Activity
From 2026-08-31 to 2026-09-02
2026-09-02
-
23:53 Feature #44405: Reduce repeated SQL queries caused by User#is_or_belongs_to? when issues are assigned to groups
- Setting the target version to 7.1.0.
-
21:29 Feature #5238: Related issues option accessible during issue creation
- +1
-
16:47 Feature #44407: Preload the attachment authors when rendering a single issue in the REST API
- Setting the target version to 7.1.0.
-
03:14 Feature #44407 (Closed): Preload the attachment authors when rendering a single issue in the REST API
- show.api.rsb renders the author of every attachment of the issue, causing an author lookup for each attachment.
<p... -
16:41 Defect #44378 (Closed): Ghostscript process is left running when PDF thumbnail generation times out
- Committed the patches in r25033 and r25034.
-
11:25 Feature #44409 (New): Skip the nested set self-join in Issue.load_visible_total_spent_hours when no issues have subtasks
- @Issue.load_visible_total_spent_hours@ always self-joins the @issues@ table on the nested set columns to find subtask...
-
08:05 Defect #44408: Autocomplete popup is not displayed reliably when browser page zoom is not 100%
- Your patch works! Thank you for this quick and effective fix.
-
07:46 Defect #44408: Autocomplete popup is not displayed reliably when browser page zoom is not 100%
- Thank you for the detailed report. I was able to reproduce the issue.
I agree that the cause is a bug in Tribute 5... -
07:10 Defect #44408 (Confirmed): Autocomplete popup is not displayed reliably when browser page zoom is not 100%
-
05:57 Defect #44408: Autocomplete popup is not displayed reliably when browser page zoom is not 100%
- _Update:_
We upgraded the vendored Tribute asset from 5.1.3 to 5.1.4. The issue seems gone in Edge, Chrome, and Fire... -
04:18 Defect #44408 (Confirmed): Autocomplete popup is not displayed reliably when browser page zoom is not 100%
- The autocomplete request succeeds, but its suggestion popup is often not displayed when the browser page zoom is not ...
-
07:41 Feature #8959: Preview support for Microsoft Office and LibreOffice Writer files
- Could you please take a look at issue #44358 ?
It deals with this topic/problem. If possible, it would be great if y... -
01:35 Defect #44372 (Closed): Chrome freezes for several minutes when opening the possible values page of a key/value list custom field with thousands of values
- Merged the fix into 7.0-stable branch in r25032.
2026-09-01
-
12:29 Feature #44406 (New): Persist manually adjusted sort order in tables that belong to self-designed queries
- Hello,
To explain my problem properly I have to write a small preface first:
Since a couple of months I am resp... -
10:24 Feature #18245: Documents REST API
- Setting the target version to 7.1.0.
-
10:17 Feature #8959: Preview support for Microsoft Office and LibreOffice Writer files
- Go MAEDA wrote in #note-20:
> gl aun wrote in #note-19:
> > i updated my local redmine to 7.0.0 and installed pando... -
09:05 Feature #44405 (New): Reduce repeated SQL queries caused by User#is_or_belongs_to? when issues are assigned to groups
- @User#is_or_belongs_to?@ checks group membership with @arg.users.include?(self)@, which runs a SQL query against @gro...
-
05:04 Defect #44372 (Resolved): Chrome freezes for several minutes when opening the possible values page of a key/value list custom field with thousands of values
- Committed the fix in r25031.
-
04:47 Feature #44396: Reduce memory usage by not loading rbpdf until a PDF is generated
- Setting the target version to 7.1.0.
-
03:55 Defect #44403: db migrate error after upgrade to Redmine 7.0.1.devel.25030
- It seems that this issue only occurs with Ruby 3.3.0, and does not occur in Ruby 3.3.1 or later.
I also tested Ruby ... -
03:31 Defect #44403: db migrate error after upgrade to Redmine 7.0.1.devel.25030
- I was able to reproduce the same error with Ruby 3.3.0.
Could you update to Ruby 3.3.12, the latest Ruby 3.3 release... -
01:36 Defect #44403: db migrate error after upgrade to Redmine 7.0.1.devel.25030
- Could you tell me which migration caused the error?
-
01:36 Defect #44397 (Closed): Failed to register quote_reply_controller
- Thank you for your feedback. I am closing this issue.
2026-08-31
-
22:29 Defect #44397: Failed to register quote_reply_controller
- Thanks for pointing me in the right direction. This was indeed caused by a problem in the Debian ...
-
19:56 Defect #44403 (Closed): db migrate error after upgrade to Redmine 7.0.1.devel.25030
- rake aborted!
SyntaxError:
/usr/local/rvm/gems/ruby-3.3.0/gems/actionview-8.1.3.1/lib/action_view/helpers/capture_h... -
17:01 Defect #44336: Automatic list marker insertion discards the textarea undo history and does not scroll the caret into view
- Ex: @textarea.setRangeText('', lineStart, lineEnd, 'end');@
-
16:59 Defect #44336: Automatic list marker insertion discards the textarea undo history and does not scroll the caret into view
- Found a slight modification:
Using @setSelectionRange@ causes the linux middle-click buffer to get filled with wha... -
17:01 Defect #43488: Undo/Redo produces unexpected results when the text in a textarea is modified automatically
- Ex: @textarea.setRangeText('', lineStart, lineEnd, 'end');@
-
16:59 Defect #43488: Undo/Redo produces unexpected results when the text in a textarea is modified automatically
- Found a slight modification:
Using @setSelectionRange@ causes the linux middle-click buffer to get filled with wha... -
12:08 Feature #3143: Add an 'Add Note' function to issue, to avoid optimistic-lock of issue' update when user just want to add a note
- couldnt find a solution with 7.0, made a plugin for this:
https://www.redmine.org/plugins/redmine_easy_notes
!Scre... -
11:13 Feature #44400 (New): Make the Download button save PDF files instead of displaying them inline in the browser
- Currently, the Download button downloads most attachments, but PDF and PDF-compatible files such as Illustrator files...
-
08:30 Feature #39529 (Needs feedback): Add tooltips for clarifying non-notifiable user mentions
- I think we shouldn't add a warning icon or tooltip to rendered mentions for a few reasons:
* When writing a message i... -
08:26 Feature #39528: Change mention link color for users without access to view issues
- h4. States Overview
|_. State / Condition |_. CSS Classes |_. Color / Style |_. Description |
| Mentionable User ... -
08:23 Feature #39528 (Resolved): Change mention link color for users without access to view issues
- I've committed the change:
* @user-current@ : applied when the mentioned user is the current logged-in user.
* @use... -
05:48 Feature #44362 (Closed): Preview PDF compatible Adobe Illustrator files
- Committed the patches in r25028 and r25029.
Also available in: Atom