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
5e259d41 2010-07-16 05:11 am Eric Davis

Fix typos in the examples. #5823

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

2ec2405b 2010-07-15 09:10 pm Tim Felgentreff

convert more to acts_as_journalized

2d282f8d 2010-07-15 06:24 pm Tim Felgentreff

move (almost) everything over to acts_as_journalized

4b0bd11f 2010-07-15 06:23 pm Tim Felgentreff

move more journal classes

96bbd942 2010-07-15 03:23 pm Tim Felgentreff

adjust for acts_as_journalized

7d4d87a9 2010-07-15 02:43 pm Tim Felgentreff

journal numbers are now called versions

867266e9 2010-07-15 02:43 pm Tim Felgentreff

init_journal has now the old signature

aecb868b 2010-07-14 07:00 pm Tim Felgentreff

remove more journal specific functionality

d7768ce6 2010-07-14 02:13 pm Tim Felgentreff

remove journals to start moving it all out to vestal_versions based plugin

cd54efa0 2010-07-09 03:46 pm Eric Davis

Force the test RAILS_ENV to help prevent purging data when mistyping. #4572

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

a84ea686 2010-07-08 05:53 am Eric Davis

Version 0.9.6

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

83f1ecb9 2010-07-08 05:53 am Eric Davis

Update the CHANGELOG for 0.9.6

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

69af1515 2010-07-08 05:46 am Eric Davis

Check the browse repository or commit access permissions in Redmine.pm with LDAP. #5797

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

ef5bca0f 2010-07-08 05:46 am Eric Davis

Have Redmine.pm respect the Authentication Required setting. #5797

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

0d5fca9b 2010-07-06 11:06 pm Eric Davis

Force the default value of path to be set on the Change model class. #5771

This is needed because MySQL does not support default values on text columns
(Error introduced in r3828)

Contributed by Holger Just

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

ad73f12a 2010-07-06 04:22 am Eric Davis

Include visible subprojects when checking for available Activity event types. #5589

Contributed by Felix Schäfer

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

56af944a 2010-07-06 04:07 am Eric Davis

Extend changes.path and changes.from_path to support longer paths. #5771

Long paths to SCM files would be truncated or wouldn't insert into some
databases. This extends those fields to support arbitrary length filenames.

Contributed by Holger Just

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

48a5460d 2010-07-05 08:00 pm Eric Davis

Allow js formatted responses.

Otherwise they return the invalid format error (406) instead of 403, 404, or 500

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

bd1384db 2010-07-01 08:49 pm Eric Davis

Added hook :controller_timelog_available_criterias

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

11ff334c 2010-07-01 08:47 pm Eric Davis

Refactor: extract @available_criterias to utility method.

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

64d2221d 2010-06-30 05:32 am Eric Davis

Set @project so macros will work on the welcome and project list. #5781

Contributed by Holger Just

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

43bbda19 2010-06-30 05:14 am Eric Davis

Don't style lists in a project description as a sub-project. #5752

Contributed by Holger Just

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

5a17b5ba 2010-06-30 04:54 am Eric Davis

Fix Chrome JavaScript bug in the pop up calendar. #5769

Contributed by Holger Just

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

c6201ae1 2010-06-30 04:45 am Eric Davis

Recalculate inherited attributes on parents when a child is moved under a new parent. #5524

Contributed by Jean-Baptiste Barth.

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

305cab10 2010-06-30 03:55 am Eric Davis

Rename code and locale typo: Developper. #5751

Contributed by Holger Just

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

« Previous 1 ... 97 98 99 100 101 ... 225 Next » (2451-2475/5613)

Also available in: Atom