summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* New issue raises an error if no projects available (#23410).Jean-Philippe Lang2016-08-201-1/+19
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-322/+178
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-6/+6
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Ability to delete multiple attachments while updating an issue (#13072).Jean-Philippe Lang2016-07-131-0/+38
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-7/+7
* Don't generate back url with params.Jean-Philippe Lang2016-07-101-0/+6
* Wrong filters are applied when exporting issues to CSV with blank filter (#23...Jean-Philippe Lang2016-07-091-0/+11
* Adds a setting for choosing the new object menu item style (#15880).Jean-Philippe Lang2016-06-111-5/+5
* Adds permission to edit and delete issues by role/tracker (#285).Jean-Philippe Lang2016-06-051-0/+50
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-051-0/+42
* Malformed SQL query with SQLServer when grouping and sorting by fixed version...Jean-Philippe Lang2016-05-161-0/+16
* Restores the "New issue" tab in the project menu and makes it optional (#6204).Jean-Philippe Lang2016-05-091-4/+50
* Do not propose trackers which disallow parent_issue_id for new child issues (...Jean-Philippe Lang2016-04-241-0/+17
* Adds a "New issue" link on the global issue list (#6204).Jean-Philippe Lang2016-04-191-0/+6
* Removed the "New issue" menu item (#6204).Jean-Philippe Lang2016-04-191-3/+24
* 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