summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-081-0/+66
* Fixed assertion (#18918).Jean-Philippe Lang2015-02-081-1/+1
* Fixed that group is not displayed when the first group is a boolean custom fi...Jean-Philippe Lang2015-01-191-0/+16
* Fixed that boolean custom field groups have same label for blank and false va...Jean-Philippe Lang2015-01-191-0/+16
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-7/+7
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* IssuesControllerTest: make encoding tests independent of ordering (#18856)Toshi MARUYAMA2015-01-161-6/+10
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-6/+6
* Use DOM assertion instead.Jean-Philippe Lang2014-12-211-1/+2
* Removed that quote in a fixture subject.Jean-Philippe Lang2014-12-201-6/+6
* Droped legacy behaviour that allows a user to edit a few attributes of an iss...Jean-Philippe Lang2014-12-131-62/+0
* Don't create a journal when creating an issue with attachments.Jean-Philippe Lang2014-12-081-3/+5
* Don't create a journal when creating an issue.Jean-Philippe Lang2014-12-081-1/+3
* Adds a test for when link_copied_issue setting is set to "never".Jean-Philippe Lang2014-12-051-0/+12
* Adds a few tests.Jean-Philippe Lang2014-12-031-0/+19
* Set notified events as expected.Jean-Philippe Lang2014-11-301-85/+95
* Configurable behavour for linking issues on copy (#18500).Jean-Philippe Lang2014-11-291-35/+46
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-10/+10
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-60/+60
* Adds a test for default issue columns order (#18310).Jean-Philippe Lang2014-11-111-0/+10
* remove duplicated IssuesControllerTest#test_new_should_select_default_status ...Toshi MARUYAMA2014-11-081-12/+0
* Typo.Jean-Philippe Lang2014-11-051-1/+1
* Fixed that parent column should not include issue subject (#13673).Jean-Philippe Lang2014-11-041-0/+11
* Fixed CSV content for parent issue column (#13608).Jean-Philippe Lang2014-11-041-0/+12
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-5/+49
* 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