summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-41/+16
* Adds css classes to get sort order on the issue list (#17993).Jean-Philippe Lang2014-10-041-0/+3
* pdf: fix r13368 test name (#17826)Toshi MARUYAMA2014-09-111-1/+1
* pdf: add test to export issue pdf with UTF-8 U+FFFD (#17826)Toshi MARUYAMA2014-09-111-0/+16
* use rbpdf gem instead of bundled rfpdf (#17570)Toshi MARUYAMA2014-08-281-9/+0
* ensure issue pdf test has relations (#17570)Toshi MARUYAMA2014-08-281-0/+3
* Don't prepend project name if the version is not shared.Jean-Philippe Lang2014-07-141-1/+1
* Adds version date as title in #link_to_version (#17431).Jean-Philippe Lang2014-07-141-1/+1
* use escaped "Can't" constant at TrackersControllerTestToshi MARUYAMA2014-02-041-5/+5
* use escaped "can't" constant at TrackersControllerTestToshi MARUYAMA2014-02-041-6/+6
* Rails4: fix "assert_template 'form'" fails at IssuesControllerTestToshi MARUYAMA2014-02-041-3/+3
* replace shoulda context "with workflow privilege" at IssuesControllerTestToshi MARUYAMA2014-02-041-59/+67
* replace shoulda context "without workflow privilege" at IssuesControllerTestToshi MARUYAMA2014-02-041-45/+47
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Show warning when exported issues exceed the limit (#13770).Jean-Philippe Lang2014-01-121-0/+14
* Rails4: replace deprecated find_all_by_* at IssuesControllerTestToshi MARUYAMA2014-01-111-1/+1
* Rails4: replace deprecated Relation#last with finder options at IssuesControl...Toshi MARUYAMA2014-01-111-1/+1
* Rails4: replace deprecated find_all_by_* at IssuesControllerTestToshi MARUYAMA2014-01-111-1/+1
* Rails4: replace deprecated Relation#first with finder options at IssuesContro...Toshi MARUYAMA2014-01-101-24/+24
* remove unneeded Relation#all from IssuesControllerTest#test_bulk_copy_to_anot...Toshi MARUYAMA2014-01-101-1/+1
* remove unneeded Relation#all from IssuesControllerTest#test_bulk_copy_should_...Toshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated Relation#last with finder options at IssuesControl...Toshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated Relation#update_all at IssuesControllerTestToshi MARUYAMA2014-01-081-6/+6
* fix find_all_by_id(n1, n2) parameter at test_show_export_to_pdf_with_changese...Toshi MARUYAMA2013-12-271-6/+11
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-2/+4
* fix duplicate test name in IssuesControllerTestToshi MARUYAMA2013-12-071-1/+1
* Fixed that update_form always proposes the default status when updating an ex...Jean-Philippe Lang2013-11-151-0/+10
* Allows user to clear dates and text fields when bulk editing issues (#2199).Jean-Philippe Lang2013-09-301-0/+6
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-6/+6
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-2/+2
* code layout clean up test_bulk_copy_should_allow_not_changing_the_issue_attri...Toshi MARUYAMA2013-05-191-3/+6
* code layout clean up test_bulk_update_with_some_failures_should_show_errors o...Toshi MARUYAMA2013-05-191-6/+6
* code layout clean up test_bulk_update_parent_id of IssuesControllerTestToshi MARUYAMA2013-05-191-3/+2
* code layout clean up test_bulk_edit_should_only_propose_statuses_allowed_for_...Toshi MARUYAMA2013-05-191-6/+12
* code layout clean up test_create_as_copy_should_add_relation_with_copied_issu...Toshi MARUYAMA2013-05-191-2/+2
* adjust functional IssuesControllerTest (#1005)Toshi MARUYAMA2013-05-191-19/+20
* Add links to attachments in new issue email notification (#12293).Jean-Philippe Lang2013-05-171-0/+19
* use with_settings at test_post_create_without_start_date_and_default_start_da...Toshi MARUYAMA2013-05-101-10/+10
* use with_settings at test_post_create_without_start_date_and_default_start_da...Toshi MARUYAMA2013-05-101-10/+10
* use with_settings at test_get_new_with_default_start_date_is_creation_date of...Toshi MARUYAMA2013-05-101-8/+8
* use with_settings at test_get_new_without_default_start_date_is_creation_date...Toshi MARUYAMA2013-05-101-9/+8
* remove redundant empty lines from test_show_by_manager of IssuesControllerTestToshi MARUYAMA2013-05-101-2/+0
* remove redundant empty lines from test_show_by_anonymous of IssuesControllerTestToshi MARUYAMA2013-05-101-3/+0
* remove redundant empty line from test_index_with_fixed_version_column of Issu...Toshi MARUYAMA2013-05-101-1/+0
* remove redundant empty line from test_index_should_not_show_spent_hours_colum...Toshi MARUYAMA2013-05-101-1/+0
* remove redundant empty line from test_index_with_spent_hours_column of Issues...Toshi MARUYAMA2013-05-101-1/+0
* remove redundant empty lines from test_index_with_done_ratio_column of Issues...Toshi MARUYAMA2013-05-101-2/+0
* remove redundant empty lines from test_index_with_date_column of IssuesContro...Toshi MARUYAMA2013-05-091-2/+0
* Fixed that bulk copy raises an error on validation failure (#13943).Jean-Philippe Lang2013-05-041-0/+7
* Preserve field values on bulk edit failure (#13943).Jean-Philippe Lang2013-05-041-0/+12