Commit Graph

551 Commits

Author SHA1 Message Date
Go MAEDA
afed0f3748 Move the "Private" badge next to the "Open/Closed" badge (#33832).
Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@20334 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-11-11 07:39:59 +00:00
Toshi MARUYAMA
ffaa46fea1 use with_settings at IssuesControllerTest#test_index_with_project_and_subprojects_should_show_private_subprojects_with_permission
git-svn-id: http://svn.redmine.org/redmine/trunk@20216 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-10-27 15:19:28 +00:00
Toshi MARUYAMA
9bb9287970 use with_settings at IssuesControllerTest#test_index_with_project_and_subprojects
git-svn-id: http://svn.redmine.org/redmine/trunk@20204 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-10-26 13:36:20 +00:00
Toshi MARUYAMA
4fc83183e1 use with_settings at IssuesControllerTest#test_index_with_project
git-svn-id: http://svn.redmine.org/redmine/trunk@20188 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-10-24 14:40:41 +00:00
Toshi MARUYAMA
5280861cf3 use with_settings at IssuesControllerTest#test_show_should_not_disclose_relations_to_invisible_issues
git-svn-id: http://svn.redmine.org/redmine/trunk@20167 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-10-22 14:18:44 +00:00
Toshi MARUYAMA
2c9f822be9 add functional test "bulk copy should show follow button when project is selected"
git-svn-id: http://svn.redmine.org/redmine/trunk@20078 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-09-24 16:07:28 +00:00
Toshi MARUYAMA
4fdac0655a add functional test "bulk_edit should hide follow button when project is not changed"
git-svn-id: http://svn.redmine.org/redmine/trunk@20065 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-09-21 13:04:33 +00:00
Toshi MARUYAMA
e5d7ece6f2 fix source indent of IssuesControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20052 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-09-21 13:02:51 +00:00
Toshi MARUYAMA
8555cfbcb0 add functional test "bulk_edit should show follow button when project is selected"
git-svn-id: http://svn.redmine.org/redmine/trunk@20049 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-09-17 15:49:30 +00:00
Toshi MARUYAMA
da22acd8b7 assert explicitly to hide 'follow' button at IssuesControllerTest#test_get_bulk_edit
git-svn-id: http://svn.redmine.org/redmine/trunk@20028 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-09-12 12:58:37 +00:00
Go MAEDA
a7b9fa9996 Fix that Issues API bypasses add_issue_notes permission (#33689).
Patch by Junya Tomono and Mizuki ISHIKAWA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19975 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-08-12 02:28:46 +00:00
Toshi MARUYAMA
3e0c726a7d add assert_select of button at IssuesControllerTest#test_get_bulk_edit
git-svn-id: http://svn.redmine.org/redmine/trunk@19974 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-08-09 15:58:01 +00:00
Toshi MARUYAMA
4cc150bcfa add assert_select of form to IssuesControllerTest#test_get_bulk_copy_without_add_issues_permission_should_not_propose_current_project_as_target
git-svn-id: http://svn.redmine.org/redmine/trunk@19958 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-08-07 12:44:07 +00:00
Toshi MARUYAMA
8d469912fa add assert_select of form to IssuesControllerTest#test_get_bulk_copy
git-svn-id: http://svn.redmine.org/redmine/trunk@19934 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-07-21 13:41:34 +00:00
Toshi MARUYAMA
fbbfde9dc7 fix source indent of IssuesControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@19929 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-07-21 13:40:52 +00:00
Toshi MARUYAMA
2982737466 add attachments existence assertion to IssuesControllerTest#test_get_bulk_copy
git-svn-id: http://svn.redmine.org/redmine/trunk@19920 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-07-19 14:06:25 +00:00
Toshi MARUYAMA
66bdcd08d9 shorten long line of IssuesControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@19918 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-07-19 14:06:09 +00:00
Toshi MARUYAMA
1de92538c5 add surrounding '+' operator spaces to IssuesControllerTest#"bulk copy should allow copying the subtasks"
git-svn-id: http://svn.redmine.org/redmine/trunk@19883 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-07-11 01:21:50 +00:00
Toshi MARUYAMA
ff5b3485ba add surrounding '+' operator spaces to IssuesControllerTest#test_bulk_copy_should_not_copy_selected_subtasks_twice
git-svn-id: http://svn.redmine.org/redmine/trunk@19882 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-07-11 01:21:42 +00:00
Go MAEDA
58938dd823 URLs in atom feeds don't take into account Setting.protocol and Setting.hostname (#10535).
Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19810 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-06-04 14:23:03 +00:00
Go MAEDA
6e232ad13e Show open/closed badge on issue page (#33254).
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19719 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-04-23 10:13:10 +00:00
Go MAEDA
a9a3d71e63 Test for r19702 (#33273).
Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19703 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-04-15 14:15:24 +00:00
Go MAEDA
6e781f6479 Fix that "Successful deletion" notice is not displayed after deleting some types of content (#33116).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19641 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-04-04 00:43:28 +00:00
Go MAEDA
a24834fa77 Skip thumbnail tests if ImageMagick convert command is not available (#33226).
Patch by Pavel Rosický.


git-svn-id: http://svn.redmine.org/redmine/trunk@19640 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-04-02 08:04:15 +00:00
Go MAEDA
c7806ccbdf Fix issues and spent time CSV export does not include custom fields with "Full width layout" enabled (#33169).
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19632 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-04-01 16:20:10 +00:00
Go MAEDA
5917137d12 Show warning and the reason when the issue cannot be closed or reopen because of open subtask(s), blocking issue(s) or closed parent issue (#31589).
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19570 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-03-10 03:50:47 +00:00
Go MAEDA
7a97dba9ab Fix that IssuesControllerTest occasionally fails (#33100, #4511).
Patch by Vincent Robert.


git-svn-id: http://svn.redmine.org/redmine/trunk@19562 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-03-05 12:48:47 +00:00
Go MAEDA
907e0173e4 Update copyright year in source files to 2020 (#33069).
git-svn-id: http://svn.redmine.org/redmine/trunk@19553 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-03-03 00:24:10 +00:00
Go MAEDA
700ad847da Add "Assign to me" shortcut to issue edit form (#29285).
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19539 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-02-29 06:13:24 +00:00
Go MAEDA
f739dafaa4 Add a missing fixture to IssuesControllerTest (#4511, #33036).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19526 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-02-21 03:57:58 +00:00
Go MAEDA
642bc25726 Reverts r19507 (#4511).
git-svn-id: http://svn.redmine.org/redmine/trunk@19508 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-02-11 03:48:20 +00:00
Go MAEDA
137be58279 Add a missing fixture for IssuesControllerTest#test_post_create_with_watchers (#4511).
git-svn-id: http://svn.redmine.org/redmine/trunk@19507 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-02-11 03:33:54 +00:00
Go MAEDA
9d18f67f9e Add download buttons in Files columns of the issues list (#32240).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19500 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-02-06 14:24:51 +00:00
Go MAEDA
b995014c49 Allow adding user groups as watchers for issues (#4511).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19498 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-02-06 08:19:13 +00:00
Go MAEDA
f37ed77665 Use #media_type instead of #content_type to test the MIME type of a response (#32886).
Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19467 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-01-27 03:54:25 +00:00
Go MAEDA
8dbbfd6172 Exporting issue as PDF fails when the issue has private journal (#32858).
Patch by Kouhei Sutou.


git-svn-id: http://svn.redmine.org/redmine/trunk@19458 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-01-25 03:07:00 +00:00
Go MAEDA
65d22c7510 FrozenError when exporting gantt to PDF in some languages (#32832).
Patch by Pavel Rosický.


git-svn-id: http://svn.redmine.org/redmine/trunk@19435 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-01-18 09:58:39 +00:00
Go MAEDA
2de3dfeae5 CSV related tests fail with Rails 5.2.4 (#32526, #32525).
Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19344 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-12-08 00:10:43 +00:00
Toshi MARUYAMA
d0d9e087af cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19311 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-25 18:58:54 +00:00
Toshi MARUYAMA
2b678abd84 code layout clean up test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19310 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-25 18:58:38 +00:00
Toshi MARUYAMA
7a24755757 cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19305 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-25 16:48:56 +00:00
Toshi MARUYAMA
671de8196c cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19301 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-25 16:48:13 +00:00
Toshi MARUYAMA
c403e51725 cleanup: rubocop: fix Layout/SpaceAfterComma in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19296 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-25 16:47:20 +00:00
Toshi MARUYAMA
7956c48e30 code layout clean up test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19294 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-25 16:46:58 +00:00
Toshi MARUYAMA
045e8513c7 code layout clean up test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19283 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-25 06:32:17 +00:00
Toshi MARUYAMA
83d3192472 code layout cleanup test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19179 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-23 07:57:19 +00:00
Toshi MARUYAMA
b5dbe41e78 code layout clean up test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18966 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-08 14:54:00 +00:00
Toshi MARUYAMA
a8d1d6dd55 cleanup: rubocop: fix Layout/AlignArguments in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18951 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-08 06:27:04 +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
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