summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Additional tests for the PDF export of an issue.Jean-Philippe Lang2012-04-191-0/+36
* Fixed MissingFeatureException: let user choose to copy attachments or not whe...Jean-Philippe Lang2012-04-141-1/+44
* When copying issues, let the status be changed to default or left unchanged.Jean-Philippe Lang2012-04-141-15/+29
* Fixed that export links include page parameter.Jean-Philippe Lang2012-04-111-0/+9
* Fixed that improper statuses are proposed when changing status before tracker...Jean-Philippe Lang2012-04-091-0/+33
* Let non required list/user/version custom fields to be set to blank when bulk...Jean-Philippe Lang2012-04-061-3/+28
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-241-0/+15
* Additional tests for IssuesController.Jean-Philippe Lang2012-03-101-0/+24
* Adds a test for #9076.Jean-Philippe Lang2012-03-101-0/+19
* Adds a test for when query is not found.Jean-Philippe Lang2012-03-071-0/+5
* Adds helpers for testing email body.Jean-Philippe Lang2012-03-041-7/+7
* Removed some generate! calls.Jean-Philippe Lang2012-03-041-6/+6
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-14/+0
* Adds a test for displaying list custom fields on the new issue form.Jean-Philippe Lang2012-03-021-0/+12
* Use valid filters in #test_index_with_sort_filters.Jean-Philippe Lang2012-03-021-5/+3
* Fixed that the bulk edit/copy form does not propose versions and categories f...Jean-Philippe Lang2012-03-011-0/+22
* back out from r9031 to r9036Toshi MARUYAMA2012-03-011-5/+5
* Rails3: test: add .to_s for mail's bodies check at functional/issues_controll...Toshi MARUYAMA2012-03-011-5/+5
* Fixed potential test failure.Jean-Philippe Lang2012-02-281-2/+2
* Do not do assertions on mail class.Jean-Philippe Lang2012-02-251-3/+3
* Potential test failure fixed.Jean-Philippe Lang2012-02-241-2/+2
* Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang2012-02-161-0/+129
* use with_settings instead of direct "Setting" at "test_index" of functional i...Toshi MARUYAMA2012-02-151-14/+14
* Only show statuses that can be applied to all issues on the bulk edit form (#...Jean-Philippe Lang2012-02-111-0/+20
* Removed mocha availability checks in tests.Jean-Philippe Lang2012-02-051-2/+1
* Fixed rounding issue on spent hours column in CSV export (#10150).Jean-Philippe Lang2012-02-041-2/+13
* Fixed: associated changesets from other projects are not visible if the curre...Jean-Philippe Lang2012-02-021-1/+15
* Display of multi custom fields.Jean-Philippe Lang2012-01-291-1/+13
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-0/+222
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-281-8/+9
* Updated assertion that fails after r8680.Jean-Philippe Lang2012-01-201-1/+1
* Adds an option of the copy form to enable/disable attachments copy (#3055).Jean-Philippe Lang2012-01-201-1/+39
* Copy attachments on issue and project copy (#3055).Jean-Philippe Lang2012-01-201-0/+38
* Fixed an error when trying to copy an issue that does not exist.Jean-Philippe Lang2012-01-171-0/+6
* Display the position of the current issue in the query results.Jean-Philippe Lang2012-01-161-0/+6
* Fixed previous/next links when navigating in a saved query.Jean-Philippe Lang2012-01-161-0/+18
* Adds assertions to issue destroy tests.Jean-Philippe Lang2012-01-101-6/+30
* Fixed: Routing error when deleting an issue with spent time.Jean-Philippe Lang2012-01-101-0/+2
* Fixed: error when displaying an issue with a query sorted by an association, ...Jean-Philippe Lang2012-01-081-0/+14
* Check project assignment on issue copy/move.Jean-Philippe Lang2012-01-081-0/+12
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-081-1/+51
* Typo.Jean-Philippe Lang2012-01-071-1/+1
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-071-0/+81
* Allows project to be changed from the bulk edit form.Jean-Philippe Lang2012-01-071-0/+51
* Allows project to be changed from the regular issue update action (#4769, #98...Jean-Philippe Lang2012-01-071-1/+78
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-0/+71
* Display issue form fields according to permissions.Jean-Philippe Lang2011-12-151-2/+128
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-7/+7
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* Fixed that a cross-project custom query is not remembered inside project (#97...Jean-Philippe Lang2011-12-071-0/+22