Toshi MARUYAMA
00a28f6143
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/pagination_test.rb
...
git-svn-id: http://svn.redmine.org/redmine/trunk@19123 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-21 10:45:23 +00:00
Toshi MARUYAMA
5bff94f4ee
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/scm/adapters/subversion_adapter_test.rb
...
git-svn-id: http://svn.redmine.org/redmine/trunk@19122 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-21 10:45:12 +00:00
Toshi MARUYAMA
2584615d37
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
2019-11-21 04:05:00 +00:00
Toshi MARUYAMA
79db2a69bd
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
2019-11-21 04:04:49 +00:00
Toshi MARUYAMA
a3248e3e64
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
2019-11-21 04:04:39 +00:00
Toshi MARUYAMA
bc348591f7
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
2019-11-20 16:29:30 +00:00
Toshi MARUYAMA
1708efbad0
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
2019-11-20 16:01:00 +00:00
Toshi MARUYAMA
c1e6d0bda2
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
2019-11-20 16:00:49 +00:00
Toshi MARUYAMA
8192c56320
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
2019-11-20 16:00:39 +00:00
Jean-Philippe Lang
05e24edda9
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
2019-11-20 15:07:23 +00:00
Jean-Philippe Lang
977bbea725
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
2019-11-20 15:01:24 +00:00
Go MAEDA
4a90acb49e
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
2019-11-19 00:18:10 +00:00
Toshi MARUYAMA
829a14d431
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
2019-11-16 12:38:38 +00:00
Go MAEDA
8d61eadfc5
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
2019-11-13 22:08:53 +00:00
Go MAEDA
b5ce1b9cff
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
2019-11-13 13:22:05 +00:00
Go MAEDA
30fd23b917
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
2019-11-13 09:49:52 +00:00
Jean-Philippe Lang
9746ab7e5b
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
2019-11-10 07:58:57 +00:00
Jean-Philippe Lang
4a447dda09
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
2019-11-10 07:56:47 +00:00
Go MAEDA
1c533c948b
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
2019-11-10 00:42:30 +00:00
Toshi MARUYAMA
eb18ef819f
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
2019-11-09 18:17:12 +00:00
Toshi MARUYAMA
6ea5d0c3c6
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
2019-11-09 18:17:01 +00:00
Toshi MARUYAMA
0d6015be56
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
2019-11-09 18:16:50 +00:00
Toshi MARUYAMA
28ae34b68f
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
2019-11-09 18:16:38 +00:00
Toshi MARUYAMA
22bce3517b
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
2019-11-09 18:16:27 +00:00
Toshi MARUYAMA
8e6014a9f8
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
2019-11-09 18:16:15 +00:00
Toshi MARUYAMA
a3246bf5fa
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
2019-11-09 17:57:36 +00:00
Toshi MARUYAMA
5025dc975e
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
2019-11-09 17:56:49 +00:00
Toshi MARUYAMA
86e0d79c31
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
2019-11-09 17:10:40 +00:00
Toshi MARUYAMA
c9021526bb
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
2019-11-09 17:10:25 +00:00
Toshi MARUYAMA
aa28599b85
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
2019-11-09 17:09:51 +00:00
Toshi MARUYAMA
4588fb20c5
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
2019-11-09 16:33:58 +00:00
Toshi MARUYAMA
129832837a
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
2019-11-09 16:33:43 +00:00
Toshi MARUYAMA
9d210a3b94
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
2019-11-09 16:33:22 +00:00
Toshi MARUYAMA
9a76c58688
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
2019-11-09 16:33:11 +00:00
Toshi MARUYAMA
567e8e6288
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
2019-11-09 16:05:33 +00:00
Toshi MARUYAMA
8bf12d8026
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
2019-11-09 16:05:22 +00:00
Toshi MARUYAMA
c6b1f52eb5
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
2019-11-09 16:05:09 +00:00
Toshi MARUYAMA
9c2d1533b7
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
2019-11-09 16:04:53 +00:00
Toshi MARUYAMA
d41969451b
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
2019-11-09 15:26:37 +00:00
Toshi MARUYAMA
bbef1d6c0f
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
2019-11-09 14:11:02 +00:00
Toshi MARUYAMA
029d315e79
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
2019-11-09 14:10:40 +00:00
Toshi MARUYAMA
26343ea6b2
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
2019-11-09 14:10:27 +00:00
Toshi MARUYAMA
7c95ae9899
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
2019-11-09 14:10:22 +00:00
Toshi MARUYAMA
30ce5bfcab
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
2019-11-09 14:10:14 +00:00
Toshi MARUYAMA
b0da68b784
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
2019-11-09 14:10:09 +00:00
Toshi MARUYAMA
54eb01f045
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
2019-11-09 14:10:02 +00:00
Toshi MARUYAMA
1d7e0d54db
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
2019-11-09 14:09:57 +00:00
Toshi MARUYAMA
f59fdeeb4a
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
2019-11-09 11:53:37 +00:00
Toshi MARUYAMA
09c0dd3817
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
2019-11-09 11:53:26 +00:00
Toshi MARUYAMA
c8f1c4abd2
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
2019-11-09 11:53:15 +00:00