summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove Issue.generate_for_project! test helper and use Issue.generate! instead.Jean-Philippe Lang2012-10-121-15/+11
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-101-0/+60
* Adds a "Copied from/to" relation when copying issue(s) (#6899).Jean-Philippe Lang2012-09-271-0/+13
* Anonymous users should not see private issues with anonymous author (#11872).Jean-Philippe Lang2012-09-191-13/+15
* add asserting that issue estimated hours is nil when creating minimal issueToshi MARUYAMA2012-09-111-0/+1
* Option to copy subtasks when copying issue(s) (#6965).Jean-Philippe Lang2012-09-081-0/+35
* Updates test for r10243.Jean-Philippe Lang2012-08-271-3/+2
* Code cleanup.Jean-Philippe Lang2012-08-081-0/+9
* Versions that are not shared should not be assignable when selecting another ...Jean-Philippe Lang2012-07-271-0/+20
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-8/+171
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-0/+46
* Fixed that deleting a project with subtasks may fail (#11185).Jean-Philippe Lang2012-06-181-0/+24
* Fixed that updated_on is not updated when updating an issue (#10964).Jean-Philippe Lang2012-05-211-0/+13
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-11/+15
* Removed #generate_with_protected helper methods.Jean-Philippe Lang2012-04-221-3/+3
* Removed object_daddy dependency.Jean-Philippe Lang2012-04-221-2/+2
* When copying issues, let the status be changed to default or left unchanged.Jean-Philippe Lang2012-04-141-0/+8
* Fixed that issues can be moved to projects with issue tracking disabled (#104...Jean-Philippe Lang2012-03-251-16/+9
* Array#to_s behaviour changed in ruby 1.9.Jean-Philippe Lang2012-03-051-3/+3
* Prevent ActiveRecord::StaleObjectError in Issue#reschedule_after (#7920).Jean-Philippe Lang2012-02-121-0/+13
* Better handling of issue update conflicts (#8691).Jean-Philippe Lang2012-02-041-0/+7
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-0/+30
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-281-9/+8
* Makes all workflow transitions defined for all roles available to administrat...Jean-Philippe Lang2012-01-261-0/+9
* Notify previous assignee when assignee changes (#2694).Jean-Philippe Lang2012-01-231-0/+12
* add missing groups_users fixture to unit issue testToshi MARUYAMA2012-01-111-0/+1
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-081-0/+1
* Deprecated Issue#move_to_project.Jean-Philippe Lang2012-01-071-59/+65
* Extracted some code from #move_to_project to a callback.Jean-Philippe Lang2012-01-061-0/+21
* Use fixtures generator.Jean-Philippe Lang2011-12-181-7/+3
* Use fixtures generator.Jean-Philippe Lang2011-12-181-11/+7
* Use open scope in version issues count methods.Jean-Philippe Lang2011-12-181-0/+10
* Do not change settings in tests.Jean-Philippe Lang2011-12-151-0/+4
* Save an @Issue#save@.Etienne Massip2011-12-141-4/+2
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-3/+6
* Makes project and tracker assigned first in #attributes=Jean-Philippe Lang2011-12-081-5/+11
* Fixed that custom values get saved when assigning custom values after changin...Jean-Philippe Lang2011-12-061-0/+16
* Fixed: User with groups may not see issues assigned to him or to its groups (...Jean-Philippe Lang2011-11-111-0/+23
* Rails3: test: replace deprecated errors.on_base at test_should_not_be_able_to...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: test: replace deprecated errors.on at test_should_not_be_able_to_assi...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: test: replace deprecated errors.on at test_should_not_be_able_to_assi...Toshi MARUYAMA2011-10-071-1/+1
* code layout clean up of test_visible_scope_for_anonymous_with_own_issues_visi...Toshi MARUYAMA2011-10-071-1/+3
* code layout clean up of test_errors_full_messages_should_include_custom_field...Toshi MARUYAMA2011-10-071-1/+2
* Rails3: test: replace deprecated errors.on at test_should_not_set_a_disabled_...Toshi MARUYAMA2011-10-071-1/+1
* code layout clean up of test_should_close_duplicates at test/unit/issue_test.rbToshi MARUYAMA2011-09-231-1/+3
* code layout clean up of test_should_not_close_duplicated_issue at test/unit/i...Toshi MARUYAMA2011-09-231-1/+3
* code layout clean up of test_create_should_send_email_notification at test/un...Toshi MARUYAMA2011-09-231-1/+4
* code layout clean up of test_all_dependent_issues at test/unit/issue_test.rbToshi MARUYAMA2011-09-231-3/+9
* code layout clean up of test_create_with_group_assignment at test/unit/issue_...Toshi MARUYAMA2011-09-231-1/+3
* code layout clean up of test_create at test/unit/issue_test.rbToshi MARUYAMA2011-09-231-1/+4