summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds a test for start date < due date validation.Jean-Philippe Lang2012-10-181-0/+7
* Fixed that invalid start date is ignored (#12092).Jean-Philippe Lang2012-10-181-0/+18
* code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_locke...Toshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_assignable_versions of unit issue testToshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_close...Toshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_should_not_close_duplicated_issue of unit issue testToshi MARUYAMA2012-10-131-1/+2
* code layout clean up test_should_close_duplicates of unit issue testToshi MARUYAMA2012-10-131-3/+6
* code layout clean up test_should_not_call_after_project_change_on_creation of...Toshi MARUYAMA2012-10-131-1/+2
* code layout clean up test_read_only_attribute_names_for_multiple_roles_should...Toshi MARUYAMA2012-10-131-3/+9
* code layout clean up test_required_attribute_names_for_multiple_roles_should_...Toshi MARUYAMA2012-10-131-4/+12
* code layout clean up test_should_be_able_to_assign_a_new_issue_to_an_open_ver...Toshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_required_attributes_should_be_validated of unit iss...Toshi MARUYAMA2012-10-131-10/+26
* code layout clean up test_safe_attributes_should_accept_target_status_writabl...Toshi MARUYAMA2012-10-131-4/+13
* code layout clean up test_new_statuses_allowed_to_should_return_all_transitio...Toshi MARUYAMA2012-10-131-2/+3
* code layout clean up test_new_statuses_allowed_to of unit issue testToshi MARUYAMA2012-10-131-9/+22
* code layout clean up test_safe_attributes_should_accept_target_tracker_writab...Toshi MARUYAMA2012-10-131-4/+11
* code layout clean up test_editable_custom_field_values_should_return_non_read...Toshi MARUYAMA2012-10-131-4/+6
* code layout clean up test_safe_attributes_should_not_include_readonly_custom_...Toshi MARUYAMA2012-10-131-7/+16
* code layout clean up test_safe_attributes_should_not_include_readonly_fields ...Toshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_should_not_update_custom_fields_on_changing_tracker...Toshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_journalized_multi_custom_field of unit issue testToshi MARUYAMA2012-10-131-4/+8
* code layout clean up context "#assignable_users" of unit issue testToshi MARUYAMA2012-10-131-1/+2
* code layout clean up context "#behind_schedule?" of unit issue testToshi MARUYAMA2012-10-131-5/+15
* code layout clean up test_overdue of unit issue testToshi MARUYAMA2012-10-131-1/+4
* code layout clean up test_rescheduling_an_issue_should_reschedule_following_i...Toshi MARUYAMA2012-10-131-3/+10
* code layout cleanup test/unit/issue_test.rbToshi MARUYAMA2012-10-121-2/+6
* set language en at test_create_with_invalid_parent_issue_id of unit issue tes...Toshi MARUYAMA2012-10-121-0/+1
* add test of parent issue id beginning sharp to unit issue test (#11979)Toshi MARUYAMA2012-10-121-0/+19
* Fixed: No validation errors when entering an invalid "Parent task" (#11979).Jean-Philippe Lang2012-10-121-0/+14
* Makes Issue.generate_with_descendants! helper accept attributes only.Jean-Philippe Lang2012-10-121-3/+3
* 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