summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Don't reload the issue in after_save callback.Jean-Philippe Lang2013-02-281-0/+3
* Removed the default 0 value for issues foreign keys.Jean-Philippe Lang2013-02-171-0/+13
* Adds Issue#status_was that returns the initial issue status.Jean-Philippe Lang2013-02-171-0/+19
* Adds closed_on column that stores the time of the last closing (#824).Jean-Philippe Lang2013-02-161-0/+54
* Fixed that custom_field_values are not reloaded on #reload (#13119).Jean-Philippe Lang2013-02-111-0/+15
* Removing shoulda context.Jean-Philippe Lang2013-02-031-206/+154
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Gantt perf: fixed that Project#start_date and #due_date run way too much quer...Jean-Philippe Lang2013-01-061-0/+10
* Negative estimated hours should not be valid (#12735).Jean-Philippe Lang2013-01-051-0/+9
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-2/+2
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-6/+5
* Precede-Follow relation should move following issues earlier when reschedulin...Jean-Philippe Lang2012-11-241-1/+35
* Make sure that attachments are created in the same order they were selected (...Jean-Philippe Lang2012-11-071-0/+14
* fix unit issue test fails on WednesdayToshi MARUYAMA2012-10-311-9/+10
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-291-12/+71
* Adds a textual css class for issue priorities (#12216).Jean-Philippe Lang2012-10-261-0/+7
* 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