summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Display the bulk edit form with error messages when some issues can not be sa...Jean-Philippe Lang2013-05-041-5/+24
* Fixed: Circular loop when using relations and subtasks (#8794).Jean-Philippe Lang2013-03-171-0/+2
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-231-7/+12
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-231-7/+7
* Fixed that float custom fields do not use CSV decimal separator (#10364).Jean-Philippe Lang2013-02-191-2/+21
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-161-12/+12
* "Parent task is invalid" while editing child issues with restricted Issues Vi...Jean-Philippe Lang2013-01-201-0/+14
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-15/+25
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-199/+199
* "New issue" menu item should not link to copy form (#12652).Jean-Philippe Lang2012-12-211-0/+3
* Save the selected file just in case uploading stuff fails/is not supported.Jean-Philippe Lang2012-12-151-2/+2
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-101-7/+6
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-10/+10
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-1/+12
* Adds tests for when showing/deleting an invalid issue.Jean-Philippe Lang2012-12-031-0/+13
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-4/+0
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-8/+8
* Ability to sort issues by grouped column (#3511).Jean-Philippe Lang2012-10-291-0/+20
* 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