]> source.dussan.org Git - redmine.git/log
redmine.git
5 years agoFix layout problem when showing wide tables (#30435).
Go MAEDA [Wed, 8 May 2019 08:12:39 +0000 (08:12 +0000)]
Fix layout problem when showing wide tables (#30435).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18135 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoFix tests to test Mailer.deliver_issue_edit instead of Mailer.deliver_issue_add ...
Go MAEDA [Mon, 6 May 2019 23:34:10 +0000 (23:34 +0000)]
Fix tests to test Mailer.deliver_issue_edit instead of Mailer.deliver_issue_add (#13111, #31065).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18134 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoCode cleanup: remove a unused variable last_rev_author from test_last_rev_with_spaces...
Go MAEDA [Mon, 6 May 2019 14:36:59 +0000 (14:36 +0000)]
Code cleanup: remove a unused variable last_rev_author from test_last_rev_with_spaces_in_filename.

git-svn-id: http://svn.redmine.org/redmine/trunk@18133 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoTraditional Chinese translation update (#31307).
Go MAEDA [Mon, 6 May 2019 08:26:03 +0000 (08:26 +0000)]
Traditional Chinese translation update (#31307).

Patch by ChunChang Lo.

git-svn-id: http://svn.redmine.org/redmine/trunk@18132 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoJapanese translation update (#31298).
Go MAEDA [Mon, 6 May 2019 00:34:50 +0000 (00:34 +0000)]
Japanese translation update (#31298).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18131 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoDon't output ImageMagick version information to stdout (#31125).
Go MAEDA [Sun, 5 May 2019 00:44:32 +0000 (00:44 +0000)]
Don't output ImageMagick version information to stdout (#31125).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18126 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoUpdate locales (#9112).
Go MAEDA [Sat, 4 May 2019 16:03:17 +0000 (16:03 +0000)]
Update locales (#9112).

git-svn-id: http://svn.redmine.org/redmine/trunk@18125 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoAdd avatar_server_url configuration option in order to support Libravatar (#9112).
Go MAEDA [Sat, 4 May 2019 15:59:50 +0000 (15:59 +0000)]
Add avatar_server_url configuration option in order to support Libravatar (#9112).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18124 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoAttachment preview does not work for some source files such as JavaScript and Go...
Go MAEDA [Sat, 4 May 2019 09:32:05 +0000 (09:32 +0000)]
Attachment preview does not work for some source files such as JavaScript and Go (#29259).

Patch by Go MAEDA with the help of Stephan Wenzel's contribution.

git-svn-id: http://svn.redmine.org/redmine/trunk@18122 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoAdd "robohash" to "Default Gravatar image" options (#31294).
Go MAEDA [Sat, 4 May 2019 01:44:42 +0000 (01:44 +0000)]
Add "robohash" to "Default Gravatar image" options (#31294).

Patch by Alexander Meindl.

git-svn-id: http://svn.redmine.org/redmine/trunk@18121 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years ago"rake test:coverage" fails in Ruby 2.5 and 2.6 (#30967).
Go MAEDA [Sat, 4 May 2019 01:24:38 +0000 (01:24 +0000)]
"rake test:coverage" fails in Ruby 2.5 and 2.6 (#30967).

This commit fixes a wrong change done in r17938.

git-svn-id: http://svn.redmine.org/redmine/trunk@18120 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoRedmine::SyntaxHighlighting.highlight_by_filename may not be able to determine the...
Go MAEDA [Fri, 3 May 2019 07:31:46 +0000 (07:31 +0000)]
Redmine::SyntaxHighlighting.highlight_by_filename may not be able to determine the language by filename alone (#31285).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18118 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoAdd hook :view_wiki_show_sidebar_bottom (#7975).
Go MAEDA [Fri, 3 May 2019 00:23:56 +0000 (00:23 +0000)]
Add hook :view_wiki_show_sidebar_bottom (#7975).

Patch by okkez.

git-svn-id: http://svn.redmine.org/redmine/trunk@18117 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoCode cleanup: use safe navigation operator in lib/redmine/mime_type.rb
Go MAEDA [Thu, 2 May 2019 07:08:19 +0000 (07:08 +0000)]
Code cleanup: use safe navigation operator in lib/redmine/mime_type.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18116 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoLeft align long text custom fields in the issues list (#31280).
Go MAEDA [Wed, 1 May 2019 20:57:03 +0000 (20:57 +0000)]
Left align long text custom fields in the issues list (#31280).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18115 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoUpdate locales (#30975).
Go MAEDA [Tue, 30 Apr 2019 23:50:54 +0000 (23:50 +0000)]
Update locales (#30975).

git-svn-id: http://svn.redmine.org/redmine/trunk@18114 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoGroup time tracking filters in the filter select list (#26826).
Go MAEDA [Tue, 30 Apr 2019 23:48:11 +0000 (23:48 +0000)]
Group time tracking filters in the filter select list (#26826).

git-svn-id: http://svn.redmine.org/redmine/trunk@18113 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoIssue filtering by spent time (#26826).
Go MAEDA [Tue, 30 Apr 2019 10:52:18 +0000 (10:52 +0000)]
Issue filtering by spent time (#26826).

Patch by Tobias Umbach and Takenori TAKAKI.

git-svn-id: http://svn.redmine.org/redmine/trunk@18112 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agofix source code indents in GitAdapterTest
Toshi MARUYAMA [Tue, 30 Apr 2019 08:48:47 +0000 (08:48 +0000)]
fix source code indents in GitAdapterTest

git-svn-id: http://svn.redmine.org/redmine/trunk@18111 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoAdd hover styles to buttons (#31204).
Go MAEDA [Tue, 30 Apr 2019 08:15:29 +0000 (08:15 +0000)]
Add hover styles to buttons (#31204).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18110 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoNew My page block: Updated issues (#30975).
Go MAEDA [Tue, 30 Apr 2019 08:10:30 +0000 (08:10 +0000)]
New My page block: Updated issues (#30975).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18109 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoDisplay horizontal scroll bar of files table when overflow occurs on small screens...
Go MAEDA [Tue, 30 Apr 2019 06:35:56 +0000 (06:35 +0000)]
Display horizontal scroll bar of files table when overflow occurs on small screens (#31153).

Contributed by Eduard Panov.

git-svn-id: http://svn.redmine.org/redmine/trunk@18106 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoChanges Query#as_params for more complete serialization (#31276).
Go MAEDA [Tue, 30 Apr 2019 03:10:43 +0000 (03:10 +0000)]
Changes Query#as_params for more complete serialization (#31276).

Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@18103 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoCorrect the fixture id (#31275).
Go MAEDA [Tue, 30 Apr 2019 02:03:40 +0000 (02:03 +0000)]
Correct the fixture id (#31275).

git-svn-id: http://svn.redmine.org/redmine/trunk@18099 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoFix that Content-Type header field is empty when sending a file of unknown type ...
Go MAEDA [Tue, 30 Apr 2019 01:37:25 +0000 (01:37 +0000)]
Fix that Content-Type header field is empty when sending a file of unknown type (#31275).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18098 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoRemove unnecessary padding (#31147).
Go MAEDA [Mon, 29 Apr 2019 12:10:34 +0000 (12:10 +0000)]
Remove unnecessary padding (#31147).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18097 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoFix that r18089 disabled context menu in the gantt subject column (#31268).
Go MAEDA [Mon, 29 Apr 2019 12:03:33 +0000 (12:03 +0000)]
Fix that r18089 disabled context menu in the gantt subject column (#31268).

Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@18095 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoTraditional Chinese translation update (#31274).
Go MAEDA [Mon, 29 Apr 2019 11:35:59 +0000 (11:35 +0000)]
Traditional Chinese translation update (#31274).

Patch by ChunChang Lo.

git-svn-id: http://svn.redmine.org/redmine/trunk@18094 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoAdd text_select_apply_tracker to locales (#442, #31239).
Go MAEDA [Mon, 29 Apr 2019 01:24:35 +0000 (01:24 +0000)]
Add text_select_apply_tracker to locales (#442, #31239).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18093 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoTest for r18091 (#26237).
Go MAEDA [Sun, 28 Apr 2019 14:28:47 +0000 (14:28 +0000)]
Test for r18091 (#26237).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18092 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoSupport wiki_page_title attribute in Versions REST API (#26237).
Go MAEDA [Sun, 28 Apr 2019 14:22:38 +0000 (14:22 +0000)]
Support wiki_page_title attribute in Versions REST API (#26237).

Patch by Severin Schols.

git-svn-id: http://svn.redmine.org/redmine/trunk@18091 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoFix gaps in resizable gantt chart (#31268).
Go MAEDA [Sun, 28 Apr 2019 00:18:04 +0000 (00:18 +0000)]
Fix gaps in resizable gantt chart (#31268).

Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@18089 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoCalendarsControllerTest#test_show fails depending on the date (#31131).
Go MAEDA [Sat, 27 Apr 2019 15:06:17 +0000 (15:06 +0000)]
CalendarsControllerTest#test_show fails depending on the date (#31131).

Contributed by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18088 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoFix the conflicting translation between "track" and "watch" in Simplified Chinese...
Go MAEDA [Sat, 27 Apr 2019 09:01:59 +0000 (09:01 +0000)]
Fix the conflicting translation between "track" and "watch" in Simplified Chinese (#31264).

Patch by matteo duan.

git-svn-id: http://svn.redmine.org/redmine/trunk@18087 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoFix Japanese translation for status_locked (#31269).
Go MAEDA [Sat, 27 Apr 2019 03:45:47 +0000 (03:45 +0000)]
Fix Japanese translation for status_locked (#31269).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18086 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoShow locked badge for protected pages (#9634).
Go MAEDA [Sat, 27 Apr 2019 03:31:22 +0000 (03:31 +0000)]
Show locked badge for protected pages (#9634).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18085 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoJapanese translation update (#31267).
Go MAEDA [Sat, 27 Apr 2019 02:23:53 +0000 (02:23 +0000)]
Japanese translation update (#31267).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18084 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoImprovement of Japanese translation for permission names (#31260).
Go MAEDA [Sat, 27 Apr 2019 01:10:11 +0000 (01:10 +0000)]
Improvement of Japanese translation for permission names (#31260).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18083 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoUpdate locales (#1248).
Go MAEDA [Thu, 25 Apr 2019 05:36:36 +0000 (05:36 +0000)]
Update locales (#1248).

git-svn-id: http://svn.redmine.org/redmine/trunk@18082 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoNew Permission: Edit own issue (#1248).
Go MAEDA [Thu, 25 Apr 2019 05:32:58 +0000 (05:32 +0000)]
New Permission: Edit own issue (#1248).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18081 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoUpdate locales (#19371).
Go MAEDA [Wed, 24 Apr 2019 02:42:31 +0000 (02:42 +0000)]
Update locales (#19371).

git-svn-id: http://svn.redmine.org/redmine/trunk@18080 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoTest for r18078 (#19371).
Go MAEDA [Wed, 24 Apr 2019 02:35:19 +0000 (02:35 +0000)]
Test for r18078 (#19371).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18079 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoAdds a new query column for the parent task subject (#19371).
Go MAEDA [Wed, 24 Apr 2019 02:29:49 +0000 (02:29 +0000)]
Adds a new query column for the parent task subject (#19371).

Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@18078 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoWrap subprojects in the overview section with an unordered list (#29289).
Go MAEDA [Tue, 23 Apr 2019 15:37:06 +0000 (15:37 +0000)]
Wrap subprojects in the overview section with an unordered list (#29289).

Patch by Bernhard Rohloff.

git-svn-id: http://svn.redmine.org/redmine/trunk@18077 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoBulgarian translation update (#31245).
Go MAEDA [Tue, 23 Apr 2019 07:29:11 +0000 (07:29 +0000)]
Bulgarian translation update (#31245).

Patch by Ivan Cenov.

git-svn-id: http://svn.redmine.org/redmine/trunk@18076 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoJapanese translation update (#30995).
Go MAEDA [Mon, 22 Apr 2019 09:53:46 +0000 (09:53 +0000)]
Japanese translation update (#30995).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18075 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoinput#months on gantt is too narrow (#31147, #31238).
Go MAEDA [Mon, 22 Apr 2019 05:17:06 +0000 (05:17 +0000)]
input#months on gantt is too narrow (#31147, #31238).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18074 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoUpdate locales (#30838).
Go MAEDA [Sun, 21 Apr 2019 14:54:27 +0000 (14:54 +0000)]
Update locales (#30838).

git-svn-id: http://svn.redmine.org/redmine/trunk@18073 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoRemove hard-coded strings (#30838).
Go MAEDA [Sun, 21 Apr 2019 14:52:33 +0000 (14:52 +0000)]
Remove hard-coded strings (#30838).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18072 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoChange "Create and Continue" translation to "Create and add another" (#10702).
Go MAEDA [Sun, 21 Apr 2019 14:06:19 +0000 (14:06 +0000)]
Change "Create and Continue" translation to "Create and add another" (#10702).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18071 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoCode cleanup: Use Loofah.remove_extraneous_whitespace instead of deprecated Loofah...
Go MAEDA [Sun, 21 Apr 2019 12:05:55 +0000 (12:05 +0000)]
Code cleanup: Use Loofah.remove_extraneous_whitespace instead of deprecated Loofah::Helpers.remove_extraneous_whitespace.

git-svn-id: http://svn.redmine.org/redmine/trunk@18070 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoUse safe navigation operator (#30457).
Go MAEDA [Sat, 20 Apr 2019 04:56:09 +0000 (04:56 +0000)]
Use safe navigation operator (#30457).

git-svn-id: http://svn.redmine.org/redmine/trunk@18069 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoMailHandler.safe_receive does not output any error log (#30457).
Go MAEDA [Sat, 20 Apr 2019 04:11:55 +0000 (04:11 +0000)]
MailHandler.safe_receive does not output any error log (#30457).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18066 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoAdd a plugin for test (#31110).
Go MAEDA [Fri, 19 Apr 2019 23:42:13 +0000 (23:42 +0000)]
Add a plugin for test (#31110).

git-svn-id: http://svn.redmine.org/redmine/trunk@18065 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoRaise an exception if the plugin directory name differs from the plugin id (#31110).
Go MAEDA [Fri, 19 Apr 2019 15:30:41 +0000 (15:30 +0000)]
Raise an exception if the plugin directory name differs from the plugin id (#31110).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18064 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoFix plugins test to use correct plugin name and directory (#31110).
Go MAEDA [Fri, 19 Apr 2019 15:23:54 +0000 (15:23 +0000)]
Fix plugins test to use correct plugin name and directory (#31110).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18063 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoUpdate Rails ujs (#31205).
Go MAEDA [Thu, 18 Apr 2019 16:04:13 +0000 (16:04 +0000)]
Update Rails ujs (#31205).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18062 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoShow the total number of open issues in a reminder (#31104).
Go MAEDA [Thu, 18 Apr 2019 15:32:20 +0000 (15:32 +0000)]
Show the total number of open issues in a reminder (#31104).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18061 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoMultiselect elements don't expand (#31147, #31216).
Go MAEDA [Thu, 18 Apr 2019 07:44:16 +0000 (07:44 +0000)]
Multiselect elements don't expand (#31147, #31216).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18059 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoTest for r18057 (#30441).
Go MAEDA [Fri, 12 Apr 2019 05:42:31 +0000 (05:42 +0000)]
Test for r18057 (#30441).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18058 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoAttachments with Unicode uppercase names are not shown in wiki pages (#30441).
Go MAEDA [Fri, 12 Apr 2019 05:25:31 +0000 (05:25 +0000)]
Attachments with Unicode uppercase names are not shown in wiki pages (#30441).

Patch by Evgeny Seliverstov.

git-svn-id: http://svn.redmine.org/redmine/trunk@18057 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoAdd custom styles for all fields (#31147).
Go MAEDA [Wed, 10 Apr 2019 02:56:03 +0000 (02:56 +0000)]
Add custom styles for all fields (#31147).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18056 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoUse HTTP status code 403 instead of 401 when REST API is disabled (#30086).
Go MAEDA [Wed, 10 Apr 2019 02:51:28 +0000 (02:51 +0000)]
Use HTTP status code 403 instead of 401 when REST API is disabled (#30086).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18055 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years ago"Create and continue" button for custom fields (#31159).
Go MAEDA [Tue, 9 Apr 2019 14:53:55 +0000 (14:53 +0000)]
"Create and continue" button for custom fields (#31159).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18054 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoShow version status as badge in rodmap#index and roadmap#show (#29391).
Go MAEDA [Tue, 9 Apr 2019 14:48:15 +0000 (14:48 +0000)]
Show version status as badge in rodmap#index and roadmap#show (#29391).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18053 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoMove styles for count and private to a new class named 'badge' (#29391).
Go MAEDA [Tue, 9 Apr 2019 14:45:52 +0000 (14:45 +0000)]
Move styles for count and private to a new class named 'badge' (#29391).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18052 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoRemove trailing whitespaces from journals_helper.rb
Go MAEDA [Mon, 8 Apr 2019 13:42:26 +0000 (13:42 +0000)]
Remove trailing whitespaces from journals_helper.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18051 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoDon't raise an exception when the emission email address is not RFC compliant (#5913).
Go MAEDA [Mon, 8 Apr 2019 13:28:34 +0000 (13:28 +0000)]
Don't raise an exception when the emission email address is not RFC compliant (#5913).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18050 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoAdd hints to clipboard paste and dragging of images (#31169).
Go MAEDA [Mon, 8 Apr 2019 08:15:04 +0000 (08:15 +0000)]
Add hints to clipboard paste and dragging of images (#31169).

Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@18049 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoGarbage lines in the output of 'git branch' break git adapter (#31120).
Go MAEDA [Sun, 7 Apr 2019 07:02:08 +0000 (07:02 +0000)]
Garbage lines in the output of 'git branch' break git adapter (#31120).

Contributed by Chad Petersen.

git-svn-id: http://svn.redmine.org/redmine/trunk@18046 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoCode cleanup: use safe navigation operator in app/models/mailer.rb
Go MAEDA [Sat, 6 Apr 2019 06:17:03 +0000 (06:17 +0000)]
Code cleanup: use safe navigation operator in app/models/mailer.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18045 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoBulgarian translation update (#31148).
Go MAEDA [Fri, 5 Apr 2019 08:14:05 +0000 (08:14 +0000)]
Bulgarian translation update (#31148).

Patch by Ivan Cenov.

git-svn-id: http://svn.redmine.org/redmine/trunk@18044 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agocode clean up GitAdapter
Toshi MARUYAMA [Fri, 5 Apr 2019 07:49:08 +0000 (07:49 +0000)]
code clean up GitAdapter

git-svn-id: http://svn.redmine.org/redmine/trunk@18043 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoscm: git: fix non ascii branch and tag browsing (#16881)
Toshi MARUYAMA [Fri, 5 Apr 2019 07:41:08 +0000 (07:41 +0000)]
scm: git: fix non ascii branch and tag browsing (#16881)

git-svn-id: http://svn.redmine.org/redmine/trunk@18042 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agocode clean up GitAdapterTest
Toshi MARUYAMA [Fri, 5 Apr 2019 07:40:57 +0000 (07:40 +0000)]
code clean up GitAdapterTest

git-svn-id: http://svn.redmine.org/redmine/trunk@18041 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoscm: git: add new one latin1 tag to test repository (#16881)
Toshi MARUYAMA [Fri, 5 Apr 2019 06:48:37 +0000 (06:48 +0000)]
scm: git: add new one latin1 tag to test repository (#16881)

git-svn-id: http://svn.redmine.org/redmine/trunk@18040 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoscm: git: add new two latin1 branches to test repository (#16881)
Toshi MARUYAMA [Fri, 5 Apr 2019 05:30:18 +0000 (05:30 +0000)]
scm: git: add new two latin1 branches to test repository (#16881)

git-svn-id: http://svn.redmine.org/redmine/trunk@18039 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agocode clean up GitAdapter
Toshi MARUYAMA [Thu, 4 Apr 2019 16:33:02 +0000 (16:33 +0000)]
code clean up GitAdapter

git-svn-id: http://svn.redmine.org/redmine/trunk@18038 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agocode clean up GitAdapter
Toshi MARUYAMA [Thu, 4 Apr 2019 07:15:32 +0000 (07:15 +0000)]
code clean up GitAdapter

git-svn-id: http://svn.redmine.org/redmine/trunk@18037 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agocode clean up RepositoryGitTest for test repository update
Toshi MARUYAMA [Thu, 4 Apr 2019 07:15:21 +0000 (07:15 +0000)]
code clean up RepositoryGitTest for test repository update

git-svn-id: http://svn.redmine.org/redmine/trunk@18036 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoskip RepositoriesControllerTest#test_show_should_show_diff_button_depending_on_browse...
Toshi MARUYAMA [Thu, 4 Apr 2019 06:10:07 +0000 (06:10 +0000)]
skip RepositoriesControllerTest#test_show_should_show_diff_button_depending_on_browse_repository_permission when subversion test repository does not exist

git-svn-id: http://svn.redmine.org/redmine/trunk@18035 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoRemove useless code in TimeEntryQuery#sql_for_activity_id_field (#31088).
Go MAEDA [Wed, 3 Apr 2019 04:00:12 +0000 (04:00 +0000)]
Remove useless code in TimeEntryQuery#sql_for_activity_id_field (#31088).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18034 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoReplace float rules with flexbox for content and sidebar block (#30435).
Go MAEDA [Tue, 2 Apr 2019 23:24:45 +0000 (23:24 +0000)]
Replace float rules with flexbox for content and sidebar block (#30435).

Patch by Max Johansson and Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18033 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoTimelogTest#test_default_query_setting fails depending on the language of the browser...
Go MAEDA [Mon, 1 Apr 2019 05:40:07 +0000 (05:40 +0000)]
TimelogTest#test_default_query_setting fails depending on the language of the browser (#31074).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18032 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoFix typo in r18021 (#31119).
Go MAEDA [Sun, 31 Mar 2019 11:42:00 +0000 (11:42 +0000)]
Fix typo in r18021 (#31119).

git-svn-id: http://svn.redmine.org/redmine/trunk@18031 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoUpdate sqlite3 gem (~> 1.4.0) (#31126).
Go MAEDA [Sun, 31 Mar 2019 11:24:44 +0000 (11:24 +0000)]
Update sqlite3 gem (~> 1.4.0) (#31126).

git-svn-id: http://svn.redmine.org/redmine/trunk@18030 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoUpdate Rails to 5.2.3 (#31113).
Go MAEDA [Sun, 31 Mar 2019 09:58:08 +0000 (09:58 +0000)]
Update Rails to 5.2.3 (#31113).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18028 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoUpdates for 4.0.3 release.
Jean-Philippe Lang [Sun, 31 Mar 2019 06:50:08 +0000 (06:50 +0000)]
Updates for 4.0.3 release.

git-svn-id: http://svn.redmine.org/redmine/trunk@18023 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoGalician translation update (#31119).
Go MAEDA [Sun, 31 Mar 2019 02:45:20 +0000 (02:45 +0000)]
Galician translation update (#31119).

Patch by Guillermo ML.

git-svn-id: http://svn.redmine.org/redmine/trunk@18021 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoRemove trailing whitespaces from config/locales/gl.yml
Go MAEDA [Sun, 31 Mar 2019 02:42:37 +0000 (02:42 +0000)]
Remove trailing whitespaces from config/locales/gl.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@18020 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoLet user select a tracker from the modal (#442).
Jean-Philippe Lang [Sat, 30 Mar 2019 06:23:52 +0000 (06:23 +0000)]
Let user select a tracker from the modal (#442).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18016 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoCannot uncheck Gantt chart options of a custom query (#31063).
Jean-Philippe Lang [Sat, 30 Mar 2019 06:19:04 +0000 (06:19 +0000)]
Cannot uncheck Gantt chart options of a custom query (#31063).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18015 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoPreformatted text overflows the preview area (#30988).
Jean-Philippe Lang [Sat, 30 Mar 2019 06:16:38 +0000 (06:16 +0000)]
Preformatted text overflows the preview area (#30988).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18014 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years ago"View differences" buttons are shown in the repository page even without "Browse...
Jean-Philippe Lang [Sat, 30 Mar 2019 06:13:08 +0000 (06:13 +0000)]
"View differences" buttons are shown in the repository page even without "Browse repository" permission (#30731).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18013 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoShow projects using a table instead of an unordered list in the user profile page...
Go MAEDA [Thu, 28 Mar 2019 23:44:28 +0000 (23:44 +0000)]
Show projects using a table instead of an unordered list in the user profile page (#31066).

Patch by Takenori TAKAKI.

git-svn-id: http://svn.redmine.org/redmine/trunk@18012 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoUse Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA [Wed, 27 Mar 2019 02:15:24 +0000 (02:15 +0000)]
Use Regexp#match? to reduce allocations of MatchData object (#28940).

Patch by Pavel Rosický.

git-svn-id: http://svn.redmine.org/redmine/trunk@18011 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoFix that deleting a version silently deletes its attachments (#31087).
Go MAEDA [Tue, 26 Mar 2019 11:05:20 +0000 (11:05 +0000)]
Fix that deleting a version silently deletes its attachments (#31087).

Patch by Karel Pičman and Takenori TAKAKI.

git-svn-id: http://svn.redmine.org/redmine/trunk@18008 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoProject search should select subprojects scope when the project has subprojects ...
Go MAEDA [Mon, 25 Mar 2019 01:57:20 +0000 (01:57 +0000)]
Project search should select subprojects scope when the project has subprojects (#30923).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18005 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoRemove trailing whitespaces from test/functional/projects_controller_test.rb
Go MAEDA [Mon, 25 Mar 2019 01:54:15 +0000 (01:54 +0000)]
Remove trailing whitespaces from test/functional/projects_controller_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18004 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 years agoGroup time entries by created date (#30233).
Go MAEDA [Sun, 24 Mar 2019 06:14:33 +0000 (06:14 +0000)]
Group time entries by created date (#30233).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18003 e93f8b46-1217-0410-a6f0-8f06a7374b81