Activity
From 2020-10-22 to 2020-10-24
2020-10-24
-
10:55 Feature #33802: Sub task feature without creating a new issue
- You can use Custom Workflow Plugin and Write small Ruby Code to create these items.
I use this Feature in our insta... -
10:16 Feature #33894: Automatically set done ratio to 100% when closing a issue
- Thank you for posting the patch but I think the behavior that status is set to 100% on the edit page is sometimes pro...
-
09:41 Feature #33894: Automatically set done ratio to 100% when closing a issue
- It turned out that a condition in `done_ratio_editable?` was wrong.
I have attached a fixed patch. -
10:02 Patch #16069: Allow configuration of API limit instead of hardcoding at 100
- Looks good. We've wrote a patch based on Domingo Galdos' one (Patch 0001) with Juno NISHIZAKI, sanak and me on Redmin...
-
08:50 Patch #34161 (Closed): Replace gsub with tr, delete, or squeeze
- Committed.
-
08:14 Patch #34161 (Closed): Replace gsub with tr, delete, or squeeze
- @String#tr@, @String#delete@, and @String#squeeze@ are faster than @String#gsub@.
https://docs.rubocop.org/rubocop... -
07:42 Patch #34160 (Closed): Replace Hash#merge! with Hash#[]=
- Done.
-
07:24 Patch #34160 (Closed): Replace Hash#merge! with Hash#[]=
- @Hash#[]=@ is faster than @Hash#merge!@.
https://docs.rubocop.org/rubocop-performance/cops_performance.html#perfor... -
04:19 Patch #34159 (Closed): Update RuboCop Performance to 1.10
- Committed the patch.
-
03:54 Patch #34159 (Closed): Update RuboCop Performance to 1.10
- Since Redmine dropped the support for Ruby 2.3, we can update RuboCop Performance from 1.5 to 1.8....
-
03:41 Patch #34071: Handle AuthSourceExceptions in User.try_to_login
- Setting the target version to 4.2.0.
-
03:39 Patch #34153 (Closed): Use sum instead of inject(0, :+)
- Committed the patch.
2020-10-23
-
10:39 Patch #34071: Handle AuthSourceExceptions in User.try_to_login
- The patch also fixes an issue that Redmine might return 500 error and HTML body against an API request....
-
08:23 Feature #15340: Custom field referencing other tickets
- +1
-
08:22 Feature #7849: custom issue relation types
- +1
-
03:31 Patch #32531 (Closed): Update RuboCop Rails to 2.9
- Updated ruboCop Rails to 2.8 in r20172.
-
02:55 Patch #32531 (Reopened): Update RuboCop Rails to 2.9
- The latest version is 2.8.1.
https://rubygems.org/gems/rubocop-rails/versions/2.8.1
Since Redmine dropped support... -
02:47 Patch #32530 (Closed): Update RuboCop to 1.12
- Updated RuboCop to 1.0 in r20171.
-
02:13 Patch #34150 (Closed): Use match? instead of =~ when MatchData is not used
- Committed the patch.
-
00:04 Defect #27780: Case-insensitive matching fails for Unicode filenames when referring to attachments in text formatting
- Setting the target version to 4.2.0.
2020-10-22
-
16:30 Defect #27780: Case-insensitive matching fails for Unicode filenames when referring to attachments in text formatting
- Added test code to Амир Мусин's patch.
-
11:25 Patch #34153 (Closed): Use sum instead of inject(0, :+)
- @Array#sum@ introduced in Ruby 2.4 is much faster than @Enumerable#inject@....
-
09:14 Feature #31500: Ruby 2.7 support
- Enziin System wrote:
> Redmine run passed all tests on Ruby 2.7.2, isn't it?
Yes. Redmine on Ruby 2.7.2 passes al... -
09:10 Feature #31500: Ruby 2.7 support
- Ok, thanks!
In the above comment, you said "I think it is no problem to use Ruby 2.7.2 now"
Redmine run passed ... -
08:12 Defect #34151 (Closed): Description Field is mandatory but not marked an such
- > Sorry must be a local issue
Thank you for reporting that. Closing. -
08:04 Defect #34151 (Resolved): Description Field is mandatory but not marked an such
- Sorry must be a local issue
-
07:56 Defect #34151 (Closed): Description Field is mandatory but not marked an such
-
04:42 Patch #34122: Store inline autocomplete data sources in a JS variable
- +1
The change makes views clearner. -
04:17 Patch #34150 (Closed): Use match? instead of =~ when MatchData is not used
- @String#match?@ was added in Ruby 2.4. you can replace @=~@ with faster @String#match?@ or @Regexp#match?@ when Match...
Also available in: Atom