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
77f64963 2011-04-16 11:35 pm Toshi MARUYAMA

scm: in repository tree, use find_changeset_by_name instead of changesets.find_by_revision (#3724, #3421).

Mercurial revision numbers are far too brittle.
Please see #6681 description.

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

654a2262 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: add identifier to entry.lastrev (#3724, #3421).

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

3ba56db9 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log and size (#3421, #4455).

Contributed by Yuya Nishihara.

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

29f9fbd2 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: set instance value flag of whether "hg diff -c" supports true at tests (#7518).

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

cb26f0ad 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: rewrite MercurialAdapter#diff by using helper extension (#4455, #7518).

fix incompatibility of diff with Mercurial < 1.1.

Contributed by Yuya Nishihara.

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

6840897f 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: add instance value flag of whether "hg diff -c" supports at tests (#7518).

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

86cbaaa5 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: code clean up unit app test.

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

cb467e3a 2011-04-16 11:35 pm Toshi MARUYAMA

scm: git: implement find_changeset_by_name (#7047).

SQL "like" is slow.

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

f0d4b262 2011-04-16 11:35 pm Toshi MARUYAMA

scm: git: change project id of unit app test from 1 to 3.

Project id 1 has Subversion fixtures.

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

de7f88c5 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: refactor Repository::Mercurial#fetch_changesets (#4455).

Contributed by Yuya Nishihara.

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

0f1c932f 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: rewrite MercurialAdapter#revisions as an iterator (#4455).

Now it uses XmlMini.parse() in place of slow REXML.

Contributed by Yuya Nishihara.

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

33f1436e 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: change identifier to revision in fetching revisions.

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

608025fd 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: rewrite MercurialAdapter#info by using helper extention (#4455).

Contributed by Yuya Nishihara.

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

40d72c35 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: add "summary" method in adapter (#4455).

Contributed by Yuya Nishihara.

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

40ef1dd7 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: switch root_url or url in "hg" method (#4455).

"info" sets root_url from url.

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

f777cc1e 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: add compatible test for "revisions" method.

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

bed21992 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: refactor "cat" by using hg helper method (#4455).

Contributed by Yuya Nishihara.

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

713757cc 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: refactor "annotate" by using hg helper method (#4455).

Contributed by Yuya Nishihara.

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

357ddfb1 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: add "hgtarget" method (#4455).

Abstract adapter shell quotes paths.

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

3f80b8a9 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: change "--cwd" option to "-R" for running "hg" (#4455).

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

60f165a9 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: add compatible test for "info" method.

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

29f99eee 2011-04-16 11:35 pm Toshi MARUYAMA

scm: bazaar: move cat and annotate test from unit app test to unit lib test.

Bazaar supports revision number and do not need to read database.

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

e85165c8 2011-04-16 11:35 pm Toshi MARUYAMA

scm: cvs: set client available if cvs version above 1.12.

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

13e0b6b9 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: ignore redminehelper.pyc and redminehelper.pyo for Git and Mercurial (#4455).

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

aa4b3802 2011-04-16 11:35 pm Toshi MARUYAMA

scm: mercurial: add Mercurial helper extension (#4455).

  • 'rhsummary' and 'rhmanifest' for reducing the number of hg command calls.
  • 'rhdiff' for compatibility with Mercurial < 1.1.

Also renamed TEMPLATES_DIR to HELPERS_DIR because the directory now contains...

« Previous 1 ... 58 59 60 61 62 ... 225 Next » (1476-1500/5613)

Also available in: Atom