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
9f0ddb89 2007-08-12 02:37 pm Jean-Philippe Lang

Changed 'versions' table creation to allow null values for 'effective_date' field.
This change was done in migration 048 but seems to have no effect with SQLite.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@611 e93f8b46-1217-0410-a6f0-8f06a7374b81

e9ba8a44 2007-08-12 01:25 pm Jean-Philippe Lang

Changed AR error messages style (same as flash errors).
Fixed flash styles for IE6.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@610 e93f8b46-1217-0410-a6f0-8f06a7374b81

58ea44a4 2007-08-12 12:29 pm Jean-Philippe Lang

Updated german translation (Hans-Peter Werner)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@609 e93f8b46-1217-0410-a6f0-8f06a7374b81

7681487a 2007-08-12 12:23 pm Jean-Philippe Lang

Fixed: Roadmap percentages not being calculated correctly (Nick Read).
The roadmap percentages are now calculated using floating point.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@608 e93f8b46-1217-0410-a6f0-8f06a7374b81

c4fee119 2007-08-12 12:16 pm Jean-Philippe Lang

Forum notifications are now also sent to the authors of the thread, even if they don't watch the board.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@607 e93f8b46-1217-0410-a6f0-8f06a7374b81

5bd26ede 2007-08-12 12:04 pm Jean-Philippe Lang

Fixed my_controller_test.rb (errors are now in flash[:error])

git-svn-id: http://redmine.rubyforge.org/svn/trunk@606 e93f8b46-1217-0410-a6f0-8f06a7374b81

3c8e7c79 2007-08-12 11:58 am Jean-Philippe Lang

Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@604 e93f8b46-1217-0410-a6f0-8f06a7374b81

3be226d0 2007-08-02 10:10 pm Jean-Philippe Lang

Added a confirmation dialog box for project archiving

git-svn-id: http://redmine.rubyforge.org/svn/trunk@603 e93f8b46-1217-0410-a6f0-8f06a7374b81

dfaf8f7e 2007-08-02 09:44 pm Jean-Philippe Lang

Changed the footer link from http://redmine.rubyforge.org to http://www.redmine.org/

git-svn-id: http://redmine.rubyforge.org/svn/trunk@602 e93f8b46-1217-0410-a6f0-8f06a7374b81

acebceb1 2007-08-02 07:54 pm Jean-Philippe Lang

Applied 'register notice' patch by Matt Jones.
The user is now redirected to the login screen after having registered.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@601 e93f8b46-1217-0410-a6f0-8f06a7374b81

2d5ac54d 2007-08-02 07:42 pm Jean-Philippe Lang

Applied the flash notices patch by Matt Jones (slightly edited).
flash[:notice] and flash[:error] are now used for notice/error messages.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@600 e93f8b46-1217-0410-a6f0-8f06a7374b81

7701de9a 2007-08-01 10:04 pm Jean-Philippe Lang

Fixed: on spent time details view, the h3 issue link now links back to the issue

git-svn-id: http://redmine.rubyforge.org/svn/trunk@599 e93f8b46-1217-0410-a6f0-8f06a7374b81

46745614 2007-08-01 09:51 pm Jean-Philippe Lang

Fixed: error when creating a tracker without copying an existing wokflow

git-svn-id: http://redmine.rubyforge.org/svn/trunk@598 e93f8b46-1217-0410-a6f0-8f06a7374b81

efbe2924 2007-08-01 09:38 pm Jean-Philippe Lang

Added icon on external wiki links

git-svn-id: http://redmine.rubyforge.org/svn/trunk@597 e93f8b46-1217-0410-a6f0-8f06a7374b81

188077d6 2007-08-01 08:59 pm Jean-Philippe Lang

History box on issues/show is now hidden if there's no history

git-svn-id: http://redmine.rubyforge.org/svn/trunk@596 e93f8b46-1217-0410-a6f0-8f06a7374b81

f8da6fb6 2007-08-01 07:53 pm Jean-Philippe Lang

Fixed a bug in CVS model (clash when 2 projects point to the same repository)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@595 e93f8b46-1217-0410-a6f0-8f06a7374b81

6edfcd83 2007-07-18 07:22 pm Jean-Philippe Lang

Removed a line break on news/show

git-svn-id: http://redmine.rubyforge.org/svn/trunk@594 e93f8b46-1217-0410-a6f0-8f06a7374b81

fcefdb22 2007-07-16 07:16 pm Jean-Philippe Lang

Added several validates_length_of

git-svn-id: http://redmine.rubyforge.org/svn/trunk@593 e93f8b46-1217-0410-a6f0-8f06a7374b81

73634287 2007-07-15 02:01 pm Jean-Philippe Lang

Fixed mailer (error when no assignee)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@592 e93f8b46-1217-0410-a6f0-8f06a7374b81

25f8c64f 2007-07-15 01:44 pm Jean-Philippe Lang

Doc update for 0.5.1 release.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@591 e93f8b46-1217-0410-a6f0-8f06a7374b81

fd2839c8 2007-07-15 01:12 pm Jean-Philippe Lang

Now, when a user turns mail notifications off, he will still receive notifications about issue changes if he is the author or the assignee of the issue.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@590 e93f8b46-1217-0410-a6f0-8f06a7374b81

1cb5fc74 2007-07-15 12:11 pm Jean-Philippe Lang

Slight documentation update.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@589 e93f8b46-1217-0410-a6f0-8f06a7374b81

4670426e 2007-07-14 09:07 pm Jean-Philippe Lang

Hours displayed using %.2f on time report.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@588 e93f8b46-1217-0410-a6f0-8f06a7374b81

05c18887 2007-07-14 04:53 pm Jean-Philippe Lang

Fix: SVN commit dates are now stored as local time

git-svn-id: http://redmine.rubyforge.org/svn/trunk@587 e93f8b46-1217-0410-a6f0-8f06a7374b81

e94e88e3 2007-07-14 04:37 pm Jean-Philippe Lang

Added the ability to log time when changing an issue status.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@586 e93f8b46-1217-0410-a6f0-8f06a7374b81

« Previous 1 ... 202 203 204 205 206 ... 225 Next » (5076-5100/5613)

Also available in: Atom