]> source.dussan.org Git - redmine.git/log
redmine.git
4 years ago"Role" dropdown in Workflow page is unexpectedly expanded when selecting "all" (...
Go MAEDA [Sat, 29 Feb 2020 04:59:48 +0000 (04:59 +0000)]
"Role" dropdown in Workflow page is unexpectedly expanded when selecting "all" (#33059).

Patch by Mizuki ISHIKAWA.

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

4 years agoMake group names bold on tracker summary view (#32991).
Go MAEDA [Sat, 29 Feb 2020 04:27:32 +0000 (04:27 +0000)]
Make group names bold on tracker summary view (#32991).

Patch by Bernhard Rohloff.

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

4 years agoNewline between list items break a list (#32971).
Go MAEDA [Sat, 29 Feb 2020 04:21:53 +0000 (04:21 +0000)]
Newline between list items break a list (#32971).

Patch by Yuichi HARADA.

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

4 years agoscm: git: add test to browse non UTF-8 directory (#25846)
Toshi MARUYAMA [Thu, 27 Feb 2020 16:27:52 +0000 (16:27 +0000)]
scm: git: add test to browse non UTF-8 directory (#25846)

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

4 years agoDiff view for .js files in repositories is broken (#32449).
Go MAEDA [Thu, 27 Feb 2020 01:19:11 +0000 (01:19 +0000)]
Diff view for .js files in repositories is broken (#32449).

Patch by Mizuki ISHIKAWA.

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

4 years agoDon't use full path links with hostname
Jean-Philippe Lang [Wed, 26 Feb 2020 13:37:32 +0000 (13:37 +0000)]
Don't use full path links with hostname

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

4 years agoTest failure with SimpleCov 0.18.3 or 0.18.4 (#32950, #33044).
Go MAEDA [Wed, 26 Feb 2020 07:17:50 +0000 (07:17 +0000)]
Test failure with SimpleCov 0.18.3 or 0.18.4 (#32950, #33044).

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

4 years agoInclude attachments in news post notifications (#33002).
Go MAEDA [Mon, 24 Feb 2020 03:19:00 +0000 (03:19 +0000)]
Include attachments in news post notifications (#33002).

Patch by Yuichi HARADA.

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

4 years agoFix missing closing div in app/views/imports/_time_entries_fields_mapping.html.erb...
Go MAEDA [Mon, 24 Feb 2020 03:00:11 +0000 (03:00 +0000)]
Fix missing closing div in app/views/imports/_time_entries_fields_mapping.html.erb (#33027).

Patch by Marius BALTEANU.

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

4 years agoAdd a missing fixture to IssuesControllerTest (#4511, #33036).
Go MAEDA [Fri, 21 Feb 2020 03:57:58 +0000 (03:57 +0000)]
Add a missing fixture to IssuesControllerTest (#4511, #33036).

Patch by Yuichi HARADA.

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

4 years agoAuto select fields mapping in import based on the internal field name (ex: estimared_...
Go MAEDA [Wed, 19 Feb 2020 14:52:02 +0000 (14:52 +0000)]
Auto select fields mapping in import based on the internal field name (ex: estimared_hours, fixed_version, spent_on) or field label (Estimated hours, Version, Date) (#22913).

* mappings are case insensitive
* a field is auto mapped only if there is no mapping setting present for that field
* "Current user" default value for User field when the user has permission to log time for other users is override by the auto mapped column

Patch by Haihan Ji, Yuichi HARADA, and Marius BALTEANU.

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

4 years agoUse 'user' as internal field instead of user_id because the column accepts also user...
Go MAEDA [Wed, 19 Feb 2020 14:31:39 +0000 (14:31 +0000)]
Use 'user' as internal field instead of user_id because the column accepts also user login as value, not only the id (#22913).

Patch by Marius BALTEANU.

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

4 years agoUpdate RuboCop to 0.80 (#32530).
Go MAEDA [Wed, 19 Feb 2020 13:45:34 +0000 (13:45 +0000)]
Update RuboCop to 0.80 (#32530).

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

4 years agoFix that CSS selector in test_index_should_show_warning_when_no_workflow_is_defined...
Go MAEDA [Tue, 18 Feb 2020 02:06:51 +0000 (02:06 +0000)]
Fix that CSS selector in test_index_should_show_warning_when_no_workflow_is_defined is too specific (#32927).

Patch by Vincent Robert.

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

4 years agoChange the default value for "Default Gravatar image" to "Identicons" (#32998).
Go MAEDA [Tue, 18 Feb 2020 01:53:07 +0000 (01:53 +0000)]
Change the default value for "Default Gravatar image" to "Identicons" (#32998).

Patch by Go MAEDA.

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

4 years agoUnable to distinguish disabled input fields (#32981).
Go MAEDA [Tue, 18 Feb 2020 01:50:08 +0000 (01:50 +0000)]
Unable to distinguish disabled input fields (#32981).

Patch by Hirokazu Onozato.

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

4 years agoUpdated Rouge to 3.16.0 (#32468).
Go MAEDA [Thu, 13 Feb 2020 04:45:34 +0000 (04:45 +0000)]
Updated Rouge to 3.16.0 (#32468).

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

4 years agoFix typos in Russian translation (#32828).
Go MAEDA [Thu, 13 Feb 2020 04:18:05 +0000 (04:18 +0000)]
Fix typos in Russian translation (#32828).

Patch by Alexander Sapozhnikov.

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

4 years agoRussian translation update for 4.1-stable (#32995).
Go MAEDA [Thu, 13 Feb 2020 02:11:24 +0000 (02:11 +0000)]
Russian translation update for 4.1-stable (#32995).

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

4 years agoTraditional Chinese translation update (#32988).
Go MAEDA [Wed, 12 Feb 2020 12:57:50 +0000 (12:57 +0000)]
Traditional Chinese translation update (#32988).

Patch by ChunChang Lo.

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

4 years agoFix logging time via a commit message for project specific activities (#29838).
Go MAEDA [Tue, 11 Feb 2020 13:33:22 +0000 (13:33 +0000)]
Fix logging time via a commit message for project specific activities (#29838).

Patch by Jens Krämer.

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

4 years agoReverts r19510 that breaks IssueTest#test_closed_on_should_be_set_when_closing_an_ope...
Go MAEDA [Tue, 11 Feb 2020 04:56:03 +0000 (04:56 +0000)]
Reverts r19510 that breaks IssueTest#test_closed_on_should_be_set_when_closing_an_open_issue (#5354).

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

4 years agoUpdating custom fields does not trigger update to "updated_on" field in the customize...
Go MAEDA [Tue, 11 Feb 2020 04:06:25 +0000 (04:06 +0000)]
Updating custom fields does not trigger update to "updated_on" field in the customized object (#5354).

Patch by Yuichi HARADA.

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

4 years agoShow module names in bold in permission report (#32945).
Go MAEDA [Tue, 11 Feb 2020 03:52:52 +0000 (03:52 +0000)]
Show module names in bold in permission report (#32945).

Patch by Go MAEDA.

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

4 years agoReverts r19507 (#4511).
Go MAEDA [Tue, 11 Feb 2020 03:48:20 +0000 (03:48 +0000)]
Reverts r19507 (#4511).

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

4 years agoAdd a missing fixture for IssuesControllerTest#test_post_create_with_watchers (#4511).
Go MAEDA [Tue, 11 Feb 2020 03:33:54 +0000 (03:33 +0000)]
Add a missing fixture for IssuesControllerTest#test_post_create_with_watchers (#4511).

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

4 years agoInclude attachments in forum post notifications (#16006).
Go MAEDA [Tue, 11 Feb 2020 02:34:25 +0000 (02:34 +0000)]
Include attachments in forum post notifications (#16006).

Patch by Yuichi HARADA.

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

4 years agoAdd system setting for default results display format of project query (#32818).
Go MAEDA [Tue, 11 Feb 2020 01:10:48 +0000 (01:10 +0000)]
Add system setting for default results display format of project query (#32818).

Patch by Takenori TAKAKI and Marius BALTEANU.

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

4 years agoFix a Stylelint violation (#32896).
Go MAEDA [Mon, 10 Feb 2020 00:17:03 +0000 (00:17 +0000)]
Fix a Stylelint violation (#32896).

Patch by Marius BALTEANU.

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

4 years agoFix that selected user on timelog#edit is incorrect (#32959).
Go MAEDA [Sun, 9 Feb 2020 00:23:18 +0000 (00:23 +0000)]
Fix that selected user on timelog#edit is incorrect (#32959).

Patch by Marius BALTEANU.

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

4 years agoAdd download buttons in Files columns of the issues list (#32240).
Go MAEDA [Thu, 6 Feb 2020 14:24:51 +0000 (14:24 +0000)]
Add download buttons in Files columns of the issues list (#32240).

Patch by Yuichi HARADA.

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

4 years agotest_revisions_latin_1_identifier should be skipped on Windows (#32937).
Go MAEDA [Thu, 6 Feb 2020 12:49:30 +0000 (12:49 +0000)]
test_revisions_latin_1_identifier should be skipped on Windows (#32937).

Patch by Pavel Rosický.

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

4 years agoAllow adding user groups as watchers for issues (#4511).
Go MAEDA [Thu, 6 Feb 2020 08:19:13 +0000 (08:19 +0000)]
Allow adding user groups as watchers for issues (#4511).

Patch by Yuichi HARADA.

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

4 years agoAdd Check all / Uncheck all button to filters in permissions report (#32672).
Go MAEDA [Thu, 6 Feb 2020 00:44:06 +0000 (00:44 +0000)]
Add Check all / Uncheck all button to filters in permissions report (#32672).

Patch by Mizuki ISHIKAWA.

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

4 years agoUpdate simplecov to 0.18 (#32950).
Go MAEDA [Wed, 5 Feb 2020 15:47:51 +0000 (15:47 +0000)]
Update simplecov to 0.18 (#32950).

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

4 years agoHighlight fields with validation error (#32764).
Go MAEDA [Tue, 4 Feb 2020 14:30:30 +0000 (14:30 +0000)]
Highlight fields with validation error (#32764).

Patch by Marius BALTEANU.

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

4 years agoUpdate i18n (~> 1.8.2) (#32906).
Go MAEDA [Tue, 4 Feb 2020 10:03:57 +0000 (10:03 +0000)]
Update i18n (~> 1.8.2) (#32906).

Patch by Pavel Rosický.

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

4 years agoUpdate capybara to 3.31 (#32453, #32907).
Go MAEDA [Tue, 4 Feb 2020 06:59:29 +0000 (06:59 +0000)]
Update capybara to 3.31 (#32453, #32907).

Patch by Pavel Rosický.

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

4 years agoRepository browser does not render previews for audio/video files (#32153).
Go MAEDA [Tue, 4 Feb 2020 05:32:04 +0000 (05:32 +0000)]
Repository browser does not render previews for audio/video files (#32153).

Patch by Mizuki ISHIKAWA.

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

4 years agoRails 6: Fix deprecation warning "Class level methods will no longer inherit scoping...
Go MAEDA [Mon, 3 Feb 2020 15:12:21 +0000 (15:12 +0000)]
Rails 6: Fix deprecation warning "Class level methods will no longer inherit scoping" (#32911).

Patch by Pavel Rosický.

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

4 years agoWhite list protocols allowed for Textile links (#32934).
Jean-Philippe Lang [Sun, 2 Feb 2020 10:19:16 +0000 (10:19 +0000)]
White list protocols allowed for Textile links (#32934).

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

4 years agoValidate back_url everywhere (#32850).
Jean-Philippe Lang [Sun, 2 Feb 2020 08:39:22 +0000 (08:39 +0000)]
Validate back_url everywhere (#32850).

Patch by Holger Just.

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

4 years agoExpose validate_back_url as helper method (#32850).
Jean-Philippe Lang [Sun, 2 Feb 2020 08:38:47 +0000 (08:38 +0000)]
Expose validate_back_url as helper method (#32850).

Patch by Holger Just.

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

4 years agoMove duplicated back_url method from ApplicationHelper to ApplicationController ...
Jean-Philippe Lang [Sun, 2 Feb 2020 08:38:01 +0000 (08:38 +0000)]
Move duplicated back_url method from ApplicationHelper to ApplicationController (#32850).

Patch by Holger Just.

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

4 years agoAdd missing fixtures to AttachmentsControllerTest (#32929).
Go MAEDA [Fri, 31 Jan 2020 07:21:05 +0000 (07:21 +0000)]
Add missing fixtures to AttachmentsControllerTest (#32929).

Patch by Yuichi HARADA.

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

4 years agoCzech translation update (#32918).
Go MAEDA [Thu, 30 Jan 2020 14:46:47 +0000 (14:46 +0000)]
Czech translation update (#32918).

Patch by Pavel Rosický.

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

4 years agoCzech translation update for 4.1-stable (#32928).
Go MAEDA [Thu, 30 Jan 2020 14:40:15 +0000 (14:40 +0000)]
Czech translation update for 4.1-stable (#32928).

Patch by Pavel Rosický.

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

4 years agoBulgarian translation update (#32917).
Go MAEDA [Thu, 30 Jan 2020 14:26:07 +0000 (14:26 +0000)]
Bulgarian translation update (#32917).

Patch by Ivan Cenov.

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

4 years agoRight-aligned TOC tag is displayed in exported PDF if the text formatting setting...
Go MAEDA [Thu, 30 Jan 2020 08:34:14 +0000 (08:34 +0000)]
Right-aligned TOC tag is displayed in exported PDF if the text formatting setting is Markdown (#32477).

Patch by Yuichi HARADA.

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

4 years agoReverts r19478 (#32897).
Go MAEDA [Thu, 30 Jan 2020 05:27:52 +0000 (05:27 +0000)]
Reverts r19478 (#32897).

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

4 years agoFix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive...
Go MAEDA [Tue, 28 Jan 2020 09:49:14 +0000 (09:49 +0000)]
Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1.' (#32897).

Patch by Marius BALTEANU.

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

4 years agoFix duplicate "margin-right" property (#32890).
Go MAEDA [Tue, 28 Jan 2020 03:00:36 +0000 (03:00 +0000)]
Fix duplicate "margin-right" property (#32890).

Patch by Marius BALTEANU.

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

4 years agoRemove empty block (#32890).
Go MAEDA [Tue, 28 Jan 2020 02:58:59 +0000 (02:58 +0000)]
Remove empty block (#32890).

Patch by Marius BALTEANU.

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

4 years agoFix duplicate selector (#32890).
Go MAEDA [Tue, 28 Jan 2020 02:57:37 +0000 (02:57 +0000)]
Fix duplicate selector (#32890).

Patch by Marius BALTEANU.

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

4 years agoFix missing generic font family (#32890).
Go MAEDA [Tue, 28 Jan 2020 02:56:28 +0000 (02:56 +0000)]
Fix missing generic font family (#32890).

Patch by Marius BALTEANU.

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

4 years agoFix duplicate "color" attribute (#32890).
Go MAEDA [Tue, 28 Jan 2020 02:55:26 +0000 (02:55 +0000)]
Fix duplicate "color" attribute (#32890).

Patch by Marius BALTEANU.

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

4 years agoFix duplicate selectors (#32890).
Go MAEDA [Tue, 28 Jan 2020 02:52:49 +0000 (02:52 +0000)]
Fix duplicate selectors (#32890).

Patch by Marius BALTEANU.

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

4 years agoRemove duplicate white-space property (#32890).
Go MAEDA [Tue, 28 Jan 2020 02:48:33 +0000 (02:48 +0000)]
Remove duplicate white-space property (#32890).

Patch by Marius BALTEANU.

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

4 years agoFix totals not displayed in projects list view (#32896).
Go MAEDA [Tue, 28 Jan 2020 01:15:14 +0000 (01:15 +0000)]
Fix totals not displayed in projects list view (#32896).

Patch by Marius BALTEANU.

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

4 years agoDrop support for Bundler prior to 1.12.0 (#32841).
Go MAEDA [Mon, 27 Jan 2020 14:02:05 +0000 (14:02 +0000)]
Drop support for Bundler prior to 1.12.0 (#32841).

Patch by Go MAEDA.

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

4 years agoUse #media_type instead of #content_type to test the MIME type of a response (#32886).
Go MAEDA [Mon, 27 Jan 2020 03:54:25 +0000 (03:54 +0000)]
Use #media_type instead of #content_type to test the MIME type of a response (#32886).

Patch by Go MAEDA.

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

4 years agoRails 6: Use "render template:" instead of "render file:" in app/views/layouts/admin...
Go MAEDA [Sun, 26 Jan 2020 22:09:47 +0000 (22:09 +0000)]
Rails 6: Use "render template:" instead of "render file:" in app/views/layouts/admin.html.erb (#32887).

Patch by Go MAEDA.

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

4 years agoIssue list: long text custom field missing in PDF export (#32859).
Go MAEDA [Sun, 26 Jan 2020 14:06:10 +0000 (14:06 +0000)]
Issue list: long text custom field missing in PDF export (#32859).

Patch by Marius BALTEANU.

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

4 years ago`ruby` directive is not supported in Bundler prior to 1.12.0 (#32788).
Go MAEDA [Sun, 26 Jan 2020 01:14:18 +0000 (01:14 +0000)]
`ruby` directive is not supported in Bundler prior to 1.12.0 (#32788).

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

4 years agoMake breadcrumbs of repository browser copy-paste friendly (#32835).
Go MAEDA [Sat, 25 Jan 2020 09:12:08 +0000 (09:12 +0000)]
Make breadcrumbs of repository browser copy-paste friendly (#32835).

Patch by Go MAEDA.

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

4 years agoExporting issue as PDF fails when the issue has private journal (#32858).
Go MAEDA [Sat, 25 Jan 2020 03:07:00 +0000 (03:07 +0000)]
Exporting issue as PDF fails when the issue has private journal (#32858).

Patch by Kouhei Sutou.

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

4 years agoRedmine 4.1 installation fails due to an attempt to install sprockets 4.0.0 if bundle...
Go MAEDA [Sat, 25 Jan 2020 02:16:11 +0000 (02:16 +0000)]
Redmine 4.1 installation fails due to an attempt to install sprockets 4.0.0 if bundler prior to 1.15.2 is used on Ruby prior to 2.5 (#32839).

Patch by Go MAEDA.

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

4 years agoRuby 2.7: Remove deprecated URI.escape/unescape (#32752).
Go MAEDA [Thu, 23 Jan 2020 23:28:34 +0000 (23:28 +0000)]
Ruby 2.7: Remove deprecated URI.escape/unescape (#32752).

Patch by Go MAEDA.

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

4 years agoFix ruby 2.7 warning: The last argument is used as the keyword parameter (#32542...
Go MAEDA [Thu, 23 Jan 2020 15:42:50 +0000 (15:42 +0000)]
Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32542, #31500).

Patch by Seiei Miyagi.

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

4 years agoUpdate locales (#32628).
Go MAEDA [Tue, 21 Jan 2020 04:31:21 +0000 (04:31 +0000)]
Update locales (#32628).

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

4 years agoGerman translation for high priority notification setting (#32628).
Go MAEDA [Tue, 21 Jan 2020 04:29:01 +0000 (04:29 +0000)]
German translation for high priority notification setting (#32628).

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

4 years agoCode cleanup: RuboCop: Fix Rails/ActiveRecordAliases in test/unit/issue_priority_test...
Go MAEDA [Tue, 21 Jan 2020 04:27:12 +0000 (04:27 +0000)]
Code cleanup: RuboCop: Fix Rails/ActiveRecordAliases in test/unit/issue_priority_test.rb (#32628).

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

4 years agoCode cleanup: RuboCop: Fix Layout/EmptyLinesAroundMethodBody in test/functional/my_co...
Go MAEDA [Tue, 21 Jan 2020 04:26:00 +0000 (04:26 +0000)]
Code cleanup: RuboCop: Fix Layout/EmptyLinesAroundMethodBody in test/functional/my_controller_test.rb (#32628).

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

4 years agoEnable users to receive email notifications about high issues (only) (#32628).
Go MAEDA [Tue, 21 Jan 2020 04:23:26 +0000 (04:23 +0000)]
Enable users to receive email notifications about high issues (only) (#32628).

Patch by Jan Schulz-Hofen.

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

4 years agoAdd IssuePriority#high? and #low? helpers (#32628).
Go MAEDA [Tue, 21 Jan 2020 04:10:11 +0000 (04:10 +0000)]
Add IssuePriority#high? and #low? helpers (#32628).

Patch by Jan Schulz-Hofen.

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

4 years agoExtract finding the default or "middle" issue priority into its own class method...
Go MAEDA [Tue, 21 Jan 2020 04:08:29 +0000 (04:08 +0000)]
Extract finding the default or "middle" issue priority into its own class method (#32628).

Patch by Jan Schulz-Hofen.

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

4 years agoUse existing scopes instead of one-off AR condition (#32628).
Go MAEDA [Tue, 21 Jan 2020 04:02:53 +0000 (04:02 +0000)]
Use existing scopes instead of one-off AR condition (#32628).

Patch by Jan Schulz-Hofen.

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

4 years agoChange Italian translation for "news" (#32380).
Go MAEDA [Tue, 21 Jan 2020 01:54:48 +0000 (01:54 +0000)]
Change Italian translation for "news" (#32380).

Patch by pasquale [:dedalus].

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

4 years agoFix the wrong property name in application.css (#32838).
Go MAEDA [Mon, 20 Jan 2020 23:44:37 +0000 (23:44 +0000)]
Fix the wrong property name in application.css (#32838).

Patch by Go MAEDA.

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

4 years agoRemove an HTML entity that cannot be used in a CSS string (#32829).
Go MAEDA [Mon, 20 Jan 2020 23:31:04 +0000 (23:31 +0000)]
Remove an HTML entity that cannot be used in a CSS string (#32829).

Patch by Alexander Sapozhnikov.

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

4 years agoTabs are displayed on two lines when the total width of the tabs is greater than...
Go MAEDA [Sun, 19 Jan 2020 02:42:06 +0000 (02:42 +0000)]
Tabs are displayed on two lines when the total width of the tabs is greater than 2000px (#32772).

Patch by Bernhard Rohloff.

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

4 years agoFrozenError when exporting gantt to PDF in some languages (#32832).
Go MAEDA [Sat, 18 Jan 2020 09:58:39 +0000 (09:58 +0000)]
FrozenError when exporting gantt to PDF in some languages (#32832).

Patch by Pavel Rosický.

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

4 years agoClicking on a parent object in gantt wrongly collapses objects at the same level...
Go MAEDA [Sat, 18 Jan 2020 00:21:35 +0000 (00:21 +0000)]
Clicking on a parent object in gantt wrongly collapses objects at the same level (#32812).

Patch by Yuichi HARADA.

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

4 years agoUpdate request_store to 1.5 (#32805).
Go MAEDA [Thu, 16 Jan 2020 01:13:45 +0000 (01:13 +0000)]
Update request_store to 1.5 (#32805).

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

4 years agoUpdated Rouge to 3.15.0 (#32468).
Go MAEDA [Thu, 16 Jan 2020 01:08:13 +0000 (01:08 +0000)]
Updated Rouge to 3.15.0 (#32468).

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

4 years agoUpdate locales (#32528).
Go MAEDA [Tue, 14 Jan 2020 14:40:31 +0000 (14:40 +0000)]
Update locales (#32528).

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

4 years agoMake languages in Highlighted code button in toolbar customizable (#32528).
Go MAEDA [Tue, 14 Jan 2020 14:38:48 +0000 (14:38 +0000)]
Make languages in Highlighted code button in toolbar customizable (#32528).

Patch by Mizuki ISHIKAWA.

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

4 years agoRemove RubyGems from Requirements in doc/INSTALL (#32795).
Go MAEDA [Tue, 14 Jan 2020 06:18:57 +0000 (06:18 +0000)]
Remove RubyGems from Requirements in doc/INSTALL (#32795).

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

4 years agoSpecify supported Ruby version in Gemfile and doc/INSTALL (#32788).
Go MAEDA [Tue, 14 Jan 2020 00:30:46 +0000 (00:30 +0000)]
Specify supported Ruby version in Gemfile and doc/INSTALL (#32788).

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

4 years agoUpdate pg gem (~> 1.2.2) (#32782).
Go MAEDA [Sun, 12 Jan 2020 07:17:57 +0000 (07:17 +0000)]
Update pg gem (~> 1.2.2) (#32782).

Patch by Pavel Rosický.

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

4 years agoFix sort projects table by custom field (#32769).
Go MAEDA [Sun, 12 Jan 2020 07:03:10 +0000 (07:03 +0000)]
Fix sort projects table by custom field (#32769).

Patch by Marius BALTEANU.

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

4 years agoFix Internal Error when issue text custom field is shown in Spent time query results...
Go MAEDA [Sun, 12 Jan 2020 06:37:47 +0000 (06:37 +0000)]
Fix Internal Error when issue text custom field is shown in Spent time query results (#32768).

Patch by Marius BALTEANU.

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

4 years agoX-Sendfile header field is not set if rack 2.1.0 is installed (#32785).
Go MAEDA [Sun, 12 Jan 2020 06:12:58 +0000 (06:12 +0000)]
X-Sendfile header field is not set if rack 2.1.0 is installed (#32785).

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

4 years agoItalian translation update (#32746).
Go MAEDA [Thu, 9 Jan 2020 03:43:09 +0000 (03:43 +0000)]
Italian translation update (#32746).

Patch by pasquale [:dedalus].

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

4 years agoFix missing arrow icon of collapse macro (#32754).
Go MAEDA [Tue, 7 Jan 2020 14:56:29 +0000 (14:56 +0000)]
Fix missing arrow icon of collapse macro (#32754).

Patch by Marius BALTEANU.

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

4 years agoUpdate mini_magick to 4.10 (#32763).
Go MAEDA [Tue, 7 Jan 2020 13:55:07 +0000 (13:55 +0000)]
Update mini_magick to 4.10 (#32763).

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

4 years agoUpdate RuboCop to 0.79 (#32530).
Go MAEDA [Tue, 7 Jan 2020 13:49:16 +0000 (13:49 +0000)]
Update RuboCop to 0.79 (#32530).

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

4 years agoReverts r19409 that breaks some tests (#32754).
Go MAEDA [Tue, 7 Jan 2020 01:51:33 +0000 (01:51 +0000)]
Reverts r19409 that breaks some tests (#32754).

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

4 years agoFix that arrow icon for {{collapse}} macro is not shown (#32754).
Go MAEDA [Tue, 7 Jan 2020 01:34:14 +0000 (01:34 +0000)]
Fix that arrow icon for {{collapse}} macro is not shown (#32754).

Patch by Marius BALTEANU.

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

4 years agoRussian translation update (#32659).
Go MAEDA [Sun, 5 Jan 2020 14:49:06 +0000 (14:49 +0000)]
Russian translation update (#32659).

Patch by Ivan Ivanov.

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