1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-21 07:51:12 +00:00

6310 Commits

Author SHA1 Message Date
Toshi MARUYAMA
35a4d23ced code cleanup: rubocop: fix Layout/EmptyLines in test/functional/project_enumerations_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18740 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-19 07:27:23 +00:00
Toshi MARUYAMA
c21f5cf828 code cleanup: rubocop: fix Layout/EmptyLines in test/functional/activities_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18739 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-19 07:27:12 +00:00
Toshi MARUYAMA
89e9b05b3d code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArrayBraceLayout of STR_WITH_PRE in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18699 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-17 04:15:37 +00:00
Toshi MARUYAMA
1f14386822 code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArrayBraceLayout of STR_WITHOUT_PRE in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18698 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-17 04:15:26 +00:00
Toshi MARUYAMA
2117705cbc code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/menu_manager/menu_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18683 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-15 12:11:00 +00:00
Toshi MARUYAMA
94a7c3aa65 code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/menu_manager/mapper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18677 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-15 05:07:51 +00:00
Toshi MARUYAMA
9e05932c45 code layout clean up test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18676 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-15 05:07:40 +00:00
Toshi MARUYAMA
b65348fa2c code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs and Layout/EmptyLines in app/models/version.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18674 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-15 05:07:17 +00:00
Toshi MARUYAMA
6a3d42dd69 code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/mailer_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18673 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-15 05:07:06 +00:00
Toshi MARUYAMA
b29ec77bb7 code cleanup: rubocop: fix Layout/CaseIndentation in test/test_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18662 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 17:47:17 +00:00
Toshi MARUYAMA
87e2e3df5b use full text in fill_in at Issue system "update issue with form update" test
git-svn-id: http://svn.redmine.org/redmine/trunk@18661 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 17:47:05 +00:00
Toshi MARUYAMA
c9c52741e2 code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/users_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18660 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 14:52:23 +00:00
Toshi MARUYAMA
82da7583c8 code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/settings_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18659 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 14:52:11 +00:00
Toshi MARUYAMA
9222ff952c code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/email_addresses_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18658 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 14:51:59 +00:00
Toshi MARUYAMA
0b3bbd0e62 add new "update issue status" test to Issue system test
git-svn-id: http://svn.redmine.org/redmine/trunk@18656 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 14:51:35 +00:00
Toshi MARUYAMA
148e4e0660 use "test do" syntax for Issue system test "update issue with form update"
git-svn-id: http://svn.redmine.org/redmine/trunk@18655 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 14:51:25 +00:00
Toshi MARUYAMA
a4133891e4 code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/user_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18654 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 11:14:24 +00:00
Toshi MARUYAMA
7b7a1a3ed5 code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/query_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18653 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 11:14:12 +00:00
Toshi MARUYAMA
a66fe49e0b code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integration/api_test/my_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18652 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 11:14:00 +00:00
Toshi MARUYAMA
276674ce39 code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integration/api_test/attachments_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18651 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 11:13:49 +00:00
Toshi MARUYAMA
762d015e15 code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/files_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18650 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 11:13:38 +00:00
Toshi MARUYAMA
b9d215c656 code cleanup: rubocop: fix Layout/IndentHeredoc and Layout/IndentationConsistency in test/integration/api_test/custom_fields_attribute_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18649 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 11:13:25 +00:00
Toshi MARUYAMA
0cf19f967a code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18648 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 11:13:14 +00:00
Toshi MARUYAMA
9caac1609e add additional assert to Issue system "test_update_issue_with_form_update"
git-svn-id: http://svn.redmine.org/redmine/trunk@18647 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 11:13:02 +00:00
Toshi MARUYAMA
f3f1fad8de code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in test/unit/query_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18645 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-13 16:22:42 +00:00
Toshi MARUYAMA
940377314b code cleanup: rubocop: fix Layout/IndentationConsistency in test/helpers/application_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18644 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-13 16:22:31 +00:00
Toshi MARUYAMA
39352f8208 fix assert_equal parameter is broken in test/functional/project_enumerations_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18636 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-09 07:18:57 +00:00
Toshi MARUYAMA
91c56e2cbd code cleanup: rubocop: fix Style/AsciiComments in test/unit/mail_handler_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18630 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-09 02:05:25 +00:00
Toshi MARUYAMA
74f5842adb code layout clean up test/unit/issue_status_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18628 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-08 14:10:02 +00:00
Toshi MARUYAMA
73b81ddef0 code layout clean up test/functional/issue_statuses_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18627 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-08 14:09:51 +00:00
Toshi MARUYAMA
9716194b29 add additional assert to Issue system "test_update_issue_with_form_update"
git-svn-id: http://svn.redmine.org/redmine/trunk@18624 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-08 12:18:01 +00:00
Toshi MARUYAMA
331d327325 reduce sleep seconds of Issue system "test_update_journal_notes_with_preview"
git-svn-id: http://svn.redmine.org/redmine/trunk@18623 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-08 12:17:51 +00:00
Toshi MARUYAMA
6a4080e9e9 code clean up test/integration/issues_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18620 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-07 13:07:12 +00:00
Toshi MARUYAMA
a55867fda3 code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/issues_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18619 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-07 13:07:00 +00:00
Toshi MARUYAMA
28c29d19a8 code cleanup: rubocop: fix Style/HashSyntax in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18618 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-07 13:06:47 +00:00
Toshi MARUYAMA
6972d7e982 code cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHeredoc in test/unit/setting_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18614 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-07 11:44:42 +00:00
Toshi MARUYAMA
023c3455e6 code cleanup: rubocop: fix Layout/AlignArray in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18612 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-07 07:21:27 +00:00
Toshi MARUYAMA
7d70e5175a code cleanup: rubocop: fix Layout/SpaceAfterColon in test/integration/wiki_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18611 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-07 07:21:14 +00:00
Toshi MARUYAMA
359802ac3b code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18610 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-07 07:21:03 +00:00
Toshi MARUYAMA
ff3df17fee code cleanup: rubocop: fix Layout/SpaceAfterColon in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18609 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-07 07:20:50 +00:00
Toshi MARUYAMA
a7f046ee7a code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18608 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-07 07:20:38 +00:00
Toshi MARUYAMA
eee75cf080 code cleanup: rubocop: fix Layout/IndentHeredoc in test/functional/documents_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18606 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-07 07:20:13 +00:00
Go MAEDA
16c580a2f8 Option to send email notification on "Target version updated" (#17840).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18595 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-05 09:46:05 +00:00
Go MAEDA
5ce4a363a9 Fix test failure due to missing call to set_tmp_attachments_directory (#32122).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18593 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-04 11:17:33 +00:00
Go MAEDA
3ce678510e Render Textile and Markdown attachments on the preview page (#29752).
Patch by Takenori TAKAKI.


git-svn-id: http://svn.redmine.org/redmine/trunk@18584 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-03 00:09:28 +00:00
Go MAEDA
545a050ba3 Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.
This change corrects newly detected offenses after updating rubocop-performance to 1.5.0 in r18579.


git-svn-id: http://svn.redmine.org/redmine/trunk@18580 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-02 00:53:11 +00:00
Go MAEDA
b0f1175e3e Add support for "start with" and "end with" operators to "Files" filter (#31879).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18570 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-09-30 13:15:45 +00:00
Toshi MARUYAMA
c4df67dcaf fix duplicate name of IssuesControllerTest#test_bulk_copy_should_allow_copying_the_subtasks
git-svn-id: http://svn.redmine.org/redmine/trunk@18569 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-09-30 12:47:52 +00:00
Toshi MARUYAMA
b3955c935e code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/issues_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18562 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-09-30 10:59:01 +00:00
Toshi MARUYAMA
9237457518 code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integration/api_test/issues_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18561 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-09-30 10:58:50 +00:00