summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that subtasks lose their custom fields when copying an issue to a diffe...Jean-Philippe Lang2016-04-111-0/+18
* Bulk edit form lacks estimated time field (#5156).Jean-Philippe Lang2016-04-031-0/+9
* "I don't want to be notified of changes that I make myself" as Default for al...Jean-Philippe Lang2016-04-031-1/+1
* No need to use custom host name in these tests.Jean-Philippe Lang2016-03-261-2/+2
* Previous/next links may be lost after editing the issue (#14462).Jean-Philippe Lang2016-03-191-0/+24
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Tests broken by r15223 (#22127).Jean-Philippe Lang2016-03-121-9/+11
* Fixed that grouping issue by key/value custom field does not work (#22178).Jean-Philippe Lang2016-03-121-0/+26
* Adds query params as hidden field tags to the CSV export form (#22108).Jean-Philippe Lang2016-03-121-0/+20
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-201-2/+2
* Copying an issue does not copy parent task id (#12893).Jean-Philippe Lang2016-01-101-0/+8
* Get a better message when assertion fails.Jean-Philippe Lang2015-11-281-2/+2
* Render issue attributes using divs instead of a table for responsiveness (#19...Jean-Philippe Lang2015-11-081-3/+3
* Set default project version after selecting a different project on the new is...Jean-Philippe Lang2015-11-011-0/+16
* Default target version for new issues (#1828).Jean-Philippe Lang2015-11-011-0/+13
* Do not clear category on project change if category with same exists (#16941).Jean-Philippe Lang2015-10-201-0/+16
* Hide version and/or category on issue details when no versions and/or categor...Jean-Philippe Lang2015-10-171-0/+16
* Isolates csv options for a hash param (#1159).Jean-Philippe Lang2015-10-151-5/+5
* List custom fields with multiple values set as required by workflow can be bl...Jean-Philippe Lang2015-10-141-0/+25
* Display totals for each group on grouped queries (#1561).Jean-Philippe Lang2015-10-091-1/+23
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-041-0/+32
* Confusing name: test public query called "private" (#20740).Jean-Philippe Lang2015-09-201-1/+1
* Test failure, now that projects without trackers are ignored (#20463).Jean-Philippe Lang2015-09-201-2/+1
* Internal error when moving an issue to a project without trackers (#20463).Jean-Philippe Lang2015-09-201-0/+11
* Adds a Total estimated hours column on issue list (#20688).Jean-Philippe Lang2015-09-121-0/+12
* Makes new issue initial status settable in workflow (#5816).Jean-Philippe Lang2015-07-261-3/+34
* Asserts that spent time is preloaded.Jean-Philippe Lang2015-07-051-0/+2
* Adds "Total spent hours" column available on the issue list (#11253).Jean-Philippe Lang2015-07-051-0/+12
* Adds a test for #19162.Jean-Philippe Lang2015-06-171-0/+12
* Fixed that copying issues always copy subtasks and attachments even if option...Jean-Philippe Lang2015-05-231-2/+2
* prevent IssuesControllerTest#test_index_csv_big_5 fails randomlyToshi MARUYAMA2015-05-011-3/+3
* SQL error with SQLServer when grouping+sorting issues (#19544).Jean-Philippe Lang2015-04-121-0/+8
* When create by copying the issue, status can not be changed to default (#19553).Jean-Philippe Lang2015-04-111-0/+14
* Fixed test failures (#19163).Jean-Philippe Lang2015-03-211-4/+4
* Fixed that the bulk edit form shows additional custom fields (#19163).Jean-Philippe Lang2015-03-211-0/+11
* Don't render the issue form if issue.project is nil (#19276).Jean-Philippe Lang2015-03-201-1/+1
* Restored project name as version prefix when different (#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