Project

General

Profile

Activity

From 2019-11-28 to 2019-11-30

2019-11-30

06:41 Patch #32527 (Closed): Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the next release
Committed the patch in #32527#note-7 as a part of #31500.
Thank you for reporting this issue.
Go MAEDA
03:47 Patch #32527: Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the next release
Go MAEDA wrote:
> Seiei Miyagi wrote:
> > Updated the patch.
>
> What do you think about the following code? It ...
Seiei Miyagi
02:52 Patch #32527: Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the next release
Seiei Miyagi wrote:
> Updated the patch.
What do you think about the following code? It is simpler and very sligh...
Go MAEDA
02:42 Feature #32538 (Closed): Tags with DMS
We are using DMS 2.0.0 which should have the tagging feature for the documents as per https://github.com/danmunn/redm... Prateek Gera
02:06 Defect #32194 (Closed): Calendar page lacks buttons to manage custom queries
Committed the patch. Thank you for your contribution. Go MAEDA
00:12 Defect #32537: Rake taks works on redmine 3.4 but does not work on 4 while for Redmine 4 it works in console
Eventually I was able to make the following code work with Redmine 4... Aleksandar Pavic

2019-11-29

23:40 Defect #32537 (New): Rake taks works on redmine 3.4 but does not work on 4 while for Redmine 4 it works in console
I have described problem here:
https://stackoverflow.com/questions/59104015/saving-issue-custom-field-values-via-r...
Aleksandar Pavic
16:32 Feature #23632: Requirements for the attachment field in issues
+1 ability to make core fields mandatory... Aleksandar Pavic
16:30 Defect #32536: Certain issue description leads to HTTP 504
Considering the fact that the HTTP status code was 504 (Gateway Timeout) and nothing was written in the log, I think ... Go MAEDA
15:54 Defect #32536: Certain issue description leads to HTTP 504
Further investigation reveals that the problem is actually with the following construction:... Vasili Korol
14:38 Defect #32536: Certain issue description leads to HTTP 504
The version of Redmine used on this website accepted the issue description... Vasili Korol
14:36 Defect #32536 (Closed): Certain issue description leads to HTTP 504
I an experiencing a weird issue with Redmine not accepting some certain text in the issue description. The server ret... Vasili Korol
16:29 Patch #32527: Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the next release
Go MAEDA wrote:
> Seiei Miyagi wrote:
> > I will update the patch. By the way, in ruby 2.3, both “String # match?” ...
Seiei Miyagi
02:30 Patch #32527: Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the next release
Seiei Miyagi wrote:
> I will update the patch. By the way, in ruby 2.3, both “String # match?” and “Regexp # match?”...
Go MAEDA
02:19 Patch #32527: Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the next release
I will update the patch. By the way, in ruby 2.3, both “String # match?” and “Regexp # match?” do not exist.
https:/...
Seiei Miyagi
16:11 Defect #32525: CSV related tests fail with Rails 5.2.4
The code after applying the attached patch supports both Rails 5.2.3 and Rails 5.2.4. Go MAEDA
14:48 Defect #32194: Calendar page lacks buttons to manage custom queries
Thank you for updating the patch. Setting the target version to 4.2.0. Go MAEDA
03:09 Defect #32194: Calendar page lacks buttons to manage custom queries
I modified the patch so that it can be applied cleanly to the current trunk. Mizuki ISHIKAWA
14:06 Patch #32522: Add Project.find_by_name to target_project
Well, it's a good point. But then we have two options:
1. Mark Project.find_by_name as a deprecated/potentially-dang...
Keks Keksov
10:57 Patch #32523: Replace `for` loops with `forEach` in buildFilterRow function
There is a typo in the previous patch. Here is the corrected version. Stéphane Parunakian
09:09 Defect #32532: SQL to get count does not work correctly when grouping issues using created_on when setting config.time_zone
I have attached a patch that fixes the problem.
I'm not very familiar with SQL, so I'd like someone to check if the ...
Mizuki ISHIKAWA
08:59 Defect #32532 (New): SQL to get count does not work correctly when grouping issues using created_on when setting config.time_zone
* config.time_zone = 'Tokyo' # Other than UTC
* User time zone is nil
In the case of the above settings, the count ...
Mizuki ISHIKAWA
08:57 Patch #32531 (Closed): Update RuboCop Rails to 2.9
Committed the patch. Go MAEDA
08:56 Patch #32531 (Closed): Update RuboCop Rails to 2.9
Go MAEDA
08:46 Patch #32530 (Closed): Update RuboCop to 1.12
Committed the patch. Go MAEDA
08:31 Patch #32530 (Closed): Update RuboCop to 1.12
The attached patch updates RuboCop to 0.77. Go MAEDA
08:17 Defect #32529: The end of the URL is replaced with "undefined" in IE11 and Edge
Marius, could you review this fix? Go MAEDA
04:11 Defect #32529 (Closed): The end of the URL is replaced with "undefined" in IE11 and Edge
Clicking "Administration > Users > [dlopper]" redirects to "/users/3/edit", however address bar shows "/users/3/undef... Yuichi HARADA
07:47 Feature #11361: Custom Field Groups, and User Specific Fields
+1 Yury Zhukovskiy
06:42 Feature #24766: Custom fields grouping
+1 Yury Zhukovskiy
06:41 Feature #31355 (Reopened): Bookmarks and recently used projects for the project jump box
An issue caused by this feature is reported as #32503. Go MAEDA
06:40 Defect #32503: Project jump box options are not extracted correctly after searching
Confirmed the issue is reproducible and the patch in #32503#note-2 fixes it. Go MAEDA
06:03 Defect #32503: Project jump box options are not extracted correctly after searching
The following minor changes will fix this issue.... Mizuki ISHIKAWA
06:21 Feature #3058 (Reopened): Show issue history using tabs
A cross-Browser compatibility issue caused by the changes has been reported as #32529. Go MAEDA
03:26 Feature #32528: Make languages in Highlighted code button in toolbar customizable
I attached a patch.
After applying this patch to the development environment, you need to restart Redmine.
* user...
Mizuki ISHIKAWA
03:24 Feature #32528 (Closed): Make languages in Highlighted code button in toolbar customizable
Languages often used in code highlights differ from person to person.
I think it would be convenient if the language...
Mizuki ISHIKAWA
03:10 Defect #32430: Can't delete project in Redmine 4.0.3
Marius BALTEANU wrote:
> @redmine.easy_settings@ table is not part of the Redmine core, please try without any plugi...
Cheng-Hui PENG

2019-11-28

23:38 Patch #32527: Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the next release
Pavel Rosický wrote:
> The patch looks good, but you have to use Regex#match? instead of String#match?, because Redm...
Go MAEDA
19:23 Patch #32527: Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the next release
There're already tons of deprecation warnings on Ruby 2.7. The patch looks good, but you have to use Regex#match? ins... Pavel Rosický
18:21 Patch #32527 (Closed): Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the next release
the `request.env['HTTP_USER_AGENT']` may `nil`.
e.g. `curl -A '' http://localhost:3000`
Quote from ruby 2.7 pre...
Seiei Miyagi
14:29 Defect #32525: CSV related tests fail with Rails 5.2.4
We changed the tests to expect the content type as "text/csv" instead of "text/csv; header=present" in r18028 in orde... Go MAEDA
10:36 Defect #32525 (Closed): CSV related tests fail with Rails 5.2.4
22 CSV related tests fail with Rails 5.2.4.... Go MAEDA
11:07 Feature #32520 (Closed): Issues activity gnats calendar tabs - too much real estate in high hand panel
Donald Martin wrote:
>
> I appreciate your help - thank you
Thanks for you feedback, closing this one.
Marius BĂLTEANU
11:05 Feature #32520: Issues activity gnats calendar tabs - too much real estate in high hand panel
Thanks for the update Marius
* Sidebar collapse/expand is an old discussion, see #21808 and all the related dis...
Donald Martin
10:40 Feature #32526 (Closed): Update Rails to 5.2.4.1
Rails 5.2.4 has been released on 2019-11-27.
https://weblog.rubyonrails.org/2019/11/27/Rails-5-2-4-has-been-released/
Go MAEDA
03:07 Patch #32522: Add Project.find_by_name to target_project
Since project names may not be unique, I think we cannot add the suggested code. Go MAEDA
00:40 Feature #28471: Query links for subtasks on issue page
+1, it's a green light from me ;-) Anonymous
00:37 Defect #32153: Repository browser does not render previews for audio/video files
Update: this seems to be working with no problems so far, if somebody else could double check it for security sake, i... Anonymous
 

Also available in: Atom