summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r14268 (#19815).Jean-Philippe Lang2015-05-301-2/+2
* Merged r14235 from trunk to 3.0-stable.Toshi MARUYAMA2015-05-011-3/+3
* Merged r14158 (#19553).Jean-Philippe Lang2015-04-251-0/+14
* Merged r14165 and r14166 (#19544).Jean-Philippe Lang2015-04-251-0/+8
* Merges r14151 to r14153 (#19163).Jean-Philippe Lang2015-04-251-4/+15
* Merged r14141 and r14146 (#19276).Jean-Philippe Lang2015-03-211-1/+1
* Merged r14108 (#19348).Jean-Philippe Lang2015-03-151-1/+1
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-141-0/+69
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-131-13/+10
* 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