Activity
From 2025-03-17 to 2025-03-19
2025-03-19
-
15:30 Patch #42445 (Closed): Remove extra condition in User#notify_about?
- In @User#notify_about?@, the case of @mail_notification.blank?@ is never. Because @User#set_mail_notification@ (befor...
-
14:42 Feature #42444 (New): Allow "text-decoration: line-through" in inline styles
Redmine Editor does not support CSS style "text-decoration: line-through".
I believe that the problem is due to ...-
08:50 Feature #42441: Improve error message on role deletion by listing projects using the role
- Attached is a patch that adds a project link to the error message
-
08:49 Feature #42441 (Closed): Improve error message on role deletion by listing projects using the role
- Currently, when attempting to delete a role that is in use, the following message is displayed: @This role is in use ...
-
06:50 Patch #42440: Fix project selector focus by explicitly targeting the first selected item
- I was able to reproduce the issue.
Just to be sure, I checked the case when there is no selected element, and conf... -
05:44 Patch #42440 (Closed): Fix project selector focus by explicitly targeting the first selected item
- The current implementation in application.js attempts to focus on all elements matching .drdn-items a.selected when t...
2025-03-18
-
22:54 Defect #42145: MiniMagick (> 5) removed cli_path, result crash when supplied imagemagick_convert_command
- Marius BĂLTEANU wrote in #note-3:
> Indeed, it seems that MiniMagick >= 5.0 removed the @cli_path@ configuration opt... -
15:15 Defect #42145: MiniMagick (> 5) removed cli_path, result crash when supplied imagemagick_convert_command
- Great, thanks
-
14:58 Defect #42145: MiniMagick (> 5) removed cli_path, result crash when supplied imagemagick_convert_command
- Jonathan Cormier wrote in #note-5:
> [..]
>
> Thanks, if I'm understanding correctly. Without the @imagemagick_conv... -
14:55 Defect #42145: MiniMagick (> 5) removed cli_path, result crash when supplied imagemagick_convert_command
- Marius BĂLTEANU wrote in #note-4:
> Jonathan Cormier wrote in #note-2:
> > Is there a fix or work around for this?
... -
08:38 Defect #42145: MiniMagick (> 5) removed cli_path, result crash when supplied imagemagick_convert_command
- Jonathan Cormier wrote in #note-2:
> Is there a fix or work around for this?
The easiest way to fix this without app... -
08:35 Defect #42145: MiniMagick (> 5) removed cli_path, result crash when supplied imagemagick_convert_command
- Indeed, it seems that MiniMagick >= 5.0 removed the @cli_path@ configuration option and I don't see an alternative fl...
-
13:18 Feature #42405: don't use chmod -R 755
- Grischa Zengel wrote in #note-4:
> No
>
> 755
> =
> |Bit|1|1|1|1|*0*|1|1|0|1|
> |right|r|w|x|r|*w*|x|r|w|x|
>... -
13:00 Feature #42405: don't use chmod -R 755
- No
755
=
|Bit|1|1|1|1|*0*|1|1|0|1|
|right|r|w|x|r|*w*|x|r|w|x|
|User|U|U|U|G|*G*|G|O|O|O|
There is no g+w -
12:39 Feature #42405: don't use chmod -R 755
- Grischa Zengel wrote:
> Better use @chmod -R a=rX,u+w@
Probably @chmod -R a=rX,u+w,g+w@ is more consistent with @... -
10:02 Defect #42424 (Closed): The interface in issue editing is not translated
-
09:46 Defect #42424: The interface in issue editing is not translated
- ...
-
08:19 Defect #40647 (Closed): Attachment Download fails due to Content Security Policy in Safari
- The issue is fixed in the upcoming Safari 18.4, nothing to do on Redmine side.
-
01:43 Defect #40647: Attachment Download fails due to Content Security Policy in Safari
- Safari 18.4 may resolve this issue. Here is an excerpt from the "Safari 18.4 Beta release notes":https://developer.ap...
2025-03-17
-
19:32 Defect #42424 (Needs feedback): The interface in issue editing is not translated
- What is the exact configured language of your user on your **My Account** page? Not all translations are complete and...
-
15:49 Defect #42424 (Closed): The interface in issue editing is not translated
- The translation of the interface in issue editing does not work all the time in English.
No matter what language... -
19:21 Feature #2715: "Magic links" to notes
- This option was added in #30829 which was first released with Redmine version:4.1.0.
This option is documented in th... -
13:08 Feature #2715: "Magic links" to notes
- One thing that is not documented in [[RedmineTextFormattingMarkdown]] wiki is that: The notes within the same issue c...
-
06:15 Patch #42422: Use Capybara's assert_current_path in "log_user" steps to wait for page in ApplicationSystemTestCase
- Previous patch couldn't handle the path with query parameters.
Adding the `:ignore_query => true` option to `assert_... -
03:23 Patch #42422: Use Capybara's assert_current_path in "log_user" steps to wait for page in ApplicationSystemTestCase
- I'm so sorry I should use `Code cleanup/refactoring` category this time.
-
03:21 Patch #42422 (Closed): Use Capybara's assert_current_path in "log_user" steps to wait for page in ApplicationSystemTestCase
- # Problem
The login step in the system test sometimes fails because the expected page load isn’t complete when the...
Also available in: Atom