ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Revision:

Revisions

# Date Author Comment
1bf33bb6 2011-01-05 04:03 pm Toshi MARUYAMA

scm: mercurial: add unit test for copied file (#7064).

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

f4c5fe43 2011-01-05 04:03 pm Toshi MARUYAMA

scm: mercurial: add some tests at unit and functional test.

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

9ee02d04 2011-01-05 04:02 pm Toshi MARUYAMA

scm: mercurial: update test repository for following issues and fix tests.

  • copied file (#7064)
  • branch, tag (#1981)

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

ad18cfda 2011-01-05 04:02 pm Toshi MARUYAMA

scm: mercurial: escape any filenames by urlescape (#2664, #7064).

In Mercurial, filename is not UTF-8 but byte-string.
So it should be escaped to UTF-8-safe string before parsing as XML document.

NOTE: Mercurial's {|obfuscate} filter cannot be used here, because it treats...

6ad68ae0 2011-01-05 04:02 pm Toshi MARUYAMA

scm: mercurial: cleanup indent and trailing white-space of unit lib test.

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

0f8680ad 2011-01-05 04:01 pm Toshi MARUYAMA

scm: mercurial: fix comment and change // to '' some strings of functional test.

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

e86b8feb 2011-01-04 05:34 pm Toshi MARUYAMA

scm: mercurial: refactor mercurial unit test.

  • lib unit test switches if repository exists.
  • move cat test from app to lib.
  • no need to run "hg update" in unit test (#3421).

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

5e1c42cb 2011-01-03 11:45 am Toshi MARUYAMA

repository: mercurial: fix functional annotate test.

Mercurial test repository author is 'jsmith'.
If author is 'foo', functional annotate test passes.

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

7958faca 2011-01-03 11:45 am Toshi MARUYAMA

repository: git: change io.gets to io.readlines (#5404, #5096).

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

8487e0a5 2011-01-03 11:44 am Toshi MARUYAMA

Fix subversion and git activities test reffering r4621.

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

29fdddda 2011-01-02 03:36 pm Jean-Philippe Lang

Fixed failing subversion test.

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

e0d6f8db 2011-01-02 01:16 pm Jean-Philippe Lang

Set version to 1.1.0.

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

a4c5787b 2011-01-02 01:16 pm Jean-Philippe Lang

Updated footer to 2011.

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

2d9b9362 2011-01-02 12:42 pm Jean-Philippe Lang

Fixed: should redirect to the new project when copying a project.

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

ce8113de 2011-01-02 12:38 pm Jean-Philippe Lang

Additional roles of a user who belongs to a group are not always copied when copying the project (#7213).

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

2e1bcb2a 2011-01-02 10:45 am Toshi MARUYAMA

Changing revision label and identifier at SCM adapter level (#3724, #6092)

Contributed by Yuya Nishihara.

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

2ae2d3ef 2011-01-02 07:05 am Toshi MARUYAMA

Fixed: repository: mercurial: sort changesets by revision (#3449, #3567).

In DVCS, changesets are not in date order.
Because Mercurial backend inserts changesets from eariest, 'ORDER BY id'
means 'order by revision number'.

Contributed by Yuya Nishihara....

d29052f6 2011-01-02 12:08 am Jean-Baptiste Barth

Added missing remove_index in AddUniqueIndexOnMembers down migration. #7212

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

35c35a19 2011-01-01 11:01 pm Toshi MARUYAMA

repository: switch darcs cat test if cat supports.

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

1294fe2c 2011-01-01 10:07 pm Toshi MARUYAMA

Adding .hgignore based on the .gitignore.

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

ad727d37 2011-01-01 08:12 pm Jean-Philippe Lang

Fixes utf8 conversions with ruby1.9.

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

488285e1 2011-01-01 02:40 pm Jean-Philippe Lang

Strip non utf8 content when displaying diff (ruby1.9 compatibility).

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

1c7079db 2011-01-01 01:24 pm Jean-Philippe Lang

Read attachment fixtures in binary mode.

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

2c830770 2011-01-01 12:45 pm Jean-Philippe Lang

ruby1.9 compatibility

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

97485674 2011-01-01 12:13 pm Jean-Philippe Lang

ruby1.9 compatibility

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

« Previous 1 ... 69 70 71 72 73 ... 225 Next » (1751-1775/5613)

Also available in: Atom