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
a681d8bf 2007-06-13 12:31 am Jean-Philippe Lang

Added an error message when trying to create an issue with no default status defined.

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

438161ad 2007-06-12 10:12 pm Jean-Philippe Lang

Added basic support for CVS and Mercurial SCMs.
Browsing, changesets fetching and diff viewing are implemented.
Only tested with local repositories.

Thanks to Ralph Vater for CVS specific code.

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

4dddb606 2007-05-31 07:19 pm Jean-Philippe Lang

Added :dependent => :delete_all on IssueStatus Workflow association.
Also added compact in find_new_statuses_allowed_to to remove nil statuses.

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

22c7419a 2007-05-30 07:52 pm Jean-Philippe Lang

Japanese translation updated (Satoru KURASHIKI)

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

7fb03b1c 2007-05-30 12:20 am Jean-Philippe Lang

Fixed: error on csv/pdf export and feeds (oracle)

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

97f6315b 2007-05-29 09:48 pm Jean-Philippe Lang

Fixed: SQL error when a non-admin user displays the project list

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

e7ff47cf 2007-05-29 09:40 pm Jean-Philippe Lang

Fixed date query filters (wrong results and sql error with postgresql)

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

4a20ece4 2007-05-29 07:57 pm Jean-Philippe Lang

Added Swedish translation supplied by Thomas Habets.
English email templates suffix removed so that they are used when translated template is not available.

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

b2d4666b 2007-05-28 02:15 pm Jean-Philippe Lang

Attachments can be displayed inline in Documents

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

515caa8f 2007-05-28 11:09 am Jean-Philippe Lang

Fixed: open/closed issue counts are always 0 on reports view (postgresql)

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

4cf1b689 2007-05-27 08:45 pm Jean-Philippe Lang

Added filename header when sending an image inline

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

413247ee 2007-05-27 07:42 pm Jean-Philippe Lang Added the ability to archive projects:
  • Only administrators can archive/unarchive projects.
  • Once archived, the project is visible on the admin project listing only. It doesn't show up anywhere else in the app. Subprojects are also archived.
  • Archive/unarchive preserve everything on the project (issues, members, ...)....
70374d08 2007-05-27 02:38 pm Jean-Philippe Lang

Slight views refactoring

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

f335e943 2007-05-27 01:57 pm Jean-Philippe Lang

Password fields hidden on users/add form when selecting an external authentication mode.

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

f0422532 2007-05-27 12:57 pm Jean-Philippe Lang

Account information can now be sent to the user when creating an account.
ActionMailer logger set to nil for production environment to disable email contents output in production.log

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

f1231507 2007-05-26 07:22 pm Jean-Philippe Lang

Optimistic locking added for wiki edits.

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

c99da154 2007-05-26 06:57 pm Jean-Philippe Lang

Show a 404 error page if attachment can not be read.

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

ef39db23 2007-05-26 06:06 pm Jean-Philippe Lang

Added issue count details for versions on Reports view.

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

8af6d24a 2007-05-26 05:53 pm Jean-Philippe Lang

Fixed "Projects" drop-down menu for IE.

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

f8ef65e8 2007-05-26 05:42 pm Jean-Philippe Lang

Attachments can now be added to wiki pages (original patch by Pavol Murin). Only authorized users can add/delete attachments.
Attached images can be displayed inline, using textile image tag (for wiki pages, issue descriptions and forum messages).

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

6446c312 2007-05-25 06:44 pm Jean-Philippe Lang

Added the ability to destroy wiki pages (content and its history are deleted from the database).
This permission has to be explicitly given (Roles & Permissions -> Wiki pages/Delete).

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

4a524ff9 2007-05-24 07:29 pm Jean-Philippe Lang

Dutch translation added (Linda van den Brink)

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

9fe0dd05 2007-05-23 07:18 pm Jean-Philippe Lang

User's projects alphabetically sorted in the Projects drop down menu.

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

37825012 2007-05-20 08:11 pm Jean-Philippe Lang

Fixed a couple of spelling errors (JT Zemp)

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

d34ea9a5 2007-05-20 07:46 pm Jean-Philippe Lang

Versions can now be created with no date.
Versions with no date appear at the end of the roadmap, sorted by name.

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

« Previous 1 ... 204 205 206 207 208 ... 225 Next » (5126-5150/5613)

Also available in: Atom