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
04361864 2011-03-27 07:31 pm Jean-Baptiste Barth

Added 'retro' style for gravatars. #7608

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

86faa88e 2011-03-27 07:19 pm Eric Davis

Merge branch 'ticket/master/225-upstream-scm'

6d0fcf55 2011-03-27 07:10 pm Toshi MARUYAMA

scm: use shell quote for scm command at adapter level (#7517, #4273).

"C:\Program Files\TortoiseHg\hg.exe" can be used in config/configuration.yml.

In Ruby 1.9 IO.popen, if cmd is an Array of String,
it will be used as the subprocess‘s argv bypassing a shell....

6cd9bc5c 2011-03-27 07:10 pm Toshi MARUYAMA

scm: space and tab cleanup of app/controllers/repositories_controller.rb.

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

3d11a226 2011-03-27 07:10 pm Toshi MARUYAMA

scm: fix non ASCII filename downloaded from repo is broken on Internet Explorer (#7288).

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

52822ad5 2011-03-27 07:10 pm Toshi MARUYAMA

scm: cvs: fix most binary files become corrupted on Windows (#6090).

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

5356140f 2011-03-27 07:10 pm Jean-Baptiste Barth

Ignore .project and .loadpath files for hg/git mirrors. #7497

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

2b979920 2011-03-27 06:26 pm Toshi MARUYAMA

scm: bazaar: fix typo and mistakes.

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

3110e970 2011-03-27 06:25 pm Toshi MARUYAMA

scm: git: fix typo of unit lib test.

This file includes UTF-8 "literal".
We need to consider Ruby 1.9 compatibility.

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

64835367 2011-03-27 06:25 pm Toshi MARUYAMA

scm: cvs: fix unit lib test fails on Windows.

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

6b6a44c8 2011-03-27 06:24 pm Toshi MARUYAMA

scm: bazaar: prepare version string unit lib test.

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

911fbefb 2011-03-27 06:24 pm Toshi MARUYAMA

scm: change gunzip to tar -z option for scm repository setup in lib/tasks/testing.rake.

Pipe does not work on Mingw Ruby.

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

dd798edd 2011-03-27 06:24 pm Toshi MARUYAMA

scm: git: prepare version string unit lib test and git log encoding (#3396).

This file includes UTF-8 literal.
We need to consider Ruby 1.9 compatibity.

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

09e0aa32 2011-03-27 06:23 pm Toshi MARUYAMA

scm: cvs: code clean up.

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

3edbab73 2011-03-27 06:22 pm Toshi MARUYAMA

scm: subversion: prepare version string unit lib test.

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

8d6133f6 2011-03-25 05:28 pm Felix Schäfer

Merge branch 'finnlabs-305_jstoolbar_fix_for_ie8'

c7bd3788 2011-03-25 05:06 pm Felix Schäfer

Merge branch 'feature/jstoolbar_fix_for_ie8' of https://github.com/finnlabs/chiliproject into finnlabs-305_jstoolbar_fix_for_ie8

1aa20b17 2011-03-24 10:22 pm Eric Davis

[#302] Protect ApplicationController methods so they are not considered actions

2c67f610 2011-03-24 09:55 pm Stephan Eckardt

replaced auth_source_id.nil? with change_password_allowed? in users controller

8cfe498b 2011-03-24 09:46 pm Holger Just

[#230] Make loadpath of themes configurable

Based on a987b74ed14 by meineerde

f1878f4a 2011-03-24 09:06 pm Eric Davis

Merge remote branch 'thegcat/273-autologin_cookie_name'

9e04bf83 2011-03-24 07:35 pm Stephan Eckardt

Fix jstoolbar to make buttons for h1, h2,

 etc. work in IE8

0ace7708 2011-03-24 04:14 pm Stephan Eckardt

Backported changes to encloseSelection from latest DotClear release, less bugs in IE8

9fe45cfe 2011-03-20 06:45 pm Felix Schäfer

Add git-smart-http support to apache perl module #245

Latest patch from http://www.redmine.org/issues/4905 and other changes improvements, compare also with https://orga.fachschaften.org/projects/redmine-fsenorg/repository/revisions/fsenorg/changes/extra/svn/Redmine.pm .

10dffcf3 2011-03-20 10:18 am Felix Schäfer

Get the autologin cookie name from the config #273

« Previous 1 ... 60 61 62 63 64 ... 225 Next » (1526-1550/5613)

Also available in: Atom