Commit Graph

628 Commits

Author SHA1 Message Date
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
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
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
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
Go MAEDA
0d4fbfe340 Add clear query icon next to selected query in sidebar (#31640).
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18468 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-09-14 00:33:05 +00:00
Jean-Philippe Lang
28f37adcd3 Add "<< me >>" option to user format issue custom fields (#31444).
Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18288 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-06-20 09:05:36 +00:00
Jean-Philippe Lang
d915e71d0f Test failure with mysql (#30288).
git-svn-id: http://svn.redmine.org/redmine/trunk@18284 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-06-20 08:14:07 +00:00
Jean-Philippe Lang
94c2356f38 Load changesets and time entries tabs async (#3058).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18275 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-06-20 07:12:30 +00:00
Jean-Philippe Lang
0714ced815 Add time entries tab to issue history tabs (#3058).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18274 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-06-20 07:11:26 +00:00
Jean-Philippe Lang
be660e11cc Move changesets to its own tab (#3058).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18273 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-06-20 07:08:27 +00:00
Jean-Philippe Lang
b132b8e914 Show issue history in tabs (#3058).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18272 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-06-20 07:07:22 +00:00
Jean-Philippe Lang
001853ef79 Groups are incorrect when grouping by date without user timezone set.
git-svn-id: http://svn.redmine.org/redmine/trunk@18264 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-06-20 06:23:48 +00:00
Go MAEDA
4082069c75 Update copyright year.
git-svn-id: http://svn.redmine.org/redmine/trunk@18198 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-05-25 07:36:06 +00:00
Go MAEDA
9986248f6d Test for r18078 (#19371).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18079 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-04-24 02:35:19 +00:00
Go MAEDA
f24f0519be Update Rails to 5.2.3 (#31113).
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18028 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-31 09:58:08 +00:00
Go MAEDA
b900ae6107 Support frozen_string_literal in test/**/*.rb (#26561).
Contributed by Pavel Rosický.


git-svn-id: http://svn.redmine.org/redmine/trunk@17996 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-21 03:27:53 +00:00
Go MAEDA
26509e7f4c Decode hexadecimal-encoded literals in order to be frozen string literals friendly (#31004).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@17991 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-19 15:43:55 +00:00
Jean-Philippe Lang
84f322b2af Add a description for trackers (#442).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@17970 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-15 10:38:56 +00:00
Jean-Philippe Lang
7a11864812 Support issue[assigned_to_id]=me when prefilling issues (#28502).
Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17964 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-15 09:37:04 +00:00
Go MAEDA
5861160ffc Add "frozen_string_literal: false" for all files (#26561).
This will be changed to true in the future.


git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-15 01:32:57 +00:00
Go MAEDA
489664df7e Show full width layout custom fields as block columns in issue listing (#26081).
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@17865 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-02-13 14:06:10 +00:00
Go MAEDA
e1efdba703 Remove trailing whitespaces from test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@17864 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-02-13 14:03:29 +00:00