]> source.dussan.org Git - redmine.git/log
redmine.git
13 years agoRails3: scm: subversion: fix error of test_next_nil at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 10:04:43 +0000 (10:04 +0000)]
Rails3: scm: subversion: fix error of test_next_nil at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7168 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: subversion: fix error of test_next at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 10:04:20 +0000 (10:04 +0000)]
Rails3: scm: subversion: fix error of test_next at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7167 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: subversion: fix error of test_previous_nil at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 10:03:58 +0000 (10:03 +0000)]
Rails3: scm: subversion: fix error of test_previous_nil at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7166 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: subversion: fix error of test_previous at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 10:03:34 +0000 (10:03 +0000)]
Rails3: scm: subversion: fix error of test_previous at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7165 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: filesystem: replace @repository.reload to @project.reload of test_fetch_...
Toshi MARUYAMA [Mon, 12 Sep 2011 10:03:09 +0000 (10:03 +0000)]
Rails3: scm: filesystem: replace @repository.reload to @project.reload of test_fetch_changesets at unit model test

Filesystem repository does not have revisions.
So, on Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error
does not raise.
But, replace the same way with other SCMs.

For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7164 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: cvs: fix error of test_browse_root at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 10:02:44 +0000 (10:02 +0000)]
Rails3: scm: cvs: fix error of test_browse_root at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7163 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoscm: cvs: define NUM_REV as the number of test repository revisions at functional...
Toshi MARUYAMA [Mon, 12 Sep 2011 10:02:11 +0000 (10:02 +0000)]
scm: cvs: define NUM_REV as the number of test repository revisions at functional test

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7162 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: darcs: fix error of test_destroy_invalid_repository at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 04:12:29 +0000 (04:12 +0000)]
Rails3: scm: darcs: fix error of test_destroy_invalid_repository at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7161 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: darcs: fix error of test_destroy_valid_repository at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 04:11:49 +0000 (04:11 +0000)]
Rails3: scm: darcs: fix error of test_destroy_valid_repository at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7160 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: darcs: fix error of test_diff at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 04:11:04 +0000 (04:11 +0000)]
Rails3: scm: darcs: fix error of test_diff at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7159 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: darcs: fix error of test_changes at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 04:10:19 +0000 (04:10 +0000)]
Rails3: scm: darcs: fix error of test_changes at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7158 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: darcs: fix error of test_browse_at_given_revision at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 04:09:33 +0000 (04:09 +0000)]
Rails3: scm: darcs: fix error of test_browse_at_given_revision at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7157 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: darcs: fix error of test_browse_directory at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 04:08:51 +0000 (04:08 +0000)]
Rails3: scm: darcs: fix error of test_browse_directory at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7156 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: subversion: fix error of test_format_identifier at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 04:06:06 +0000 (04:06 +0000)]
Rails3: scm: subversion: fix error of test_format_identifier at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7155 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: subversion: fix error of test_find_changeset_by_empty_name at unit model...
Toshi MARUYAMA [Mon, 12 Sep 2011 04:05:30 +0000 (04:05 +0000)]
Rails3: scm: subversion: fix error of test_find_changeset_by_empty_name at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7154 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: subversion: fix error of test_identifier at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 04:04:50 +0000 (04:04 +0000)]
Rails3: scm: subversion: fix error of test_identifier at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7153 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: subversion: fix error of test_directory_listing_with_square_brackets_in_...
Toshi MARUYAMA [Mon, 12 Sep 2011 04:04:10 +0000 (04:04 +0000)]
Rails3: scm: subversion: fix error of test_directory_listing_with_square_brackets_in_base at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7152 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: subversion: fix error of test_directory_listing_with_square_brackets_in_...
Toshi MARUYAMA [Mon, 12 Sep 2011 04:03:13 +0000 (04:03 +0000)]
Rails3: scm: subversion: fix error of test_directory_listing_with_square_brackets_in_path at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7151 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: subversion: fix error of test_latest_changesets at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 04:02:30 +0000 (04:02 +0000)]
Rails3: scm: subversion: fix error of test_latest_changesets at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7150 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: subversion: fix error of test_fetch_changesets_incremental at unit model...
Toshi MARUYAMA [Mon, 12 Sep 2011 04:01:43 +0000 (04:01 +0000)]
Rails3: scm: subversion: fix error of test_fetch_changesets_incremental at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7149 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: darcs: fix error of test_browse_root at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 04:00:49 +0000 (04:00 +0000)]
Rails3: scm: darcs: fix error of test_browse_root at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7148 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoscm: darcs: define NUM_REV as the number of test repository revisions at functional...
Toshi MARUYAMA [Mon, 12 Sep 2011 04:00:04 +0000 (04:00 +0000)]
scm: darcs: define NUM_REV as the number of test repository revisions at functional test

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7147 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_destroy_invalid_repository at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 03:00:14 +0000 (03:00 +0000)]
Rails3: scm: git: fix error of test_destroy_invalid_repository at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7146 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_destroy_valid_repository at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:59:43 +0000 (02:59 +0000)]
Rails3: scm: git: fix error of test_destroy_valid_repository at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7145 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_empty_revision at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:59:08 +0000 (02:59 +0000)]
Rails3: scm: git: fix error of test_empty_revision at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7144 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_revision at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:58:33 +0000 (02:58 +0000)]
Rails3: scm: git: fix error of test_revision at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7143 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_annotate_at_given_revision at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:58:06 +0000 (02:58 +0000)]
Rails3: scm: git: fix error of test_annotate_at_given_revision at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7142 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_diff_two_revs at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:57:34 +0000 (02:57 +0000)]
Rails3: scm: git: fix error of test_diff_two_revs at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7141 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_diff_truncated at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:56:54 +0000 (02:56 +0000)]
Rails3: scm: git: fix error of test_diff_truncated at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7140 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_diff at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:56:23 +0000 (02:56 +0000)]
Rails3: scm: git: fix error of test_diff at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7139 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_browse_at_given_revision at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:55:40 +0000 (02:55 +0000)]
Rails3: scm: git: fix error of test_browse_at_given_revision at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7138 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: cvs: fix error of test_annotate at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:45:20 +0000 (02:45 +0000)]
Rails3: scm: cvs: fix error of test_annotate at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7137 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: cvs: fix error of test_cat at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:44:55 +0000 (02:44 +0000)]
Rails3: scm: cvs: fix error of test_cat at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7136 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: cvs: fix error of test_entries_invalid_revision at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:44:31 +0000 (02:44 +0000)]
Rails3: scm: cvs: fix error of test_entries_invalid_revision at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7135 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: cvs: fix error of test_entries_invalid_path at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:44:08 +0000 (02:44 +0000)]
Rails3: scm: cvs: fix error of test_entries_invalid_path at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7134 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: cvs: fix error of test_entries_rev3 at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:43:44 +0000 (02:43 +0000)]
Rails3: scm: cvs: fix error of test_entries_rev3 at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7133 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: cvs: fix error of test_deleted_files_should_not_be_listed at unit model...
Toshi MARUYAMA [Mon, 12 Sep 2011 02:43:19 +0000 (02:43 +0000)]
Rails3: scm: cvs: fix error of test_deleted_files_should_not_be_listed at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7132 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: cvs: fix error of test_fetch_changesets_from_scratch at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:42:49 +0000 (02:42 +0000)]
Rails3: scm: cvs: fix error of test_fetch_changesets_from_scratch at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7131 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_browse_directory at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 02:42:23 +0000 (02:42 +0000)]
Rails3: scm: git: fix error of test_browse_directory at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7130 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_show_at_given_revision at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 01:16:40 +0000 (01:16 +0000)]
Rails3: scm: mercurial: fix error of test_show_at_given_revision at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7129 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_show_directory at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 01:15:57 +0000 (01:15 +0000)]
Rails3: scm: mercurial: fix error of test_show_directory at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7128 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_show_root at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 01:15:09 +0000 (01:15 +0000)]
Rails3: scm: mercurial: fix error of test_show_root at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7127 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoscm: mercurial: define NUM_REV as the number of test repository revisions at function...
Toshi MARUYAMA [Mon, 12 Sep 2011 01:14:24 +0000 (01:14 +0000)]
scm: mercurial: define NUM_REV as the number of test repository revisions at functional test

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7126 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_browse_tag at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 01:13:41 +0000 (01:13 +0000)]
Rails3: scm: git: fix error of test_browse_tag at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7125 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_browse_branch at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 01:13:03 +0000 (01:13 +0000)]
Rails3: scm: git: fix error of test_browse_branch at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7124 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: bazaar: fix error of test_destroy_invalid_repository at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 00:53:11 +0000 (00:53 +0000)]
Rails3: scm: bazaar: fix error of test_destroy_invalid_repository at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7123 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: bazaar: fix error of test_destroy_valid_repository at functional test
Toshi MARUYAMA [Mon, 12 Sep 2011 00:52:36 +0000 (00:52 +0000)]
Rails3: scm: bazaar: fix error of test_destroy_valid_repository at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7122 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: darcs: fix error of test_cat at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 00:15:06 +0000 (00:15 +0000)]
Rails3: scm: darcs: fix error of test_cat at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7121 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: darcs: fix error of test_deleted_files_should_not_be_listed at unit...
Toshi MARUYAMA [Mon, 12 Sep 2011 00:14:32 +0000 (00:14 +0000)]
Rails3: scm: darcs: fix error of test_deleted_files_should_not_be_listed at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7120 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: darcs: fix error of test_entries_invalid_revision at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 00:13:56 +0000 (00:13 +0000)]
Rails3: scm: darcs: fix error of test_entries_invalid_revision at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7119 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: darcs: fix error of test_fetch_changesets_incremental at unit model...
Toshi MARUYAMA [Mon, 12 Sep 2011 00:13:20 +0000 (00:13 +0000)]
Rails3: scm: darcs: fix error of test_fetch_changesets_incremental at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7118 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_copied_files at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 00:12:44 +0000 (00:12 +0000)]
Rails3: scm: mercurial: fix error of test_copied_files at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7117 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_latest_changesets at unit model test
Toshi MARUYAMA [Mon, 12 Sep 2011 00:12:06 +0000 (00:12 +0000)]
Rails3: scm: mercurial: fix error of test_latest_changesets at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7116 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_changeset_order_by_revision at unit model...
Toshi MARUYAMA [Mon, 12 Sep 2011 00:11:34 +0000 (00:11 +0000)]
Rails3: scm: mercurial: fix error of test_changeset_order_by_revision at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7115 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_format_identifier at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 23:21:18 +0000 (23:21 +0000)]
Rails3: scm: mercurial: fix error of test_format_identifier at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7114 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_identifier at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 23:20:37 +0000 (23:20 +0000)]
Rails3: scm: mercurial: fix error of test_identifier at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7113 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_find_changeset_by_invalid_name at unit...
Toshi MARUYAMA [Sun, 11 Sep 2011 23:19:39 +0000 (23:19 +0000)]
Rails3: scm: mercurial: fix error of test_find_changeset_by_invalid_name at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7112 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_find_changeset_by_name at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 23:18:56 +0000 (23:18 +0000)]
Rails3: scm: mercurial: fix error of test_find_changeset_by_name at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7111 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_browse_root at functional test
Toshi MARUYAMA [Sun, 11 Sep 2011 23:16:10 +0000 (23:16 +0000)]
Rails3: scm: git: fix error of test_browse_root at functional test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7110 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoscm: git: define NUM_REV as the number of test repository revisions at functional...
Toshi MARUYAMA [Sun, 11 Sep 2011 23:15:28 +0000 (23:15 +0000)]
scm: git: define NUM_REV as the number of test repository revisions at functional test

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7109 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: subversion: fix error of test_fetch_changesets_from_scratch at unit...
Toshi MARUYAMA [Sun, 11 Sep 2011 23:14:46 +0000 (23:14 +0000)]
Rails3: scm: subversion: fix error of test_fetch_changesets_from_scratch at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7108 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoscm: subversion: define NUM_REV as the number of test repository revisions at unit...
Toshi MARUYAMA [Sun, 11 Sep 2011 23:14:00 +0000 (23:14 +0000)]
scm: subversion: define NUM_REV as the number of test repository revisions at unit model test

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7107 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_next_nil at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 23:13:12 +0000 (23:13 +0000)]
Rails3: scm: mercurial: fix error of test_next_nil at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7106 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_next at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 23:12:26 +0000 (23:12 +0000)]
Rails3: scm: mercurial: fix error of test_next at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7105 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_previous_nil at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 23:11:28 +0000 (23:11 +0000)]
Rails3: scm: mercurial: fix error of test_previous_nil at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7104 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_previous at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 23:10:45 +0000 (23:10 +0000)]
Rails3: scm: mercurial: fix error of test_previous at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7103 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: mercurial: fix error of test_find_changeset_by_empty_name at unit model...
Toshi MARUYAMA [Sun, 11 Sep 2011 23:09:38 +0000 (23:09 +0000)]
Rails3: scm: mercurial: fix error of test_find_changeset_by_empty_name at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7102 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: mercurial: git: fix error of test_isodatesec at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 14:14:06 +0000 (14:14 +0000)]
Rails3: mercurial: git: fix error of test_isodatesec at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7101 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: mercurial: git: fix error of test_fetch_changesets_incremental at unit model...
Toshi MARUYAMA [Sun, 11 Sep 2011 14:13:21 +0000 (14:13 +0000)]
Rails3: mercurial: git: fix error of test_fetch_changesets_incremental at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7100 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: mercurial: git: fix error of test_fetch_changesets_from_scratch at unit model...
Toshi MARUYAMA [Sun, 11 Sep 2011 14:12:38 +0000 (14:12 +0000)]
Rails3: mercurial: git: fix error of test_fetch_changesets_from_scratch at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7099 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoscm: mercurial: define NUM_REV as the number of test repository revisions at unit...
Toshi MARUYAMA [Sun, 11 Sep 2011 14:11:54 +0000 (14:11 +0000)]
scm: mercurial: define NUM_REV as the number of test repository revisions at unit model test

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7098 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_next_nil at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 11:54:34 +0000 (11:54 +0000)]
Rails3: scm: git: fix error of test_next_nil at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7097 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_next at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 11:54:11 +0000 (11:54 +0000)]
Rails3: scm: git: fix error of test_next at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7096 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_previous_nil at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 11:53:48 +0000 (11:53 +0000)]
Rails3: scm: git: fix error of test_previous_nil at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7095 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_previous at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 11:53:24 +0000 (11:53 +0000)]
Rails3: scm: git: fix error of test_previous at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7094 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: darcs: fix error of test_fetch_changesets_from_scratch at unit model...
Toshi MARUYAMA [Sun, 11 Sep 2011 11:53:00 +0000 (11:53 +0000)]
Rails3: scm: darcs: fix error of test_fetch_changesets_from_scratch at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7093 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoscm: darcs: define NUM_REV as the number of test repository revisions at unit model...
Toshi MARUYAMA [Sun, 11 Sep 2011 11:52:34 +0000 (11:52 +0000)]
scm: darcs: define NUM_REV as the number of test repository revisions at unit model test

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7092 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_log_utf8 at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 10:13:53 +0000 (10:13 +0000)]
Rails3: scm: git: fix error of test_log_utf8 at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7091 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_format_identifier at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 10:13:17 +0000 (10:13 +0000)]
Rails3: scm: git: fix error of test_format_identifier at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7090 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_identifier at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 10:12:44 +0000 (10:12 +0000)]
Rails3: scm: git: fix error of test_identifier at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7089 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_find_changeset_by_empty_name at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 10:12:03 +0000 (10:12 +0000)]
Rails3: scm: git: fix error of test_find_changeset_by_empty_name at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7088 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_latest_changesets_latin_1_dir at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 08:44:16 +0000 (08:44 +0000)]
Rails3: scm: git: fix error of test_latest_changesets_latin_1_dir at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7087 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_find_changeset_by_name at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 08:43:42 +0000 (08:43 +0000)]
Rails3: scm: git: fix error of test_find_changeset_by_name at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7086 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_latest_changesets at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 08:43:05 +0000 (08:43 +0000)]
Rails3: scm: git: fix error of test_latest_changesets at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7085 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_db_consistent_ordering_before_1_2 at unit model...
Toshi MARUYAMA [Sun, 11 Sep 2011 08:42:30 +0000 (08:42 +0000)]
Rails3: scm: git: fix error of test_db_consistent_ordering_before_1_2 at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7084 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: bazaar: fix error of test_next_nil at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 08:38:17 +0000 (08:38 +0000)]
Rails3: scm: bazaar: fix error of test_next_nil at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7083 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: bazaar: fix error of test_next at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 08:37:52 +0000 (08:37 +0000)]
Rails3: scm: bazaar: fix error of test_next at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7082 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: bazaar: fix error of test_previous_nil at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 08:37:28 +0000 (08:37 +0000)]
Rails3: scm: bazaar: fix error of test_previous_nil at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7081 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: bazaar: fix error of test_previous at unit model test
Toshi MARUYAMA [Sun, 11 Sep 2011 08:36:55 +0000 (08:36 +0000)]
Rails3: scm: bazaar: fix error of test_previous at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7080 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoTraditional Chinese translation updated by ChunChang Lo (#9210, #9129)
Toshi MARUYAMA [Sat, 10 Sep 2011 02:16:34 +0000 (02:16 +0000)]
Traditional Chinese translation updated by ChunChang Lo (#9210, #9129)

Translations readded:
* text_git_repository_note

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7079 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoTraditional Chinese translation updated by ChunChang Lo (#9210)
Toshi MARUYAMA [Sat, 10 Sep 2011 02:15:50 +0000 (02:15 +0000)]
Traditional Chinese translation updated by ChunChang Lo (#9210)

Translations changed:
* text_mercurial_repository_note

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7078 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoremove trailing white-spaces from lib/tasks/initializers.rake
Toshi MARUYAMA [Wed, 7 Sep 2011 08:18:52 +0000 (08:18 +0000)]
remove trailing white-spaces from lib/tasks/initializers.rake

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7077 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoremove trailing white-spaces from lib/tasks/load_default_data.rake
Toshi MARUYAMA [Wed, 7 Sep 2011 08:18:23 +0000 (08:18 +0000)]
remove trailing white-spaces from lib/tasks/load_default_data.rake

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7076 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoremove trailing white-spaces from lib/tasks/locales.rake
Toshi MARUYAMA [Wed, 7 Sep 2011 08:17:58 +0000 (08:17 +0000)]
remove trailing white-spaces from lib/tasks/locales.rake

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7075 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoremove trailing white-spaces from lib/tasks/migrate_from_trac.rake
Toshi MARUYAMA [Wed, 7 Sep 2011 08:17:29 +0000 (08:17 +0000)]
remove trailing white-spaces from lib/tasks/migrate_from_trac.rake

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7074 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: bazaar: fix error of test_fetch_changesets_incremental at unit model...
Toshi MARUYAMA [Wed, 7 Sep 2011 04:04:09 +0000 (04:04 +0000)]
Rails3: scm: bazaar: fix error of test_fetch_changesets_incremental at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7073 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_db_consistent_ordering_before_1_2 at unit model...
Toshi MARUYAMA [Wed, 7 Sep 2011 04:03:41 +0000 (04:03 +0000)]
Rails3: scm: git: fix error of test_db_consistent_ordering_before_1_2 at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7072 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_db_consistent_ordering_init at unit model test
Toshi MARUYAMA [Wed, 7 Sep 2011 04:02:54 +0000 (04:02 +0000)]
Rails3: scm: git: fix error of test_db_consistent_ordering_init at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7071 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agoRails3: scm: git: fix error of test_fetch_changesets_invalid_rev at unit model test
Toshi MARUYAMA [Wed, 7 Sep 2011 04:01:49 +0000 (04:01 +0000)]
Rails3: scm: git: fix error of test_fetch_changesets_invalid_rev at unit model test

On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7070 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 years agofix typo in imap examples at lib/tasks/email.rake (#9198)
Toshi MARUYAMA [Wed, 7 Sep 2011 01:00:19 +0000 (01:00 +0000)]
fix typo in imap examples at lib/tasks/email.rake (#9198)

Contributed by Nathan L Smith.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7068 e93f8b46-1217-0410-a6f0-8f06a7374b81