Project

General

Profile

Activity

From 2022-01-06 to 2022-01-08

2022-01-08

06:38 Defect #36392 (Closed): Custom field properties "visible" and "editable" do not work for user
Boris Schaa wrote:
> Did I miss the documentation for this behavior then? Maybe the docs on custom fields could use ...
Go MAEDA
05:04 Feature #36391 (Closed): Change the default value for "Time span format" from "decimal" to "minutes"
Committed the patch. Go MAEDA

2022-01-07

17:30 Patch #35215: Don't display "No Match Found!" when the inline autocomplete doesn't return any result
I think it's better to not show any message as Takashi Kato proposes. Marius BĂLTEANU
16:18 Feature #4939: List of tasks filtered as OR and not AND
+1 Andrea Valle
12:08 Defect #36396: Custom I18n Pluralization rules are not applied correctly
The attached Patch changes the inclusion of @::I18n::Backend::Pluralization@ to the correct class. Felix Schäfer
12:05 Defect #36396 (Closed): Custom I18n Pluralization rules are not applied correctly
Currently "custom pluralization rules":https://guides.rubyonrails.org/i18n.html#locale-specific-rules are not loaded.... Felix Schäfer
09:32 Patch #244: auto wiki preview
+1 C S
09:01 Feature #36370: Add Copy and Archive to the project context menu
Mizuki ISHIKAWA wrote:
> Changed to go to /admin/projects?status=9 after changing to archive.
Thank you but the p...
Go MAEDA
05:30 Feature #36370: Add Copy and Archive to the project context menu
Changed to go to /admin/projects?status=9 after changing to archive. Mizuki ISHIKAWA
08:18 Defect #36392: Custom field properties "visible" and "editable" do not work for user
Go MAEDA wrote:
> It is the expected behavior.
>
> Users with administrator privilege bypass all permission check...
Boris Schaa
06:47 Feature #36391: Change the default value for "Time span format" from "decimal" to "minutes"
Attaching a patch. Go MAEDA
06:00 Defect #36389: Filter parameters of Query string do not work when default query is enabled
Marius BALTEANU wrote:
> Maybe it is enough to relax the @set_filter@ if to not include the second condition (@op@ a...
Yuichi HARADA
04:04 Defect #36389: Filter parameters of Query string do not work when default query is enabled
Maybe it is enough to relax the @set_filter@ if to not include the second condition (@op@ and @f@ params)? Marius BĂLTEANU
04:31 Feature #6116: Group sub-tasks with parent on issue list
Tomasz Sawicki wrote:
> Attached patch for 1.3.1 adding *root_id desc* to default sort order.
Is there an easy wa...
Jim Jiminson
02:49 Feature #34718 (Closed): Auto guess file encoding when importing CSV file
Committed the patch. Go MAEDA
01:19 Defect #9438 (Closed): Wrong germn translation for Users selection box in admin menu
C S wrote:
> Since the field has meanwhile been translated with the German wording for active / not active, this tic...
Go MAEDA

2022-01-06

21:54 Defect #9222: non-breaking space prevents wiki parsing
Just ran into this same issue, copying from an email that contained a non breaking space right before the #. Jonathan Cormier
17:16 Feature #36391: Change the default value for "Time span format" from "decimal" to "minutes"
I support this change of the default setting. Holger Just
08:48 Feature #36391 (Closed): Change the default value for "Time span format" from "decimal" to "minutes"
The setting "Time span format" was introduced in Redmine 3.4.0 (#23996) and you can switch the format of time to "min... Go MAEDA
17:12 Defect #36395 (New): Mailer.with_synched_deliveries is not thread-safe
The @Mailer.with_synched_deliveries@ method sets global state (that is: the queue adapter used to queue new jobs) for... Holger Just
17:06 Defect #36393 (Confirmed): Mailer.with_synched_deliveries doesn't correctly detect other async Queue adapters
Holger Just
15:56 Defect #36393: Mailer.with_synched_deliveries doesn't correctly detect other async Queue adapters
The attached patch simply removes the check for the @ActiveJob::QueueAdapters::AsyncAdapter@. This ensures deliveries... Felix Schäfer
15:54 Defect #36393 (Closed): Mailer.with_synched_deliveries doesn't correctly detect other async Queue adapters
@Mailer.with_synched_deliveries@ source:/trunk/app/models/mailer.rb@21350#L639 will not detect other async queue adap... Felix Schäfer
17:03 Defect #36394: Avoid passing ActionController::Parameters outside of MailHandlerController
The attached patch allows all options set by @rdm-mailhandler.rb@ source:/trunk/extra/mail_handler/rdm-mailhandler.rb... Felix Schäfer
17:01 Defect #36394: Avoid passing ActionController::Parameters outside of MailHandlerController
I have forgotten to add a link to the source code source:/trunk/app/controllers/mail_handler_controller.rb@21350#L31 Felix Schäfer
16:53 Defect #36394 (Closed): Avoid passing ActionController::Parameters outside of MailHandlerController
Currently the @MailHandlerController@ passes an instance of @ActionController::Parameters@ to the @MailHandler@. The ... Felix Schäfer
16:54 Defect #36245: ActiveSupport::Reloader.to_prepare not working in trunk 21287
Sorry, above note-13 comment seemed to be completely wrong...
Now, I am using "Rails.application.config.after_init...
Ko Nagase
13:20 Defect #36245: ActiveSupport::Reloader.to_prepare not working in trunk 21287
> "ActiveSupport::Reloader.to_prepare" and "Rails.application.reloader.to_prepare" seem to be called multiple times a... Ko Nagase
10:14 Defect #36245: ActiveSupport::Reloader.to_prepare not working in trunk 21287
> "after_plugins_loaded" hook called timing is different between 4.2-stable branch (only once) and master (trunk) (ev... Ko Nagase
06:32 Defect #36245: ActiveSupport::Reloader.to_prepare not working in trunk 21287
Sorry for the very late reply.
I tried to check Zeitwerk plugin load sequence by "puts" debug on the latest @4.2-s...
Ko Nagase
16:16 Defect #9438: Wrong germn translation for Users selection box in admin menu
Since the field has meanwhile been translated with the German wording for active / not active, this ticket can be clo... C S
14:38 Patch #32405: Updating sq translation
I have committed config/locales/sq.yml in r21350. Thank you.
I am going to commit the other remaining files in the...
Go MAEDA
13:13 Defect #36392: Custom field properties "visible" and "editable" do not work for user
It is the expected behavior.
Users with administrator privilege bypass all permission checks, so "Visible" and "Ed...
Go MAEDA
11:48 Defect #36392 (Closed): Custom field properties "visible" and "editable" do not work for user
Hi, thank you for developing Redmine, it's a tool that I use daily.
I want to let you know that yesterday I notice...
Boris Schaa
09:28 Feature #36370: Add Copy and Archive to the project context menu
Thank you for posting the patch.
After testing the patch, I found a small UI issue.
Archiving a project by clic...
Go MAEDA
08:06 Patch #36390 (Closed): Bulgarian translation
Committed the patch. Thank you. Go MAEDA
06:24 Patch #36390 (Closed): Bulgarian translation
Translated:
field_default_project_query
Ivan Cenov
04:06 Defect #36389: Filter parameters of Query string do not work when default query is enabled
It seems that you should add @without_default@ referenced by @ProjectsController#retrieve_default_query@(source:/trun... Yuichi HARADA
03:27 Defect #36389 (Closed): Filter parameters of Query string do not work when default query is enabled
Normally, clicking trackers or numbers in the issues tracking in the project's overview will display the issues list ... Yuichi HARADA
02:54 Feature #36303: Include avatar URL in Users API
Go MAEDA wrote:
> The patch should respect @Setting.Setting.gravatar_default@. Otherwise, the icon you see in Redmin...
Yuichi HARADA
02:43 Feature #36303: Include avatar URL in Users API
The patch should respect @Setting.Setting.gravatar_default@. Otherwise, the icon you see in Redmine and the icon you ... Go MAEDA
 

Also available in: Atom