Activity
From 2025-01-28 to 2025-01-30
2025-01-30
-
23:12 Defect #42172 (Resolved): `format_hours` method produces incorrect output for negative time values when `Setting.timespan_format` is "minutes"
- Committed the fix in r23482.
-
15:15 Defect #40728: Slow loading of global spent time list in MySQL
- Please add what database and version you are using. Since the query is executed on the database server, this is likel...
-
15:09 Defect #42192: Project settings members tab may raise ArgumentError if orphaned member records exist
- Rather than trying to workaround the deliberate exception in the @principal_icon@ helper, a different option may be h...
-
12:52 Defect #42192: Project settings members tab may raise ArgumentError if orphaned member records exist
- And your assesment of the root cause was correct too. We had rows in members table which pointed to non-existent user...
-
10:43 Defect #42192 (Confirmed): Project settings members tab may raise ArgumentError if orphaned member records exist
- Thank you for your feedback. I will include this fix in version:6.0.4.
-
10:25 Defect #42192: Project settings members tab may raise ArgumentError if orphaned member records exist
- Hi!
and many thanks for the quick response, that resolved the issue!
br,
-mika -
10:02 Defect #42192 (Needs feedback): Project settings members tab may raise ArgumentError if orphaned member records exist
- The issue is likely caused by an inconsistency between the @members@ table and the @users@ table. Specifically, it oc...
-
09:28 Defect #42192 (Closed): Project settings members tab may raise ArgumentError if orphaned member records exist
- Hi,
after upgrading to 6.0.2, trying to open some project's settings cause http 500 error.
Some projects settings... -
12:08 Defect #42170: Fix Turkish translation of field_assignable
- Setting the target version to 5.1.7.
-
12:04 Defect #42170: Fix Turkish translation of field_assignable
- Yes, that would be okay. Thanks.
-
12:01 Defect #42170: Fix Turkish translation of field_assignable
- Akın Demirci wrote in #note-2:
> "Issues can be assigned to users with this role." means:
> "Bu roldeki kullanıcıla... -
11:52 Defect #42170: Fix Turkish translation of field_assignable
- Sorry, I forgot to mention that I'm a native Turkish speaker :)
"Issues can be assigned to users with this role." ... -
09:05 Defect #42170: Fix Turkish translation of field_assignable
- Thank you for your suggestion.
I believe the current translation, "Bu role atanabilecek işler," accurately reflect... -
11:36 Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error
- Thanks for releasing 5.0.11!
-
11:33 Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error
- Done!: news#151
-
10:37 Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error
- According to the currently published release policy at [[Download#Versions-status-and-releases-policy]], Redmine 5.0 ...
-
08:04 Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error
- Holger Just wrote in #note-18:
> @Maeda: Thank you for releasing these updates! Just a question though: based on you... -
10:13 Patch #42135: Enable GitHub Actions for testing and linting on stable branches
- Thank you for submitting the patch. I would like to commit this patch for stable branches once #30069 is complete.
-
07:49 Defect #42182 (Confirmed): Poor color contrast of icons on flyout menu
- The reported issue is reproducible when using the Alternate theme.
-
07:43 Defect #42181 (Confirmed): Project jump box uses legacy caret icons
-
07:42 Defect #42183 (Closed): Legacy icons on button.tab-left and button.tab-right on small screens
- I am closing this issue because the same defect has already been reported as #41833. Thank you.
2025-01-29
-
22:03 Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error
- @Maeda: Thank you for releasing these updates! Just a question though: based on your comment in #42113#note-11 and th...
-
10:04 Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error
- Redmine 5.1.6, which includes the fix for this issue, has been released.
Details: news#150 -
11:11 Defect #42172: `format_hours` method produces incorrect output for negative time values when `Setting.timespan_format` is "minutes"
- I can confirm that this patch fixes the issue, thanks!
-
02:46 Defect #42172: `format_hours` method produces incorrect output for negative time values when `Setting.timespan_format` is "minutes"
- Thank you for reporting the issue.
The attached patch fixes the behavior of @Redmine::I18n.format_hours@ when it i... -
02:08 Defect #42172 (Confirmed): `format_hours` method produces incorrect output for negative time values when `Setting.timespan_format` is "minutes"
-
10:40 Feature #42150 (Closed): Optimize TimeEntryActivity#default_activity_id method by introducing early returns to reduce SQL queries
- Committed the patch in r23477.
-
05:28 Defect #40728: Slow loading of global spent time list in MySQL
- Could you please look at this one.
Thank you, -
05:27 Defect #40728: Slow loading of global spent time list in MySQL
- @Go MAEDA,
Hello, currently we are upgrading redmine 6.0.2. From that we have face this issue.
2025-01-28
-
16:17 Defect #42183 (Closed): Legacy icons on button.tab-left and button.tab-right on small screens
- !clipboard-202501281616-aj0fh.png!
!clipboard-202501281616-znhtf.png!
!clipboard-202501281617-pqfr3.png!
-
16:13 Defect #42182 (Closed): Poor color contrast of icons on flyout menu
- !clipboard-202501281613-sjahh.png!
-
16:11 Defect #42181 (Closed): Project jump box uses legacy caret icons
- There is still a background image on the project jump box:
!clipboard-202501281609-xqrze.png!
!clipboard-20... -
15:34 Defect #42173 (Closed): getting "include"-data via REST-API doesn't work
- Thanks for your feedback.
-
15:12 Defect #42173: getting "include"-data via REST-API doesn't work
- Thank you for your feedback.
I checked the logs and found an issue on my side, outside redmine.
The ticket ca... -
12:47 Patch #41941 (Needs feedback): Add support for tel: protocol to custom fields
- Right now, this ticket is stale and maybe feedback of @maeda is needed here.
I've taken a second look on the useage o... -
11:33 Defect #41880: Plugin activity icons broken after switching to SVG icons
- Stefan Rinkes wrote in #note-15:
> Hi, any news on this issue and my proposed fix? Thanks.
I will take a look aga... -
09:29 Defect #41930: Redirection after signing in fails when the back_url includes a port number
- Replaced @uri.omit!(:scheme, :userinfo, :host, :port)@ with @uri.omit!(:scheme, :authority)@ in r23469 (trunk) and r2...
-
08:49 Defect #41930 (Closed): Redirection after signing in fails when the back_url includes a port number
- Merged the fix into the 6.0-stable branch in r23467.
-
06:49 Defect #41930 (Resolved): Redirection after signing in fails when the back_url includes a port number
- Committed the patch in r23465. Thank you for your contribution.
-
03:03 Defect #41930: Redirection after signing in fails when the back_url includes a port number
- Here is a new patch. I have updated the code to use the @omit!@ method, as I suggested in #note-3, to remove unnecess...
-
00:38 Defect #41930: Redirection after signing in fails when the back_url includes a port number
- Setting the target version to 6.0.3.
-
08:59 Defect #42126 (Closed): The member table layout breaks due to .icon class on td elements
- Merged the fixes into the 6.0-stable branch in r23468.
-
08:47 Defect #42130 (Closed): Multiselect toggle uses legacy icons
- Merged the fix into the 6.0-stable branch in r23466.
-
06:32 Defect #42130 (Resolved): Multiselect toggle uses legacy icons
- Committed the patch in r23464. Thank you for your contribution.
Also available in: Atom