]> source.dussan.org Git - redmine.git/log
redmine.git
3 years agoshorten long line of test/unit/lib/redmine/wiki_formatting/macros_test.rb
Toshi MARUYAMA [Sat, 19 Dec 2020 17:32:27 +0000 (17:32 +0000)]
shorten long line of test/unit/lib/redmine/wiki_formatting/macros_test.rb

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

3 years agoshorten long line of test/unit/lib/redmine/helpers/diff_test.rb
Toshi MARUYAMA [Sat, 19 Dec 2020 17:32:19 +0000 (17:32 +0000)]
shorten long line of test/unit/lib/redmine/helpers/diff_test.rb

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

3 years agoshorten long line of test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
Toshi MARUYAMA [Sat, 19 Dec 2020 17:32:12 +0000 (17:32 +0000)]
shorten long line of test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb

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

3 years agoshorten long line of VersionsHelperTest
Toshi MARUYAMA [Sat, 19 Dec 2020 17:32:05 +0000 (17:32 +0000)]
shorten long line of VersionsHelperTest

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

3 years agoshorten long line of app/models/issue_query.rb
Toshi MARUYAMA [Sat, 19 Dec 2020 17:31:57 +0000 (17:31 +0000)]
shorten long line of app/models/issue_query.rb

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

3 years agoUpdate Redcarpet to 3.5.1 (#34461).
Go MAEDA [Fri, 18 Dec 2020 00:40:41 +0000 (00:40 +0000)]
Update Redcarpet to 3.5.1 (#34461).

The version fixes a security vulnerability using :quote in combination with the :escape_html option.

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

3 years agouse with_settings at AccountControllerOpenidTest#test_login_with_openid_for_existing_...
Toshi MARUYAMA [Thu, 17 Dec 2020 13:11:13 +0000 (13:11 +0000)]
use with_settings at AccountControllerOpenidTest#test_login_with_openid_for_existing_non_active_user

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

3 years agoshorten long line of app/models/issue.rb
Toshi MARUYAMA [Thu, 17 Dec 2020 13:11:05 +0000 (13:11 +0000)]
shorten long line of app/models/issue.rb

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

3 years agoremove redundant 'return' from ApplicationHelperTest
Toshi MARUYAMA [Thu, 17 Dec 2020 13:10:56 +0000 (13:10 +0000)]
remove redundant 'return' from ApplicationHelperTest

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

3 years agoremove redundant 'return' from lib/redmine/twofa/totp.rb
Toshi MARUYAMA [Thu, 17 Dec 2020 13:10:48 +0000 (13:10 +0000)]
remove redundant 'return' from lib/redmine/twofa/totp.rb

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

3 years agoadd Layout/FirstHashElementIndentation to .rubocop.yml
Toshi MARUYAMA [Thu, 17 Dec 2020 13:10:40 +0000 (13:10 +0000)]
add Layout/FirstHashElementIndentation to .rubocop.yml

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

3 years agofix source indent of lib/redmine/twofa/totp.rb
Toshi MARUYAMA [Thu, 17 Dec 2020 13:10:31 +0000 (13:10 +0000)]
fix source indent of lib/redmine/twofa/totp.rb

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

3 years agoadd Style/Lambda to .rubocop.yml
Toshi MARUYAMA [Thu, 17 Dec 2020 13:10:22 +0000 (13:10 +0000)]
add Style/Lambda to .rubocop.yml

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

3 years agouse 'lambda' instead of '->{}' at UsersController
Toshi MARUYAMA [Thu, 17 Dec 2020 13:10:13 +0000 (13:10 +0000)]
use 'lambda' instead of '->{}' at UsersController

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

3 years agouse 'lambda' instead of '->{}' at RolesControllerTest
Toshi MARUYAMA [Thu, 17 Dec 2020 13:10:06 +0000 (13:10 +0000)]
use 'lambda' instead of '->{}' at RolesControllerTest

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

3 years agoadd Layout/DotPosition to .rubocop.yml
Toshi MARUYAMA [Thu, 17 Dec 2020 13:09:58 +0000 (13:09 +0000)]
add Layout/DotPosition to .rubocop.yml

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

3 years agoplace the '.' on the previous line of the method call at app/models/attachment.rb
Toshi MARUYAMA [Thu, 17 Dec 2020 13:09:50 +0000 (13:09 +0000)]
place the '.' on the previous line of the method call at app/models/attachment.rb

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

3 years agoplace the '.' on the previous line of the method call at app/models/project.rb
Toshi MARUYAMA [Thu, 17 Dec 2020 13:09:41 +0000 (13:09 +0000)]
place the '.' on the previous line of the method call at app/models/project.rb

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

3 years agoFix the order of assert params (#34123).
Go MAEDA [Thu, 17 Dec 2020 08:08:12 +0000 (08:08 +0000)]
Fix the order of assert params (#34123).

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

3 years agoAdd a test for ProjectCustomField creation (#33268).
Go MAEDA [Wed, 16 Dec 2020 14:12:05 +0000 (14:12 +0000)]
Add a test for ProjectCustomField creation (#33268).

Patch by Vincent Robert.

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

3 years agoUpdate roadie-rails to 2.2 (#34443).
Go MAEDA [Wed, 16 Dec 2020 07:15:48 +0000 (07:15 +0000)]
Update roadie-rails to 2.2 (#34443).

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

3 years agoTypo in translation string 'setting_issue_list_default_columns': s/Isuses/Issues...
Go MAEDA [Wed, 16 Dec 2020 07:10:36 +0000 (07:10 +0000)]
Typo in translation string 'setting_issue_list_default_columns': s/Isuses/Issues/ (#34447).

Contributed by Mischa The Evil.

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

3 years agoAtom feed on project with subprojects should show in article title the name of the...
Go MAEDA [Mon, 14 Dec 2020 01:25:34 +0000 (01:25 +0000)]
Atom feed on project with subprojects should show in article title the name of the project (#15212).

Patch by Mizuki ISHIKAWA.

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

3 years agouse with_settings at AccountControllerOpenidTest#test_login_with_openid_for_existing_user
Toshi MARUYAMA [Sat, 12 Dec 2020 15:50:36 +0000 (15:50 +0000)]
use with_settings at AccountControllerOpenidTest#test_login_with_openid_for_existing_user

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

3 years agoadd Style/BlockComments to .rubocop.yml
Toshi MARUYAMA [Sat, 12 Dec 2020 15:50:29 +0000 (15:50 +0000)]
add Style/BlockComments to .rubocop.yml

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

3 years agoremove redundant 'return' from lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA [Sat, 12 Dec 2020 15:50:21 +0000 (15:50 +0000)]
remove redundant 'return' from lib/redmine/scm/adapters/cvs_adapter.rb

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

3 years agoremove redundant 'return' from lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA [Sat, 12 Dec 2020 15:50:14 +0000 (15:50 +0000)]
remove redundant 'return' from lib/redmine/scm/adapters/bazaar_adapter.rb

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

3 years agouse '\' instead of '+' to concatenate strings at RepositoriesMercurialControllerTest
Toshi MARUYAMA [Sat, 12 Dec 2020 15:50:06 +0000 (15:50 +0000)]
use '\' instead of '+' to concatenate strings at RepositoriesMercurialControllerTest

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

3 years agoadd 'freeze' to avoid immutable array literals in loops at MercurialAdapterTest
Toshi MARUYAMA [Sat, 12 Dec 2020 15:49:59 +0000 (15:49 +0000)]
add 'freeze' to avoid immutable array literals in loops at MercurialAdapterTest

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

3 years agofix source indent of lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA [Sat, 12 Dec 2020 15:49:51 +0000 (15:49 +0000)]
fix source indent of lib/redmine/scm/adapters/cvs_adapter.rb

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

3 years agoshorten long line of Query#sql_for_custom_field
Toshi MARUYAMA [Sat, 12 Dec 2020 15:49:44 +0000 (15:49 +0000)]
shorten long line of Query#sql_for_custom_field

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

3 years agoshorten long line of app/models/project.rb
Toshi MARUYAMA [Sat, 12 Dec 2020 15:49:36 +0000 (15:49 +0000)]
shorten long line of app/models/project.rb

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

3 years agoshorten long line of lib/redmine/wiki_formatting/macros.rb
Toshi MARUYAMA [Sat, 12 Dec 2020 15:49:29 +0000 (15:49 +0000)]
shorten long line of lib/redmine/wiki_formatting/macros.rb

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

3 years agoshorten long line of app/models/custom_field.rb
Toshi MARUYAMA [Sat, 12 Dec 2020 15:49:21 +0000 (15:49 +0000)]
shorten long line of app/models/custom_field.rb

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

3 years agoshorten long line of ApplicationHelperTest
Toshi MARUYAMA [Sat, 12 Dec 2020 15:49:14 +0000 (15:49 +0000)]
shorten long line of ApplicationHelperTest

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

3 years agoFix that disabled trackers of subprojects are listed in project overview (#10084).
Go MAEDA [Sat, 12 Dec 2020 05:40:09 +0000 (05:40 +0000)]
Fix that disabled trackers of subprojects are listed in project overview (#10084).

Patch by Yuichi HARADA.

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

3 years agoSpent time details are displayed in incorrect order when sorted by week and date...
Go MAEDA [Sat, 12 Dec 2020 03:32:20 +0000 (03:32 +0000)]
Spent time details are displayed in incorrect order when sorted by week and date (#33952).

Patch by Yuichi HARADA.

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

3 years agoTraditional Chinese translation update (#34437).
Go MAEDA [Sat, 12 Dec 2020 02:49:06 +0000 (02:49 +0000)]
Traditional Chinese translation update (#34437).

Patch by ChunChang Lo.

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

3 years agoJapanese translation update (#34436).
Go MAEDA [Sat, 12 Dec 2020 02:46:07 +0000 (02:46 +0000)]
Japanese translation update (#34436).

Patch by Go MAEDA.

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

3 years agoBulgarian translation update (#34432).
Go MAEDA [Sat, 12 Dec 2020 02:42:48 +0000 (02:42 +0000)]
Bulgarian translation update (#34432).

Patch by Ivan Cenov.

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

3 years agouse with_settings at IssueRelationsControllerTest#test_should_create_relations_with_v...
Toshi MARUYAMA [Fri, 11 Dec 2020 14:18:33 +0000 (14:18 +0000)]
use with_settings at IssueRelationsControllerTest#test_should_create_relations_with_visible_issues_only

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

3 years agoremove space inside array brackets from test/unit/mailer_test.rb
Toshi MARUYAMA [Fri, 11 Dec 2020 14:18:26 +0000 (14:18 +0000)]
remove space inside array brackets from test/unit/mailer_test.rb

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

3 years agoremove space inside array brackets from test/unit/search_test.rb
Toshi MARUYAMA [Fri, 11 Dec 2020 14:18:19 +0000 (14:18 +0000)]
remove space inside array brackets from test/unit/search_test.rb

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

3 years agoremove empty line at method body end of test/unit/lib/redmine/menu_manager/menu_helpe...
Toshi MARUYAMA [Fri, 11 Dec 2020 14:18:11 +0000 (14:18 +0000)]
remove empty line at method body end of test/unit/lib/redmine/menu_manager/menu_helper_test.rb

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

3 years agoremove empty line at method body end of test/unit/lib/redmine/unified_diff_test.rb
Toshi MARUYAMA [Fri, 11 Dec 2020 14:18:04 +0000 (14:18 +0000)]
remove empty line at method body end of test/unit/lib/redmine/unified_diff_test.rb

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

3 years agoadd empty line after guard clause to lib/generators/redmine_plugin_model/redmine_plug...
Toshi MARUYAMA [Fri, 11 Dec 2020 14:17:57 +0000 (14:17 +0000)]
add empty line after guard clause to lib/generators/redmine_plugin_model/redmine_plugin_model_generator.rb

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

3 years agoshorten long line of app/models/board.rb
Toshi MARUYAMA [Fri, 11 Dec 2020 14:17:49 +0000 (14:17 +0000)]
shorten long line of app/models/board.rb

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

3 years agoshorten long line of app/models/mailer.rb
Toshi MARUYAMA [Fri, 11 Dec 2020 14:17:42 +0000 (14:17 +0000)]
shorten long line of app/models/mailer.rb

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

3 years agoshorten long line of ApplicationHelper
Toshi MARUYAMA [Fri, 11 Dec 2020 14:17:35 +0000 (14:17 +0000)]
shorten long line of ApplicationHelper

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

3 years agoshorten long line of test/unit/lib/redmine/menu_manager/mapper_test.rb
Toshi MARUYAMA [Fri, 11 Dec 2020 14:17:27 +0000 (14:17 +0000)]
shorten long line of test/unit/lib/redmine/menu_manager/mapper_test.rb

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

3 years agoshorten long line of IssueRelationsControllerTest
Toshi MARUYAMA [Fri, 11 Dec 2020 14:17:20 +0000 (14:17 +0000)]
shorten long line of IssueRelationsControllerTest

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

3 years agoadd Layout/LineLength to .rubocop.yml
Toshi MARUYAMA [Fri, 11 Dec 2020 14:17:11 +0000 (14:17 +0000)]
add Layout/LineLength to .rubocop.yml

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

3 years agoUpdate locales (#34303).
Go MAEDA [Thu, 10 Dec 2020 15:21:23 +0000 (15:21 +0000)]
Update locales (#34303).

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

3 years agoAllow to add subtask from context menu (#34303).
Go MAEDA [Thu, 10 Dec 2020 15:18:49 +0000 (15:18 +0000)]
Allow to add subtask from context menu (#34303).

Patch by Go MAEDA and Takenori TAKAKI.

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

3 years agouse with_settings at ReportsControllerTest#test_get_issue_report_details_by_tracker_s...
Toshi MARUYAMA [Thu, 10 Dec 2020 13:34:54 +0000 (13:34 +0000)]
use with_settings at ReportsControllerTest#test_get_issue_report_details_by_tracker_should_show_only_statuses_used_by_the_project

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

3 years agoshorten long line of test/unit/time_entry_activity_test.rb
Toshi MARUYAMA [Thu, 10 Dec 2020 13:34:46 +0000 (13:34 +0000)]
shorten long line of test/unit/time_entry_activity_test.rb

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

3 years agoshorten long line of TimelogHelper
Toshi MARUYAMA [Thu, 10 Dec 2020 13:34:38 +0000 (13:34 +0000)]
shorten long line of TimelogHelper

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

3 years agoshorten long line of ApplicationHelperTest
Toshi MARUYAMA [Thu, 10 Dec 2020 13:34:31 +0000 (13:34 +0000)]
shorten long line of ApplicationHelperTest

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

3 years agoshorten long line of app/models/wiki_page.rb
Toshi MARUYAMA [Thu, 10 Dec 2020 13:34:23 +0000 (13:34 +0000)]
shorten long line of app/models/wiki_page.rb

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

3 years agoshorten long line of app/models/changeset.rb
Toshi MARUYAMA [Thu, 10 Dec 2020 13:34:16 +0000 (13:34 +0000)]
shorten long line of app/models/changeset.rb

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

3 years agoshorten long line of lib/redmine/wiki_formatting/textile/helper.rb
Toshi MARUYAMA [Thu, 10 Dec 2020 13:34:07 +0000 (13:34 +0000)]
shorten long line of lib/redmine/wiki_formatting/textile/helper.rb

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

3 years agoshorten long line of app/models/tracker.rb
Toshi MARUYAMA [Thu, 10 Dec 2020 13:33:59 +0000 (13:33 +0000)]
shorten long line of app/models/tracker.rb

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

3 years agoshorten long line of lib/redmine/wiki_formatting/markdown/helper.rb
Toshi MARUYAMA [Thu, 10 Dec 2020 13:33:52 +0000 (13:33 +0000)]
shorten long line of lib/redmine/wiki_formatting/markdown/helper.rb

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

3 years agoshorten long line of Query#relative_date_clause
Toshi MARUYAMA [Thu, 10 Dec 2020 13:33:44 +0000 (13:33 +0000)]
shorten long line of Query#relative_date_clause

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

3 years agoshorten long line of app/models/workflow_rule.rb
Toshi MARUYAMA [Thu, 10 Dec 2020 13:33:36 +0000 (13:33 +0000)]
shorten long line of app/models/workflow_rule.rb

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

3 years agoshorten long line of app/models/issue_priority.rb
Toshi MARUYAMA [Thu, 10 Dec 2020 13:33:29 +0000 (13:33 +0000)]
shorten long line of app/models/issue_priority.rb

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

3 years agoBulgarian translation update (#34429).
Go MAEDA [Thu, 10 Dec 2020 13:03:16 +0000 (13:03 +0000)]
Bulgarian translation update (#34429).

Patch by Ivan Cenov.

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

3 years agoJapanese translation update (#34428).
Go MAEDA [Thu, 10 Dec 2020 02:14:54 +0000 (02:14 +0000)]
Japanese translation update (#34428).

Patch by Go MAEDA.

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

3 years agoUpdate locales (#34417).
Go MAEDA [Thu, 10 Dec 2020 01:12:14 +0000 (01:12 +0000)]
Update locales (#34417).

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

3 years agoRequire to enter project's identifier to confirm project deletion (#34417).
Go MAEDA [Thu, 10 Dec 2020 01:09:33 +0000 (01:09 +0000)]
Require to enter project's identifier to confirm project deletion (#34417).

Patch by Jens Krämer.

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

3 years agoRequire explicit confirmation before deleting a user (#34417).
Go MAEDA [Thu, 10 Dec 2020 00:57:38 +0000 (00:57 +0000)]
Require explicit confirmation before deleting a user (#34417).

Patch by Jens Krämer.

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

3 years agouse with_settings at MailHandlerControllerTest#test_new
Toshi MARUYAMA [Wed, 9 Dec 2020 14:12:46 +0000 (14:12 +0000)]
use with_settings at MailHandlerControllerTest#test_new

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

3 years agoshorten long line of test/unit/member_test.rb
Toshi MARUYAMA [Wed, 9 Dec 2020 14:12:38 +0000 (14:12 +0000)]
shorten long line of test/unit/member_test.rb

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

3 years agoshorten long line of UsersController
Toshi MARUYAMA [Wed, 9 Dec 2020 14:12:31 +0000 (14:12 +0000)]
shorten long line of UsersController

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

3 years agoshorten long line of lib/redmine/field_format.rb
Toshi MARUYAMA [Wed, 9 Dec 2020 14:12:23 +0000 (14:12 +0000)]
shorten long line of lib/redmine/field_format.rb

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

3 years agoshorten long line of lib/redmine/helpers/gantt.rb
Toshi MARUYAMA [Wed, 9 Dec 2020 14:12:15 +0000 (14:12 +0000)]
shorten long line of lib/redmine/helpers/gantt.rb

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

3 years agoshorten long line of test/unit/lib/redmine/field_format/version_field_format_test.rb
Toshi MARUYAMA [Wed, 9 Dec 2020 14:12:08 +0000 (14:12 +0000)]
shorten long line of test/unit/lib/redmine/field_format/version_field_format_test.rb

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

3 years agoshorten long line of SearchHelperTest
Toshi MARUYAMA [Wed, 9 Dec 2020 14:12:00 +0000 (14:12 +0000)]
shorten long line of SearchHelperTest

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

3 years agoshorten long line of lib/redmine/nested_set/project_nested_set.rb
Toshi MARUYAMA [Wed, 9 Dec 2020 14:11:52 +0000 (14:11 +0000)]
shorten long line of lib/redmine/nested_set/project_nested_set.rb

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

3 years agoshorten long line of lib/redmine/plugin.rb
Toshi MARUYAMA [Wed, 9 Dec 2020 14:11:45 +0000 (14:11 +0000)]
shorten long line of lib/redmine/plugin.rb

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

3 years agoshorten long line of app/models/attachment.rb
Toshi MARUYAMA [Wed, 9 Dec 2020 14:11:37 +0000 (14:11 +0000)]
shorten long line of app/models/attachment.rb

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

3 years agoshorten long line of app/models/project.rb
Toshi MARUYAMA [Wed, 9 Dec 2020 14:11:30 +0000 (14:11 +0000)]
shorten long line of app/models/project.rb

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

3 years agoshorten long line of Query#sql_for_field
Toshi MARUYAMA [Wed, 9 Dec 2020 14:11:21 +0000 (14:11 +0000)]
shorten long line of Query#sql_for_field

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

3 years agoCzech translation update (#34406).
Go MAEDA [Wed, 9 Dec 2020 13:18:03 +0000 (13:18 +0000)]
Czech translation update (#34406).

Patch by Pavel Rosický.

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

3 years agoUnify the translation of the word "relation" in Czech (#34418).
Go MAEDA [Wed, 9 Dec 2020 13:11:13 +0000 (13:11 +0000)]
Unify the translation of the word "relation" in Czech (#34418).

Patch by Pavel Rosický.

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

3 years agoUpdate RuboCop Rails to 2.9 (#32531).
Go MAEDA [Wed, 9 Dec 2020 04:14:42 +0000 (04:14 +0000)]
Update RuboCop Rails to 2.9 (#32531).

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

3 years agoUpdate Rouge to 3.26.0 (#32468).
Go MAEDA [Wed, 9 Dec 2020 03:41:32 +0000 (03:41 +0000)]
Update Rouge to 3.26.0 (#32468).

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

3 years ago500 error when attempting to create custom field enumeration with empty name (#33930).
Go MAEDA [Sun, 6 Dec 2020 02:55:10 +0000 (02:55 +0000)]
500 error when attempting to create custom field enumeration with empty name (#33930).

Patch by Kevin Fischer.

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

3 years agoUpdate RuboCop Performance to 1.9 (#34159).
Go MAEDA [Sun, 6 Dec 2020 01:42:56 +0000 (01:42 +0000)]
Update RuboCop Performance to 1.9 (#34159).

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

3 years agoUse sum { ... } instead of map { ... }.sum (#34399).
Go MAEDA [Sun, 6 Dec 2020 01:36:39 +0000 (01:36 +0000)]
Use sum { ... } instead of map { ... }.sum (#34399).

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

3 years agoAdd system tests for inline autocomplete (#34123).
Go MAEDA [Sun, 6 Dec 2020 00:46:18 +0000 (00:46 +0000)]
Add system tests for inline autocomplete (#34123).

Patch by Marius BALTEANU.

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

3 years agoUpdate RuboCop to 1.5.2 (#32530).
Go MAEDA [Sun, 6 Dec 2020 00:31:36 +0000 (00:31 +0000)]
Update RuboCop to 1.5.2 (#32530).

Note: RubooCop 1.5.0 and 1.5.1 cannot be used for Redmine. This is because those versions of RuboCop requires regexp_parser >= 2.0 while Capybara requires regexp_parser ~> 1.5.

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

3 years agoUpdate .rubocop_todo.yml (#32530).
Go MAEDA [Sun, 6 Dec 2020 00:21:09 +0000 (00:21 +0000)]
Update .rubocop_todo.yml (#32530).

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

3 years agoUse robots.txt instead of robots meta tag to prevent web crawlers from indexing login...
Go MAEDA [Sat, 5 Dec 2020 07:10:39 +0000 (07:10 +0000)]
Use robots.txt instead of robots meta tag to prevent web crawlers from indexing login, register, and lost password form (#33658).

Patch by Go MAEDA.

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

3 years agoCSV import raises an exception if CSV header has empty columns (#22913, #34326).
Go MAEDA [Sat, 5 Dec 2020 00:21:15 +0000 (00:21 +0000)]
CSV import raises an exception if CSV header has empty columns (#22913, #34326).

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

3 years agouse with_settings at MailHandlerControllerTest#test_should_not_allow_with_wrong_key
Toshi MARUYAMA [Fri, 4 Dec 2020 14:00:01 +0000 (14:00 +0000)]
use with_settings at MailHandlerControllerTest#test_should_not_allow_with_wrong_key

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

3 years agoadd empty line after guard clause to lib/redmine/twofa/base.rb
Toshi MARUYAMA [Fri, 4 Dec 2020 13:59:53 +0000 (13:59 +0000)]
add empty line after guard clause to lib/redmine/twofa/base.rb

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

3 years agoadd empty line after guard clause to lib/redmine/menu_manager.rb
Toshi MARUYAMA [Fri, 4 Dec 2020 13:59:44 +0000 (13:59 +0000)]
add empty line after guard clause to lib/redmine/menu_manager.rb

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

3 years agoadd empty line after guard clause to lib/redmine/i18n.rb
Toshi MARUYAMA [Fri, 4 Dec 2020 13:59:36 +0000 (13:59 +0000)]
add empty line after guard clause to lib/redmine/i18n.rb

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

3 years agoadd empty line after guard clause to lib/redmine/helpers/gantt.rb
Toshi MARUYAMA [Fri, 4 Dec 2020 13:59:29 +0000 (13:59 +0000)]
add empty line after guard clause to lib/redmine/helpers/gantt.rb

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