Activity
From 2020-10-21 to 2020-10-23
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...
2020-10-21
-
18:55 Defect #34149 (New): Russian names for months in wrong declension
- for path ...
-
04:52 Defect #27780: Case-insensitive matching fails for Unicode filenames when referring to attachments in text formatting
- Go MAEDA wrote:
> Go MAEDA wrote:
> > But the patch needs some improvements because Ruby older than 2.4 don't have ... -
04:43 Feature #34142 (Closed): Drop Ruby 2.3 support
- Committed the change.
Also available in: Atom