summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed: notes are lost when copying issue(s) (#6901, #8239).Jean-Philippe Lang2011-04-291-0/+18
* Fixed: copying an issue keeps the author of the original issue (#6901).Jean-Philippe Lang2011-04-291-0/+7
* Private issues (#7414).Jean-Philippe Lang2011-04-151-2/+7
* Fixed: ambiguous lft column SQL error on Issue#descendants with a join on pro...Jean-Philippe Lang2011-04-121-0/+4
* Adds an issues visibility level on roles (#7412).Jean-Philippe Lang2011-04-111-3/+45
* Adds visibility condition to Issue.by_* count methods.Jean-Philippe Lang2011-04-081-2/+10
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-051-0/+16
* Prevent SystemStackError on Issue#all_dependent_issues with mutiple circular ...Jean-Philippe Lang2011-03-131-0/+12
* Fixes a failing test.Jean-Philippe Lang2011-02-271-0/+2