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
...
*
Adds a :copy_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
1
-0
/
+66
*
Fixed assertion (#18918).
Jean-Philippe Lang
2015-02-08
1
-1
/
+1
*
Fixed that group is not displayed when the first group is a boolean custom fi...
Jean-Philippe Lang
2015-01-19
1
-0
/
+16
*
Fixed that boolean custom field groups have same label for blank and false va...
Jean-Philippe Lang
2015-01-19
1
-0
/
+16
*
Upgrade to Rails 4.2.0 (#14534).
Jean-Philippe Lang
2015-01-17
1
-7
/
+7
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-1
/
+1
*
IssuesControllerTest: make encoding tests independent of ordering (#18856)
Toshi MARUYAMA
2015-01-16
1
-6
/
+10
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
1
-6
/
+6
*
Use DOM assertion instead.
Jean-Philippe Lang
2014-12-21
1
-1
/
+2
*
Removed that quote in a fixture subject.
Jean-Philippe Lang
2014-12-20
1
-6
/
+6
*
Droped legacy behaviour that allows a user to edit a few attributes of an iss...
Jean-Philippe Lang
2014-12-13
1
-62
/
+0
*
Don't create a journal when creating an issue with attachments.
Jean-Philippe Lang
2014-12-08
1
-3
/
+5
*
Don't create a journal when creating an issue.
Jean-Philippe Lang
2014-12-08
1
-1
/
+3
*
Adds a test for when link_copied_issue setting is set to "never".
Jean-Philippe Lang
2014-12-05
1
-0
/
+12
*
Adds a few tests.
Jean-Philippe Lang
2014-12-03
1
-0
/
+19
*
Set notified events as expected.
Jean-Philippe Lang
2014-11-30
1
-85
/
+95
*
Configurable behavour for linking issues on copy (#18500).
Jean-Philippe Lang
2014-11-29
1
-35
/
+46
*
Replaced remaining #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-22
1
-10
/
+10
*
Quote values in DOM selectors for Nokogiri compatibility.
Jean-Philippe Lang
2014-11-20
1
-60
/
+60
*
Adds a test for default issue columns order (#18310).
Jean-Philippe Lang
2014-11-11
1
-0
/
+10
*
remove duplicated IssuesControllerTest#test_new_should_select_default_status ...
Toshi MARUYAMA
2014-11-08
1
-12
/
+0
*
Typo.
Jean-Philippe Lang
2014-11-05
1
-1
/
+1
*
Fixed that parent column should not include issue subject (#13673).
Jean-Philippe Lang
2014-11-04
1
-0
/
+11
*
Fixed CSV content for parent issue column (#13608).
Jean-Philippe Lang
2014-11-04
1
-0
/
+12
*
Default status per tracker (#5991).
Jean-Philippe Lang
2014-11-02
1
-5
/
+49
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-41
/
+16
*
Adds css classes to get sort order on the issue list (#17993).
Jean-Philippe Lang
2014-10-04
1
-0
/
+3
*
pdf: fix r13368 test name (#17826)
Toshi MARUYAMA
2014-09-11
1
-1
/
+1
*
pdf: add test to export issue pdf with UTF-8 U+FFFD (#17826)
Toshi MARUYAMA
2014-09-11
1
-0
/
+16
*
use rbpdf gem instead of bundled rfpdf (#17570)
Toshi MARUYAMA
2014-08-28
1
-9
/
+0
*
ensure issue pdf test has relations (#17570)
Toshi MARUYAMA
2014-08-28
1
-0
/
+3
*
Don't prepend project name if the version is not shared.
Jean-Philippe Lang
2014-07-14
1
-1
/
+1
*
Adds version date as title in #link_to_version (#17431).
Jean-Philippe Lang
2014-07-14
1
-1
/
+1
*
use escaped "Can't" constant at TrackersControllerTest
Toshi MARUYAMA
2014-02-04
1
-5
/
+5
*
use escaped "can't" constant at TrackersControllerTest
Toshi MARUYAMA
2014-02-04
1
-6
/
+6
*
Rails4: fix "assert_template 'form'" fails at IssuesControllerTest
Toshi MARUYAMA
2014-02-04
1
-3
/
+3
*
replace shoulda context "with workflow privilege" at IssuesControllerTest
Toshi MARUYAMA
2014-02-04
1
-59
/
+67
*
replace shoulda context "without workflow privilege" at IssuesControllerTest
Toshi MARUYAMA
2014-02-04
1
-45
/
+47
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Show warning when exported issues exceed the limit (#13770).
Jean-Philippe Lang
2014-01-12
1
-0
/
+14
*
Rails4: replace deprecated find_all_by_* at IssuesControllerTest
Toshi MARUYAMA
2014-01-11
1
-1
/
+1
*
Rails4: replace deprecated Relation#last with finder options at IssuesControl...
Toshi MARUYAMA
2014-01-11
1
-1
/
+1
*
Rails4: replace deprecated find_all_by_* at IssuesControllerTest
Toshi MARUYAMA
2014-01-11
1
-1
/
+1
*
Rails4: replace deprecated Relation#first with finder options at IssuesContro...
Toshi MARUYAMA
2014-01-10
1
-24
/
+24
*
remove unneeded Relation#all from IssuesControllerTest#test_bulk_copy_to_anot...
Toshi MARUYAMA
2014-01-10
1
-1
/
+1
*
remove unneeded Relation#all from IssuesControllerTest#test_bulk_copy_should_...
Toshi MARUYAMA
2014-01-10
1
-1
/
+1
*
Rails4: replace deprecated Relation#last with finder options at IssuesControl...
Toshi MARUYAMA
2014-01-10
1
-1
/
+1
*
Rails4: replace deprecated Relation#update_all at IssuesControllerTest
Toshi MARUYAMA
2014-01-08
1
-6
/
+6
*
fix find_all_by_id(n1, n2) parameter at test_show_export_to_pdf_with_changese...
Toshi MARUYAMA
2013-12-27
1
-6
/
+11
[prev]
[next]