summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* code layout clean up of test_create_minimal at test/unit/issue_test.rbToshi MARUYAMA2011-09-231-1/+3
* code layout clean up of test_create_with_required_custom_field at test/unit/i...Toshi MARUYAMA2011-09-231-1/+3
* code layout clean up of test_errors_full_messages_should_include_custom_field...Toshi MARUYAMA2011-09-231-1/+3
* code layout clean up of test_category_based_assignment at test/unit/issue_tes...Toshi MARUYAMA2011-09-231-1/+4
* code layout clean up of test_all_dependent_issues_with_persistent_multiple_ci...Toshi MARUYAMA2011-09-231-5/+15
* code layout clean up of test_all_dependent_issues_with_persistent_circular_de...Toshi MARUYAMA2011-09-231-3/+9
* remove trailing white-spaces from test/unit/issue_test.rb.Toshi MARUYAMA2011-08-291-11/+11
* Assignee is removed on issue update if assignee account is locked (#8884).Jean-Philippe Lang2011-07-231-0/+9
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-231-0/+41
* Fixes assertions (#8836).Jean-Philippe Lang2011-07-201-2/+2
* Normalize issue description EOLs do prevent false journal details (#8712).Jean-Philippe Lang2011-07-021-1/+6
* Do not journalize blank description changes (#8712).Jean-Philippe Lang2011-07-021-0/+16
* remove trailing white-spaces and empty lines from unit issue test.Toshi MARUYAMA2011-05-171-112/+109