Project

General

Profile

Activity

From 2012-10-12 to 2012-10-14

2012-10-14

16:35 Revision 10658 (svn): Fixed that entering #nnn as parent task should validate (#11979).
Jean-Philippe Lang

2012-10-13

18:29 Revision 10657 (svn): svn propset svn:eol-style native extra/sample_plugin/test/integration/routing_test.rb
Toshi MARUYAMA
18:22 Revision 10656 (svn): add routing test to sample plugin
Toshi MARUYAMA
13:20 Revision 10655 (svn): code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_locked_version of unit issue test
Toshi MARUYAMA
13:20 Revision 10654 (svn): code layout clean up test_assignable_versions of unit issue test
Toshi MARUYAMA
13:20 Revision 10653 (svn): code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_closed_version of unit issue test
Toshi MARUYAMA
13:19 Revision 10652 (svn): code layout clean up test_should_not_close_duplicated_issue of unit issue test
Toshi MARUYAMA
13:19 Revision 10651 (svn): code layout clean up test_should_close_duplicates of unit issue test
Toshi MARUYAMA
13:18 Revision 10650 (svn): code layout clean up test_should_not_call_after_project_change_on_creation of unit issue test
Toshi MARUYAMA
13:18 Revision 10649 (svn): code layout clean up test_read_only_attribute_names_for_multiple_roles_should_intersect_rules of unit issue test
Toshi MARUYAMA
13:17 Revision 10648 (svn): code layout clean up test_required_attribute_names_for_multiple_roles_should_intersect_rules of unit issue test
Toshi MARUYAMA
12:55 Revision 10647 (svn): code layout clean up test_should_be_able_to_assign_a_new_issue_to_an_open_version of unit issue test
Toshi MARUYAMA
12:55 Revision 10646 (svn): code layout clean up test_required_attributes_should_be_validated of unit issue test
Toshi MARUYAMA
12:54 Revision 10645 (svn): code layout clean up test_safe_attributes_should_accept_target_status_writable_fields of unit issue test
Toshi MARUYAMA
12:53 Revision 10644 (svn): code layout clean up test_new_statuses_allowed_to_should_return_all_transitions_for_admin of unit issue test
Toshi MARUYAMA
12:53 Revision 10643 (svn): code layout clean up test_new_statuses_allowed_to of unit issue test
Toshi MARUYAMA
12:52 Revision 10642 (svn): code layout clean up test_safe_attributes_should_accept_target_tracker_writable_fields of unit issue test
Toshi MARUYAMA
12:51 Revision 10641 (svn): code layout clean up test_editable_custom_field_values_should_return_non_readonly_custom_values of unit issue test
Toshi MARUYAMA
12:51 Revision 10640 (svn): code layout clean up test_safe_attributes_should_not_include_readonly_custom_fields of unit issue test
Toshi MARUYAMA
12:50 Revision 10639 (svn): code layout clean up test_safe_attributes_should_not_include_readonly_fields of unit issue test
Toshi MARUYAMA
12:50 Revision 10638 (svn): code layout clean up test_should_not_update_custom_fields_on_changing_tracker_with_different_custom_fields of unit issue test
Toshi MARUYAMA
12:24 Revision 10637 (svn): Tests cleanup, use #assert_select instead of #assert_tag.
Jean-Philippe Lang
12:15 Revision 10636 (svn): code layout clean up test_journalized_multi_custom_field of unit issue test
Toshi MARUYAMA
12:15 Revision 10635 (svn): code layout clean up context "#assignable_users" of unit issue test
Toshi MARUYAMA
12:15 Revision 10634 (svn): code layout clean up context "#behind_schedule?" of unit issue test
Toshi MARUYAMA
12:14 Revision 10633 (svn): code layout clean up test_overdue of unit issue test
Toshi MARUYAMA
12:14 Revision 10632 (svn): code layout clean up test_rescheduling_an_issue_should_reschedule_following_issue of unit issue test
Toshi MARUYAMA
11:54 Revision 10631 (svn): Tests cleanup, use #assert_select instead of #assert_tag.
Jean-Philippe Lang
11:40 Revision 10630 (svn): Traditional Chinese translation updated by ChunChang Lo (#12091)
Toshi MARUYAMA
10:22 Revision 10629 (svn): Set proper locale.
Jean-Philippe Lang
10:21 Revision 10628 (svn): Tests cleanup.
Jean-Philippe Lang
10:14 Revision 10627 (svn): Tests cleanup.
Jean-Philippe Lang
10:03 Revision 10626 (svn): Test moved to tests with transactional fixtures disabled.
Jean-Philippe Lang
09:56 Revision 10625 (svn): Reverts r10623 for clarity, this test does not need the default language to be forced to "en".
Jean-Philippe Lang
09:40 Revision 10624 (svn): Make sure that custom field format cannot be changed.
Jean-Philippe Lang
01:23 Revision 10623 (svn): set language en at test_put_update_with_spent_time_and_failure_should_not_add_spent_time at functional issues controller test
Toshi MARUYAMA
00:57 Revision 10622 (svn): remove trailing white-spaces from app/controllers/issue_categories_controller.rb
Toshi MARUYAMA

2012-10-12

23:30 Revision 10621 (svn): Test that spent time should not be added when issue update fails (#11283).
Jean-Philippe Lang
19:22 Revision 10620 (svn): Expose roles details via REST API (#11502).
Jean-Philippe Lang
16:33 Revision 10619 (svn): code layout cleanup test/unit/issue_test.rb
Toshi MARUYAMA
16:32 Revision 10618 (svn): set language en at test_create_with_invalid_parent_issue_id of unit issue test (#11979)
Toshi MARUYAMA
16:32 Revision 10617 (svn): add test of parent issue id beginning sharp to unit issue test (#11979)
Toshi MARUYAMA
16:09 Revision 10616 (svn): Fixed that Redmine::VERSION.revision returns nil with svn 1.7 (#12012).
Jean-Philippe Lang
15:40 Revision 10615 (svn): Fixed: No validation errors when entering an invalid "Parent task" (#11979).
Jean-Philippe Lang
11:12 Revision 10614 (svn): Fixed that User#allowed_to? should return true or false (#12078).
Jean-Philippe Lang
11:02 Revision 10613 (svn): Removed issue_create! helper in favour of Issue.generate!
Jean-Philippe Lang
10:56 Revision 10612 (svn): Makes Issue.generate_with_descendants! helper accept attributes only.
Jean-Philippe Lang
10:39 Revision 10611 (svn): Remove Issue.generate_for_project! test helper and use Issue.generate! instead.
Jean-Philippe Lang
 

Also available in: Atom