summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Wrap issue description and its contextual menu in a div (#12211).Jean-Philippe Lang2012-10-271-0/+2
* Fixes that test randomly fails.Jean-Philippe Lang2012-10-271-2/+1
* Fixed that entering #nnn as parent task should validate (#11979).Jean-Philippe Lang2012-10-141-3/+15
* Tests cleanup, use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-10-131-51/+50
* Tests cleanup, use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-10-131-85/+112
* Tests cleanup.Jean-Philippe Lang2012-10-131-16/+0
* Tests cleanup.Jean-Philippe Lang2012-10-131-18/+4
* Test moved to tests with transactional fixtures disabled.Jean-Philippe Lang2012-10-131-18/+0
* Reverts r10623 for clarity, this test does not need the default language to b...Jean-Philippe Lang2012-10-131-15/+14
* set language en at test_put_update_with_spent_time_and_failure_should_not_add...Toshi MARUYAMA2012-10-121-14/+15
* Test that spent time should not be added when issue update fails (#11283).Jean-Philippe Lang2012-10-121-0/+18
* Fixed: No validation errors when entering an invalid "Parent task" (#11979).Jean-Philippe Lang2012-10-121-6/+24
* Makes Issue.generate_with_descendants! helper accept attributes only.Jean-Philippe Lang2012-10-121-6/+6
* Adjusts test for r10569.Jean-Philippe Lang2012-10-071-2/+2
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-24/+71
* Makes related issues available for display and filtering on the issue list (#...Jean-Philippe Lang2012-09-291-2/+38
* Fixed that issue author is assigned with current user when the edit form is u...Jean-Philippe Lang2012-09-271-0/+12
* Adds a "Copied from/to" relation when copying issue(s) (#6899).Jean-Philippe Lang2012-09-271-0/+26
* Do not copy subtasks twice when copying an issue and its descendants (#6965).Jean-Philippe Lang2012-09-081-0/+15
* Option to copy subtasks when copying issue(s) (#6965).Jean-Philippe Lang2012-09-081-0/+66
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-021-12/+12
* Adds a title to the issue link in the flash message.Jean-Philippe Lang2012-08-131-1/+1
* Ability to filter issues using project, author, assignee and target version c...Jean-Philippe Lang2012-08-071-0/+16
* Ability to group and sort the issue list by user/version custom field (#9419).Jean-Philippe Lang2012-07-241-0/+52
* Removes RJS from IssuesController.Jean-Philippe Lang2012-07-191-0/+4
* Additional tests for custom field formats.Jean-Philippe Lang2012-07-151-0/+20
* Rewrites assertions with assert_select.Jean-Philippe Lang2012-07-151-7/+4
* Adds maxlength=255 attribute on attachment description input field (#11365).Jean-Philippe Lang2012-07-151-0/+1
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-24/+119
* Fixed that link to the assignee is escaped twice on the issue view (#11352).Jean-Philippe Lang2012-07-091-0/+8
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-1/+27
* Fixed test failure.Jean-Philippe Lang2012-07-041-1/+1
* Fixed that watchers delete links are escaped on the issue view (#10932).Jean-Philippe Lang2012-05-151-0/+30
* Adds css class to custom field input tags.Jean-Philippe Lang2012-05-011-2/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-13/+13
* 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