]>
source.dussan.org Git - redmine.git/log
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
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
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
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
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
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
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
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
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
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
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
Toshi MARUYAMA [Fri, 4 Dec 2020 13:59:21 +0000 (13:59 +0000)]
shorten long line of Query#add_custom_fields_filters
git-svn-id: http://svn.redmine.org/redmine/trunk@20570
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Fri, 4 Dec 2020 13:59:14 +0000 (13:59 +0000)]
shorten long line of lib/redmine/database.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20569
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Fri, 4 Dec 2020 13:59:06 +0000 (13:59 +0000)]
fix source indent of lib/redmine/default_data/loader.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20568
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Fri, 4 Dec 2020 13:58:59 +0000 (13:58 +0000)]
fix source indent of test/unit/lib/redmine/unified_diff_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20567
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Fri, 4 Dec 2020 13:58:50 +0000 (13:58 +0000)]
fix source indent of test/unit/repository_bazaar_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20566
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Fri, 4 Dec 2020 13:58:43 +0000 (13:58 +0000)]
fix source indent of test/unit/project_nested_set_concurrency_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20565
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Fri, 4 Dec 2020 13:58:34 +0000 (13:58 +0000)]
add Layout/ClosingParenthesisIndentation excluding files to .rubocop.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@20564
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Thu, 3 Dec 2020 15:14:35 +0000 (15:14 +0000)]
TypeError when attempting to update a user with a blank email address (#33355).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@20562
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 3 Dec 2020 13:20:34 +0000 (13:20 +0000)]
use with_settings at MailHandlerControllerTest#test_should_not_allow_with_api_disabled
git-svn-id: http://svn.redmine.org/redmine/trunk@20561
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 3 Dec 2020 13:20:27 +0000 (13:20 +0000)]
add space after comma to lib/redmine/export/pdf/issues_pdf_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20560
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 3 Dec 2020 13:20:19 +0000 (13:20 +0000)]
shorten long line of ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20559
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 3 Dec 2020 13:20:12 +0000 (13:20 +0000)]
shorten long line of test/unit/mailer_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20558
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 3 Dec 2020 13:20:03 +0000 (13:20 +0000)]
shorten long line of test/unit/lib/redmine/notifiable_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20557
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 3 Dec 2020 13:19:56 +0000 (13:19 +0000)]
shorten long line of test/unit/workflow_transition_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20556
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 3 Dec 2020 13:19:48 +0000 (13:19 +0000)]
fix source indent of test/integration/account_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20555
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 3 Dec 2020 13:19:40 +0000 (13:19 +0000)]
fix source indent of test/integration/admin_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20554
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 3 Dec 2020 13:19:32 +0000 (13:19 +0000)]
fix source indent of test/unit/mailer_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20553
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 3 Dec 2020 13:19:25 +0000 (13:19 +0000)]
fix source indent of test/unit/mail_handler_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20552
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 3 Dec 2020 13:19:17 +0000 (13:19 +0000)]
fix source indent of test/integration/api_test/issues_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20551
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 3 Dec 2020 13:19:09 +0000 (13:19 +0000)]
fix source indent of test/integration/api_test/projects_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20550
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 2 Dec 2020 21:48:11 +0000 (21:48 +0000)]
Fix selenium chrome options so files are downloaded to tmp/downloads in system tests (#34119).
Patch by Jens Krämer.
git-svn-id: http://svn.redmine.org/redmine/trunk@20549
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 2 Dec 2020 14:07:10 +0000 (14:07 +0000)]
RuboCop: Fix Layout/SpaceInsideBlockBraces due to r20547 (#34071).
git-svn-id: http://svn.redmine.org/redmine/trunk@20548
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 2 Dec 2020 13:56:15 +0000 (13:56 +0000)]
Changes User.try_to_login to catch and log AuthSourceExceptions, and introduces User.try_to_login! replicating the original behavior (#34071).
Patch by Jens Krämer.
git-svn-id: http://svn.redmine.org/redmine/trunk@20547
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Wed, 2 Dec 2020 13:32:19 +0000 (13:32 +0000)]
use with_settings at MailHandlerControllerTest#test_should_respond_with_422_if_not_created
git-svn-id: http://svn.redmine.org/redmine/trunk@20546
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Wed, 2 Dec 2020 13:32:10 +0000 (13:32 +0000)]
shorten long line of QueriesHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@20545
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Wed, 2 Dec 2020 13:32:02 +0000 (13:32 +0000)]
fix source indent of test/integration/api_test/api_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20544
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Wed, 2 Dec 2020 13:31:54 +0000 (13:31 +0000)]
fix source indent of test/integration/api_test/attachments_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20543
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Wed, 2 Dec 2020 13:31:47 +0000 (13:31 +0000)]
fix source indent of AttachmentFieldFormatTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20542
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Wed, 2 Dec 2020 13:31:38 +0000 (13:31 +0000)]
fix source indent of test/unit/repository_git_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20541
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Wed, 2 Dec 2020 13:31:31 +0000 (13:31 +0000)]
fix source indent of GitAdapterTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20540
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Wed, 2 Dec 2020 13:31:23 +0000 (13:31 +0000)]
fix source indent of test/integration/repositories_git_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20539
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Wed, 2 Dec 2020 13:31:15 +0000 (13:31 +0000)]
fix source indent of MercurialAdapterTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20538
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Wed, 2 Dec 2020 13:31:04 +0000 (13:31 +0000)]
fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20537
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Wed, 2 Dec 2020 13:30:56 +0000 (13:30 +0000)]
fix source indent of test/unit/repository_mercurial_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20536
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Wed, 2 Dec 2020 13:30:49 +0000 (13:30 +0000)]
fix source indent of lib/redmine/access_keys.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20535
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 2 Dec 2020 03:32:35 +0000 (03:32 +0000)]
Fix random test failure due to r20492 (#34258).
git-svn-id: http://svn.redmine.org/redmine/trunk@20534
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 2 Dec 2020 03:27:34 +0000 (03:27 +0000)]
Fix Capybara::Ambiguous: Ambiguous match, found 2 elements matching visible link or button "eCookbook" (#32944, #34357).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@20533
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 1 Dec 2020 02:03:01 +0000 (02:03 +0000)]
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@20532
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Mon, 30 Nov 2020 15:49:44 +0000 (15:49 +0000)]
use "skip" instead of "if statement" whether Redcarpet is installed at markdown_formatter_test
git-svn-id: http://svn.redmine.org/redmine/trunk@20531
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Mon, 30 Nov 2020 15:49:36 +0000 (15:49 +0000)]
add empty line after guard clause to lib/redmine/scm/adapters/cvs_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20530
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Mon, 30 Nov 2020 15:49:29 +0000 (15:49 +0000)]
shorten long line of lib/redmine/export/pdf/issues_pdf_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20529
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Mon, 30 Nov 2020 15:49:21 +0000 (15:49 +0000)]
shorten long line of TimelogControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20528
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Mon, 30 Nov 2020 15:49:14 +0000 (15:49 +0000)]
shorten long line of test/unit/lib/redmine/wiki_formatting/macros_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20527
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Mon, 30 Nov 2020 15:49:06 +0000 (15:49 +0000)]
shorten long line of ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20526
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Mon, 30 Nov 2020 15:48:59 +0000 (15:48 +0000)]
shorten long line of test/integration/attachments_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20525
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Mon, 30 Nov 2020 15:48:51 +0000 (15:48 +0000)]
shorten long line of AttachmentFieldFormatTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20524
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Mon, 30 Nov 2020 15:48:44 +0000 (15:48 +0000)]
shorten long line of IssuesHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@20523
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Mon, 30 Nov 2020 15:48:36 +0000 (15:48 +0000)]
shorten long line of IssueQuery#available_columns
git-svn-id: http://svn.redmine.org/redmine/trunk@20522
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Mon, 30 Nov 2020 15:48:28 +0000 (15:48 +0000)]
fix source indent of test/integration/attachments_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20521
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Mon, 30 Nov 2020 15:48:21 +0000 (15:48 +0000)]
fix source indent of test/integration/sessions_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20520
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 30 Nov 2020 13:46:09 +0000 (13:46 +0000)]
Update net-ldap to 0.17 (#34339).
git-svn-id: http://svn.redmine.org/redmine/trunk@20519
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 30 Nov 2020 00:50:45 +0000 (00:50 +0000)]
Add jQuery Migrate (#33383).
git-svn-id: http://svn.redmine.org/redmine/trunk@20518
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 29 Nov 2020 12:48:38 +0000 (12:48 +0000)]
use with_settings at MailHandlerControllerTest#test_should_update_issue
git-svn-id: http://svn.redmine.org/redmine/trunk@20517
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 29 Nov 2020 12:48:31 +0000 (12:48 +0000)]
shorten long line of IssueQuery#sql_for_relations
git-svn-id: http://svn.redmine.org/redmine/trunk@20516
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 29 Nov 2020 12:48:23 +0000 (12:48 +0000)]
fix source indent of test/integration/api_test/time_entries_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20515
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 29 Nov 2020 12:48:15 +0000 (12:48 +0000)]
fix source indent of test/unit/issue_relation_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20514
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 29 Nov 2020 12:48:08 +0000 (12:48 +0000)]
fix source indent of test/unit/lib/redmine/menu_manager/menu_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20513
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 29 Nov 2020 12:48:01 +0000 (12:48 +0000)]
fix source indent of test/unit/mail_handler_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20512
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 29 Nov 2020 12:47:53 +0000 (12:47 +0000)]
fix source indent of test/integration/api_test/memberships_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20511
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 29 Nov 2020 12:47:46 +0000 (12:47 +0000)]
fix source indent of IssuesHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@20510
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 29 Nov 2020 12:47:37 +0000 (12:47 +0000)]
fix source indent of ActivitiesHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20509
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 29 Nov 2020 12:47:30 +0000 (12:47 +0000)]
fix source indent of AvatarsHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20508
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 29 Nov 2020 12:47:22 +0000 (12:47 +0000)]
fix source indent of test/integration/api_test/wiki_pages_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20507
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 29 Nov 2020 12:47:14 +0000 (12:47 +0000)]
fix source indent of lib/redmine/export/pdf/issues_pdf_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20506
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Fri, 27 Nov 2020 03:06:52 +0000 (03:06 +0000)]
Add missing fixtures to AttachmentsControllerTest (#34321).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@20505
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 26 Nov 2020 14:47:08 +0000 (14:47 +0000)]
use with_settings at MailHandlerControllerTest#test_should_create_issue_with_options
git-svn-id: http://svn.redmine.org/redmine/trunk@20504
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 26 Nov 2020 14:47:00 +0000 (14:47 +0000)]
add empty line after guard clause to app/models/group_builtin.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20503
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 26 Nov 2020 14:46:52 +0000 (14:46 +0000)]
add empty line after guard clause to app/models/issue_query.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20502
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 26 Nov 2020 14:46:44 +0000 (14:46 +0000)]
add empty line after guard clause to app/models/issue_relation.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20501
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 26 Nov 2020 14:46:36 +0000 (14:46 +0000)]
add empty line after guard clause to app/models/email_address.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20500
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 26 Nov 2020 14:46:29 +0000 (14:46 +0000)]
add empty line after guard clause to app/models/project_query.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20499
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 26 Nov 2020 14:46:21 +0000 (14:46 +0000)]
use the lambda method for multiline lambdas at ApplicationHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@20498
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 26 Nov 2020 14:46:13 +0000 (14:46 +0000)]
shorten long line of IssueQuery#joins_for_order_statement
git-svn-id: http://svn.redmine.org/redmine/trunk@20497
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 26 Nov 2020 14:46:05 +0000 (14:46 +0000)]
shorten long line of MailHandlerTest#test_email_with_long_subject_line
git-svn-id: http://svn.redmine.org/redmine/trunk@20496
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 26 Nov 2020 14:45:58 +0000 (14:45 +0000)]
shorten long line of test/unit/search_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20495
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 26 Nov 2020 14:45:49 +0000 (14:45 +0000)]
fix source indent of RepositoriesCvsControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20494
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 26 Nov 2020 14:45:41 +0000 (14:45 +0000)]
fix source indent of app/models/repository/cvs.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20493
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 25 Nov 2020 07:51:58 +0000 (07:51 +0000)]
Create tracker by copy (#34258).
Patch by Takenori TAKAKI.
git-svn-id: http://svn.redmine.org/redmine/trunk@20492
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 23 Nov 2020 00:58:23 +0000 (00:58 +0000)]
Fix RuboCop Style/MultilineIfModifier due to r20428 (#34269).
git-svn-id: http://svn.redmine.org/redmine/trunk@20491
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 23 Nov 2020 00:54:33 +0000 (00:54 +0000)]
Fix RuboCop Performance/RedundantMerge due to r20428 (#34269).
git-svn-id: http://svn.redmine.org/redmine/trunk@20490
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 22 Nov 2020 13:44:55 +0000 (13:44 +0000)]
add Style/BlockDelimiters excluding files to .rubocop.yml (#34165)
git-svn-id: http://svn.redmine.org/redmine/trunk@20489
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 22 Nov 2020 13:44:47 +0000 (13:44 +0000)]
add Layout/SpaceInsideBlockBraces excluding files to .rubocop.yml (#34165)
git-svn-id: http://svn.redmine.org/redmine/trunk@20488
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 22 Nov 2020 13:44:39 +0000 (13:44 +0000)]
add Layout/RescueEnsureAlignment excluding files to .rubocop.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@20487
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 22 Nov 2020 13:44:32 +0000 (13:44 +0000)]
add Layout/SpaceBeforeSemicolon excluding files to .rubocop.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@20486
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 22 Nov 2020 13:44:22 +0000 (13:44 +0000)]
add Layout/EmptyLinesAroundAccessModifier excluding files to .rubocop.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@20485
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 22 Nov 2020 13:44:15 +0000 (13:44 +0000)]
remove spaces inside {} of app/views/common/feed.atom.builder
git-svn-id: http://svn.redmine.org/redmine/trunk@20484
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 22 Nov 2020 13:44:06 +0000 (13:44 +0000)]
remove spaces inside {} of PrincipalMembershipsController
git-svn-id: http://svn.redmine.org/redmine/trunk@20483
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 22 Nov 2020 13:43:59 +0000 (13:43 +0000)]
remove spaces inside {} of ProjectsController
git-svn-id: http://svn.redmine.org/redmine/trunk@20482
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 22 Nov 2020 13:43:51 +0000 (13:43 +0000)]
remove spaces inside {} of lib/redmine/i18n.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20481
e93f8b46 -1217-0410-a6f0-
8f06a7374b81