index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
functional
/
issues_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "Assign to me" shortcut to issue edit form (#29285).
Go MAEDA
2020-02-29
1
-0
/
+37
*
Add a missing fixture to IssuesControllerTest (#4511, #33036).
Go MAEDA
2020-02-21
1
-1
/
+1
*
Reverts r19507 (#4511).
Go MAEDA
2020-02-11
1
-2
/
+1
*
Add a missing fixture for IssuesControllerTest#test_post_create_with_watchers...
Go MAEDA
2020-02-11
1
-1
/
+2
*
Add download buttons in Files columns of the issues list (#32240).
Go MAEDA
2020-02-06
1
-2
/
+8
*
Allow adding user groups as watchers for issues (#4511).
Go MAEDA
2020-02-06
1
-16
/
+38
*
Use #media_type instead of #content_type to test the MIME type of a response ...
Go MAEDA
2020-01-27
1
-21
/
+21
*
Exporting issue as PDF fails when the issue has private journal (#32858).
Go MAEDA
2020-01-25
1
-0
/
+20
*
FrozenError when exporting gantt to PDF in some languages (#32832).
Go MAEDA
2020-01-18
1
-2
/
+2
*
CSV related tests fail with Rails 5.2.4 (#32526, #32525).
Go MAEDA
2019-12-08
1
-10
/
+10
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/issues...
Toshi MARUYAMA
2019-11-25
1
-892
/
+1298
*
code layout clean up test/functional/issues_controller_test.rb
Toshi MARUYAMA
2019-11-25
1
-75
/
+282
*
cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/...
Toshi MARUYAMA
2019-11-25
1
-47
/
+54
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/functional/issues...
Toshi MARUYAMA
2019-11-25
1
-2
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in test/functional/issues_contro...
Toshi MARUYAMA
2019-11-25
1
-22
/
+85
*
code layout clean up test/functional/issues_controller_test.rb
Toshi MARUYAMA
2019-11-25
1
-24
/
+41
*
code layout clean up test/functional/issues_controller_test.rb
Toshi MARUYAMA
2019-11-25
1
-18
/
+48
*
code layout cleanup test/functional/issues_controller_test.rb
Toshi MARUYAMA
2019-11-23
1
-2
/
+4
*
code layout clean up test/functional/issues_controller_test.rb
Toshi MARUYAMA
2019-11-08
1
-1
/
+3
*
cleanup: rubocop: fix Layout/AlignArguments in test/functional/issues_control...
Toshi MARUYAMA
2019-11-08
1
-10
/
+5
*
code cleanup: rubocop: fix Style/HashSyntax in test/functional/issues_control...
Toshi MARUYAMA
2019-10-07
1
-5
/
+2
*
code cleanup: rubocop: fix Layout/AlignArray in test/functional/issues_contro...
Toshi MARUYAMA
2019-10-07
1
-4
/
+1
*
code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in test/func...
Toshi MARUYAMA
2019-10-07
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/SpaceAfterColon in test/functional/issues_c...
Toshi MARUYAMA
2019-10-07
1
-2
/
+2
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/functiona...
Toshi MARUYAMA
2019-10-07
1
-5
/
+0
*
Fix test failure due to missing call to set_tmp_attachments_directory (#32122).
Go MAEDA
2019-10-04
1
-8
/
+20
*
fix duplicate name of IssuesControllerTest#test_bulk_copy_should_allow_copyin...
Toshi MARUYAMA
2019-09-30
1
-4
/
+2
*
Add clear query icon next to selected query in sidebar (#31640).
Go MAEDA
2019-09-14
1
-0
/
+11
*
Add "<< me >>" option to user format issue custom fields (#31444).
Jean-Philippe Lang
2019-06-20
1
-2
/
+2
*
Test failure with mysql (#30288).
Jean-Philippe Lang
2019-06-20
1
-0
/
+2
*
Load changesets and time entries tabs async (#3058).
Jean-Philippe Lang
2019-06-20
1
-3
/
+12
*
Add time entries tab to issue history tabs (#3058).
Jean-Philippe Lang
2019-06-20
1
-2
/
+20
*
Move changesets to its own tab (#3058).
Jean-Philippe Lang
2019-06-20
1
-0
/
+15
*
Show issue history in tabs (#3058).
Jean-Philippe Lang
2019-06-20
1
-0
/
+54
*
Groups are incorrect when grouping by date without user timezone set.
Jean-Philippe Lang
2019-06-20
1
-1
/
+23
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Test for r18078 (#19371).
Go MAEDA
2019-04-24
1
-0
/
+17
*
Update Rails to 5.2.3 (#31113).
Go MAEDA
2019-03-31
1
-10
/
+10
*
Support frozen_string_literal in test/**/*.rb (#26561).
Go MAEDA
2019-03-21
1
-1
/
+1
*
Decode hexadecimal-encoded literals in order to be frozen string literals fri...
Go MAEDA
2019-03-19
1
-10
/
+7
*
Add a description for trackers (#442).
Jean-Philippe Lang
2019-03-15
1
-0
/
+43
*
Support issue[assigned_to_id]=me when prefilling issues (#28502).
Jean-Philippe Lang
2019-03-15
1
-0
/
+37
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Show full width layout custom fields as block columns in issue listing (#26081).
Go MAEDA
2019-02-13
1
-0
/
+17
*
Remove trailing whitespaces from test/functional/issues_controller_test.rb
Go MAEDA
2019-02-13
1
-6
/
+6
*
IssuesControllerTest#test_index_sort_by_total_estimated_hours tests nothing (...
Go MAEDA
2019-01-22
1
-0
/
+2
*
Ability to add private comments from the issue bulk edit page (#22368).
Jean-Philippe Lang
2018-12-16
1
-0
/
+17
*
Test failure.
Jean-Philippe Lang
2018-12-12
1
-1
/
+4
*
Allow issues grouping by creation, update and closing date (#13803).
Jean-Philippe Lang
2018-12-12
1
-0
/
+26
*
Allow issues grouping by start and due dates (#13803).
Jean-Philippe Lang
2018-12-12
1
-0
/
+19
[next]