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
eb6ab2af 2007-09-02 02:00 pm Jean-Philippe Lang

Trac importer: 'resolution' field imported with history as a custom field.

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

72b5cd38 2007-09-02 12:07 pm Jean-Philippe Lang

Trac importer now migrates status changes.

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

a2439f3b 2007-09-02 11:12 am Jean-Philippe Lang

Trac importer now checks the existence of trac.db and attachments directory before processing.

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

e76d1530 2007-09-02 10:08 am Jean-Philippe Lang

Added namespace for Redmine specific rake tasks.

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

521f4a6d 2007-09-01 10:17 pm Jean-Philippe Lang

Fixed: auto-generated links corrupted when url contains & characters in the query string.

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

296b6aee 2007-09-01 10:03 pm Jean-Philippe Lang Trac importer initial commit. The script migrates:
  • users (default password = 'trac')
  • components
  • milestones
  • tickets
  • ticket comments, files, custom fields
  • wiki

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

c6ac590d 2007-08-31 11:43 pm Jean-Philippe Lang

Added 'reported by me' and 'assigned to me' issue feeds on 'My page'.

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

1281d99f 2007-08-31 10:56 pm Jean-Philippe Lang

Added the ability to move issues (to another project) without changing their trackers.
Added length validation for homepage project attribute.

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

c68dac7e 2007-08-31 10:22 pm Jean-Philippe Lang

Added atom feed on the new cross-project issue list.

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

6bdc13b3 2007-08-31 07:45 pm Jean-Philippe Lang

Added cache for application settings (Setting model).
Once the values are cached, only one database query is done at each user request (to check if the cache is still valid).

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

404bfce4 2007-08-31 07:02 pm Jean-Philippe Lang

Added a cross-project issue list. It displays the issues of all the projects visible by the user.
The users list available in the filters ('assigned to' / 'created by') is made of the members of all projects the current user belongs to.
For now, this view is only accessible from 'My page' ('issues assigned to me' or 'issues reported by me' blocks, to view the full lists)...

1187ad96 2007-08-30 06:33 pm Jean-Philippe Lang

Fixed: autologin broken.

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

840f18b1 2007-08-30 12:27 am Jean-Philippe Lang

Added Redmine::Info to store various information about the application.

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

088563db 2007-08-29 11:52 pm Jean-Philippe Lang

Fixed: "new issue" drop-down only visible by admin users.

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

bd6ab743 2007-08-29 11:43 pm Jean-Philippe Lang

Added border and padding on wiki table headers.

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

fc1024a5 2007-08-29 10:17 pm Jean-Philippe Lang

Translated a few strings in fr.yml

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

05ff26c1 2007-08-29 10:13 pm Jean-Philippe Lang

Fixed: "subproject of" list should not show archived projects.

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

39c9874a 2007-08-29 10:07 pm Jean-Philippe Lang

Added the ability to reset its own RSS access key on "My account".

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

317b460d 2007-08-29 07:25 pm Jean-Philippe Lang

Some deprecation fixes (end_form_tag and count API).

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

c8b3c8df 2007-08-29 07:07 pm Jean-Philippe Lang

Fix: error when posting to projects/add or users/add with no custom_fields parameter.

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

603e11d7 2007-08-29 06:52 pm Jean-Philippe Lang Merged 0.6 branch into trunk.
Permissions management was rewritten. Some permissions can now be specifically defined for non member and anonymous users.
This migration:
  • is irreversible (please, don't forget to backup your database before upgrading)
  • resets role's permissions (go to "Admin -> Roles & Permissions" to set them after upgrading)...
8da5bad2 2007-08-26 02:29 pm Jean-Philippe Lang

Fixed: queries with multiple custom fields return no result.

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

452a20a6 2007-08-26 02:29 pm Jean-Philippe Lang

Added missing image.

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

edba1f69 2007-08-26 09:55 am Jean-Philippe Lang

Gantt chart can now be exported to a graphic file (png).
This functionality is only available if RMagick is present.

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

c1eb587c 2007-08-25 10:19 pm Jean-Philippe Lang

Fixed: calendar and gantt not updated when adding/editing/deleting a project version.

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

« Previous 1 ... 199 200 201 202 203 ... 225 Next » (5001-5025/5613)

Also available in: Atom