]> source.dussan.org Git - redmine.git/log
redmine.git
4 years agocleanup: rubocop: fix Style/AccessModifierDeclarations in lib/redmine/scm/adapters...
Toshi MARUYAMA [Thu, 21 Nov 2019 05:38:24 +0000 (05:38 +0000)]
cleanup: rubocop: fix Style/AccessModifierDeclarations in lib/redmine/scm/adapters/git_adapter.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/adapters...
Toshi MARUYAMA [Thu, 21 Nov 2019 04:06:03 +0000 (04:06 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/adapters/git_adapter.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/adapters...
Toshi MARUYAMA [Thu, 21 Nov 2019 04:05:52 +0000 (04:05 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/adapters/abstract_adapter.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/base.rb
Toshi MARUYAMA [Thu, 21 Nov 2019 04:05:42 +0000 (04:05 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/base.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/generators/redmine_plug...
Toshi MARUYAMA [Thu, 21 Nov 2019 04:05:31 +0000 (04:05 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/generators/redmine_plugin_model/redmine_plugin_model_generator.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/diff.rb
Toshi MARUYAMA [Thu, 21 Nov 2019 04:05:21 +0000 (04:05 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/diff.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/views/builders...
Toshi MARUYAMA [Thu, 21 Nov 2019 04:05:10 +0000 (04:05 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/views/builders/structure.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/wiki_...
Toshi MARUYAMA [Thu, 21 Nov 2019 04:05:00 +0000 (04:05 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/wiki_...
Toshi MARUYAMA [Thu, 21 Nov 2019 04:04:49 +0000 (04:04 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/project_nested_se...
Toshi MARUYAMA [Thu, 21 Nov 2019 04:04:39 +0000 (04:04 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/project_nested_set_test.rb

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

4 years agorubocop: disable Style/TrailingCommaInHashLiteral
Toshi MARUYAMA [Wed, 20 Nov 2019 17:12:40 +0000 (17:12 +0000)]
rubocop: disable Style/TrailingCommaInHashLiteral

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

4 years agorubocop: use "EnforcedStyle: empty" for Style/EmptyElse
Toshi MARUYAMA [Wed, 20 Nov 2019 17:05:35 +0000 (17:05 +0000)]
rubocop: use "EnforcedStyle: empty" for Style/EmptyElse

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

4 years agorubocop: remove Style/AsciiComments comment
Toshi MARUYAMA [Wed, 20 Nov 2019 17:05:24 +0000 (17:05 +0000)]
rubocop: remove Style/AsciiComments comment

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

4 years agorubocop: move Layout/CaseIndentation exclude entry from .rubocop_todo.yml to .rubocop.yml
Toshi MARUYAMA [Wed, 20 Nov 2019 17:05:13 +0000 (17:05 +0000)]
rubocop: move Layout/CaseIndentation exclude entry from .rubocop_todo.yml to .rubocop.yml

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/project_query.rb
Toshi MARUYAMA [Wed, 20 Nov 2019 16:30:02 +0000 (16:30 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/project_query.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/setting.rb
Toshi MARUYAMA [Wed, 20 Nov 2019 16:29:52 +0000 (16:29 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/setting.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/time_entry_query.rb
Toshi MARUYAMA [Wed, 20 Nov 2019 16:29:41 +0000 (16:29 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/time_entry_query.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/wiki_...
Toshi MARUYAMA [Wed, 20 Nov 2019 16:29:30 +0000 (16:29 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/wiki_formatting/html_parser_test.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/theme...
Toshi MARUYAMA [Wed, 20 Nov 2019 16:01:00 +0000 (16:01 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/themes_test.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/acces...
Toshi MARUYAMA [Wed, 20 Nov 2019 16:00:49 +0000 (16:00 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/access_control_test.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/codes...
Toshi MARUYAMA [Wed, 20 Nov 2019 16:00:39 +0000 (16:00 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/codeset_util_test.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/query.rb
Toshi MARUYAMA [Wed, 20 Nov 2019 16:00:28 +0000 (16:00 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/query.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/issue_query.rb
Toshi MARUYAMA [Wed, 20 Nov 2019 16:00:16 +0000 (16:00 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/issue_query.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/controllers/previews_co...
Toshi MARUYAMA [Wed, 20 Nov 2019 16:00:05 +0000 (16:00 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/controllers/previews_controller.rb

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

4 years agoMake sure we cannot create a ProjectQuery on a given project (#29482).
Jean-Philippe Lang [Wed, 20 Nov 2019 15:53:04 +0000 (15:53 +0000)]
Make sure we cannot create a ProjectQuery on a given project (#29482).

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

4 years agoFixes the assertion so that it doesn't rely on the display order (#32436).
Jean-Philippe Lang [Wed, 20 Nov 2019 15:07:23 +0000 (15:07 +0000)]
Fixes the assertion so that it doesn't rely on the display order (#32436).

Patch by Kouhei Sutou.

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

4 years agoOnly admin users should be able to manage public queries on the project list (#29482).
Jean-Philippe Lang [Wed, 20 Nov 2019 15:01:24 +0000 (15:01 +0000)]
Only admin users should be able to manage public queries on the project list (#29482).

Like for issues, project members with the "Manage public" queries are allowed to manage public queries inside their projects, not public global queries that are proposed on /issues.

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

4 years agoFix that text copied from some applications such as MS Office and LibreOffice is...
Go MAEDA [Tue, 19 Nov 2019 02:33:50 +0000 (02:33 +0000)]
Fix that text copied from some applications such as MS Office and LibreOffice is pasted as an image in addition to plain text (#32469, #3816).

Patch by Takenori TAKAKI.

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

4 years agoAdd missing fixture to TimelogControllerTest in order to fix random test failure...
Go MAEDA [Tue, 19 Nov 2019 00:18:10 +0000 (00:18 +0000)]
Add missing fixture to TimelogControllerTest in order to fix random test failure (#32478).

Patch by Yuichi HARADA.

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

4 years agorubocop: fix Lint/IneffectiveAccessModifier in app/models/auth_source_ldap.rb (#32470)
Toshi MARUYAMA [Sat, 16 Nov 2019 13:10:51 +0000 (13:10 +0000)]
rubocop: fix Lint/IneffectiveAccessModifier in app/models/auth_source_ldap.rb (#32470)

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

4 years agoregenerate .rubocop_todo.yml (#32470)
Toshi MARUYAMA [Sat, 16 Nov 2019 12:46:43 +0000 (12:46 +0000)]
regenerate .rubocop_todo.yml (#32470)

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

4 years agocleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression and Style/RedundantParenthe...
Toshi MARUYAMA [Sat, 16 Nov 2019 12:38:38 +0000 (12:38 +0000)]
cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression and Style/RedundantParentheses and Layout/SpaceAfterNot in test/helpers/application_helper_test.rb

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

4 years agoReverts r18692 (#32470).
Jean-Philippe Lang [Sat, 16 Nov 2019 10:31:48 +0000 (10:31 +0000)]
Reverts r18692 (#32470).

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

4 years agoUpdate capybara (~> 3.29.0) (#32453).
Go MAEDA [Thu, 14 Nov 2019 00:23:40 +0000 (00:23 +0000)]
Update capybara (~> 3.29.0) (#32453).

Patch by Takenori TAKAKI.

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

4 years agoUpdate Rouge to 3.13.0 (#32468).
Go MAEDA [Wed, 13 Nov 2019 23:40:31 +0000 (23:40 +0000)]
Update Rouge to 3.13.0 (#32468).

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

4 years agoAdd missing fixture to Redmine::WikiFormatting::MacrosTest (#32444).
Go MAEDA [Wed, 13 Nov 2019 22:08:53 +0000 (22:08 +0000)]
Add missing fixture to Redmine::WikiFormatting::MacrosTest (#32444).

Patch by Yuichi HARADA.

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

4 years agoFix a Rubocop offense caused by r19065 (#16904).
Go MAEDA [Wed, 13 Nov 2019 13:22:05 +0000 (13:22 +0000)]
Fix a Rubocop offense caused by r19065 (#16904).

Patch by Marius BALTEANU.

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

4 years agoFix that QueriesControllerTest fails due to r19065 (#16904).
Go MAEDA [Wed, 13 Nov 2019 09:49:52 +0000 (09:49 +0000)]
Fix that QueriesControllerTest fails due to r19065 (#16904).

Patch by Marius BALTEANU.

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

4 years agoAdd anonymous user to author list in issue/time query (#16904).
Jean-Philippe Lang [Sun, 10 Nov 2019 07:58:57 +0000 (07:58 +0000)]
Add anonymous user to author list in issue/time query (#16904).

Patch by Yuichi HARADA and Go MAEDA.

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

4 years agoAdd support for grouping by issue on timelog view (#32436).
Jean-Philippe Lang [Sun, 10 Nov 2019 07:56:47 +0000 (07:56 +0000)]
Add support for grouping by issue on timelog view (#32436).

Patch by Kouhei Sutou.

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

4 years agoRemoved invalid association IssueCustomField#issue_custom_values (#32431).
Jean-Philippe Lang [Sun, 10 Nov 2019 07:54:24 +0000 (07:54 +0000)]
Removed invalid association IssueCustomField#issue_custom_values (#32431).

Patch by Akira Matsuda.

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

4 years agoAdds "Target Version" column to the list of "Available columns" in "Spent time" tab...
Go MAEDA [Sun, 10 Nov 2019 00:42:30 +0000 (00:42 +0000)]
Adds "Target Version" column to the list of "Available columns" in "Spent time" tab (#30346).

Patch by Marius BALTEANU.

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

4 years agorubocop: enable Layout/AlignArguments
Toshi MARUYAMA [Sat, 9 Nov 2019 18:17:25 +0000 (18:17 +0000)]
rubocop: enable Layout/AlignArguments

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_principals_...
Toshi MARUYAMA [Sat, 9 Nov 2019 18:17:12 +0000 (18:17 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_principals_options_for_select_with_users_and_groups

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_principals_...
Toshi MARUYAMA [Sat, 9 Nov 2019 18:17:01 +0000 (18:17 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_principals_options_for_select_with_selected

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_principals_...
Toshi MARUYAMA [Sat, 9 Nov 2019 18:16:50 +0000 (18:16 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_principals_options_for_select_with_users

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_thumbnail_tag
Toshi MARUYAMA [Sat, 9 Nov 2019 18:16:38 +0000 (18:16 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_thumbnail_tag

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_link_to_att...
Toshi MARUYAMA [Sat, 9 Nov 2019 18:16:27 +0000 (18:16 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_link_to_attachment

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_section_edi...
Toshi MARUYAMA [Sat, 9 Nov 2019 18:16:15 +0000 (18:16 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_section_edit_links

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/integration/attachments_test.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 17:57:36 +0000 (17:57 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/integration/attachments_test.rb

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

4 years agocleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/helpers/projects_helper.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 17:57:35 +0000 (17:57 +0000)]
cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/helpers/projects_helper.rb

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

4 years agocleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/project.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 17:57:24 +0000 (17:57 +0000)]
cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/project.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in lib/redmine/syntax_hig...
Toshi MARUYAMA [Sat, 9 Nov 2019 17:57:11 +0000 (17:57 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in lib/redmine/syntax_highlighting.rb

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

4 years agocleanup: rubocop: fix Layout/BlockEndNewline in app/models/message.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 17:57:00 +0000 (17:57 +0000)]
cleanup: rubocop: fix Layout/BlockEndNewline in app/models/message.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/helpers/issues_helper_test.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 17:56:49 +0000 (17:56 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/helpers/issues_helper_test.rb

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

4 years agocleanup: rubocop: fix Layout/MultilineBlockLayout in app/controllers/auto_completes_c...
Toshi MARUYAMA [Sat, 9 Nov 2019 17:11:06 +0000 (17:11 +0000)]
cleanup: rubocop: fix Layout/MultilineBlockLayout in app/controllers/auto_completes_controller.rb

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

4 years agocleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in app/controllers/previe...
Toshi MARUYAMA [Sat, 9 Nov 2019 17:10:54 +0000 (17:10 +0000)]
cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in app/controllers/previews_controller.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in lib/redmine/views/labelled_form_builder.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 17:10:41 +0000 (17:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/views/labelled_form_builder.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/helpers/custom_fields_helper_test.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 17:10:40 +0000 (17:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/helpers/custom_fields_helper_test.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in lib/redmine/menu_manager.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 17:10:29 +0000 (17:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/menu_manager.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/helpers/timelog_helper_test.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 17:10:25 +0000 (17:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/helpers/timelog_helper_test.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in lib/redmine/helpers/gantt.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 17:10:17 +0000 (17:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/helpers/gantt.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in lib/redmine/field_format.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 17:10:02 +0000 (17:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/field_format.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_attachment_...
Toshi MARUYAMA [Sat, 9 Nov 2019 17:09:51 +0000 (17:09 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_attachment_links_to_images_with_email_format_should_not_be_parsed

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/unit/issue_test.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 16:33:58 +0000 (16:33 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/unit/issue_test.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/unit/attachment_test.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 16:33:43 +0000 (16:33 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/unit/attachment_test.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in app/helpers/email_addresses_helper.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 16:33:33 +0000 (16:33 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in app/helpers/email_addresses_helper.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest link_to_if_autho...
Toshi MARUYAMA [Sat, 9 Nov 2019 16:33:22 +0000 (16:33 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest link_to_if_authorized

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_attached_im...
Toshi MARUYAMA [Sat, 9 Nov 2019 16:33:11 +0000 (16:33 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_attached_images_with_hires_naming

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adapters...
Toshi MARUYAMA [Sat, 9 Nov 2019 16:05:33 +0000 (16:05 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adapters/git_adapter_test.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adapters...
Toshi MARUYAMA [Sat, 9 Nov 2019 16:05:22 +0000 (16:05 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/issue_catego...
Toshi MARUYAMA [Sat, 9 Nov 2019 16:05:09 +0000 (16:05 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/issue_categories_test.rb

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

4 years agocleanup: rubocop: fix Layout/BlockAlignment in app/models/time_entry.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 16:05:07 +0000 (16:05 +0000)]
cleanup: rubocop: fix Layout/BlockAlignment in app/models/time_entry.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#render_issue_relations
Toshi MARUYAMA [Sat, 9 Nov 2019 16:04:54 +0000 (16:04 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#render_issue_relations

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/api_test.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 16:04:53 +0000 (16:04 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/api_test.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#cells
Toshi MARUYAMA [Sat, 9 Nov 2019 16:04:43 +0000 (16:04 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#cells

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#show_detail
Toshi MARUYAMA [Sat, 9 Nov 2019 16:04:32 +0000 (16:04 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#show_detail

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#test_redmine_links
Toshi MARUYAMA [Sat, 9 Nov 2019 15:26:37 +0000 (15:26 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#test_redmine_links

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

4 years agorubocop: remove test/integration/api_test/issues_test.rb from Layout/IndentFirstArray...
Toshi MARUYAMA [Sat, 9 Nov 2019 15:26:26 +0000 (15:26 +0000)]
rubocop: remove test/integration/api_test/issues_test.rb from Layout/IndentFirstArrayElement fixed by r19016

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

4 years agocleanup: rubocop: fix Layout/IndentFirstArrayElement in app/helpers/workflows_helper.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 14:11:14 +0000 (14:11 +0000)]
cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/helpers/workflows_helper.rb

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

4 years agocleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHeredoc in...
Toshi MARUYAMA [Sat, 9 Nov 2019 14:11:02 +0000 (14:11 +0000)]
cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHeredoc in test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#render_descendants_tree
Toshi MARUYAMA [Sat, 9 Nov 2019 14:10:51 +0000 (14:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#render_descendants_tree

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_redmine_lin...
Toshi MARUYAMA [Sat, 9 Nov 2019 14:10:40 +0000 (14:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_redmine_links_mercurial_commit

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_redmine_lin...
Toshi MARUYAMA [Sat, 9 Nov 2019 14:10:27 +0000 (14:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_redmine_links_git_commit

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/issues_test.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 14:10:22 +0000 (14:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/issues_test.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_cross_proje...
Toshi MARUYAMA [Sat, 9 Nov 2019 14:10:14 +0000 (14:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_cross_project_multiple_repositories_redmine_links

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/versions_test.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 14:10:09 +0000 (14:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/versions_test.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_multiple_re...
Toshi MARUYAMA [Sat, 9 Nov 2019 14:10:02 +0000 (14:10 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_multiple_repositories_redmine_links

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/time_entries...
Toshi MARUYAMA [Sat, 9 Nov 2019 14:09:57 +0000 (14:09 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/time_entries_test.rb

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

4 years agocode layout clean up app/helpers/issues_helper.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 14:09:50 +0000 (14:09 +0000)]
code layout clean up app/helpers/issues_helper.rb

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

4 years agocleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/files_controller.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 11:53:59 +0000 (11:53 +0000)]
cleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/files_controller.rb

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

4 years agocleanup: rubocop: fix Layout/BlockAlignment in app/models/project.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 11:53:48 +0000 (11:53 +0000)]
cleanup: rubocop: fix Layout/BlockAlignment in app/models/project.rb

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

4 years agocleanup: rubocop: fix Layout/BlockAlignment in ApplicationHelperTest#test_user_links_...
Toshi MARUYAMA [Sat, 9 Nov 2019 11:53:37 +0000 (11:53 +0000)]
cleanup: rubocop: fix Layout/BlockAlignment in ApplicationHelperTest#test_user_links_with_email_as_login_name_should_not_be_parsed_markdown

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

4 years agocleanup: rubocop: fix Layout/BlockAlignment in ApplicationHelperTest#test_user_links_...
Toshi MARUYAMA [Sat, 9 Nov 2019 11:53:26 +0000 (11:53 +0000)]
cleanup: rubocop: fix Layout/BlockAlignment in ApplicationHelperTest#test_user_links_with_email_as_login_name_should_not_be_parsed_textile

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

4 years agocleanup: rubocop: fix Layout/BlockAlignment in ApplicationHelperTest#test_should_not_...
Toshi MARUYAMA [Sat, 9 Nov 2019 11:53:15 +0000 (11:53 +0000)]
cleanup: rubocop: fix Layout/BlockAlignment in ApplicationHelperTest#test_should_not_parse_redmine_links_inside_link

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

4 years agorubocop: remove app/controllers/auth_sources_controller.rb from Layout/MultilineBlock...
Toshi MARUYAMA [Sat, 9 Nov 2019 11:53:04 +0000 (11:53 +0000)]
rubocop: remove app/controllers/auth_sources_controller.rb from Layout/MultilineBlockLayout fixed by r19004

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

4 years agocleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/auth_sources_controll...
Toshi MARUYAMA [Sat, 9 Nov 2019 09:19:02 +0000 (09:19 +0000)]
cleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/auth_sources_controller.rb

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

4 years agocleanup: rubocop: fix Layout/BlockAlignment in app/models/principal.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 09:18:51 +0000 (09:18 +0000)]
cleanup: rubocop: fix Layout/BlockAlignment in app/models/principal.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in app/models/time_entry_query.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 09:18:40 +0000 (09:18 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in app/models/time_entry_query.rb

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

4 years agocleanup: rubocop: fix Layout/AlignArguments in app/models/auth_source.rb
Toshi MARUYAMA [Sat, 9 Nov 2019 09:18:29 +0000 (09:18 +0000)]
cleanup: rubocop: fix Layout/AlignArguments in app/models/auth_source.rb

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