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
31eda0fc 2007-09-19 06:29 pm Jean-Philippe Lang

Fixed setting value serialization.

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

83eed091 2007-09-18 11:22 pm Jean-Philippe Lang

Added 2 log messages in SubversionAdapter#entries.

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

25012efc 2007-09-18 07:50 pm Jean-Philippe Lang

Fixed: Oracle error when saving serialized setting (eg. mail notifications)

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

eb371db5 2007-09-17 06:56 pm Jean-Philippe Lang

Fixed: RMagick not loaded on case sensitive filesystems.

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

f23daffd 2007-09-17 06:52 pm Jean-Philippe Lang

Fixed: error on document list with a document without description.

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

29413d6b 2007-09-17 06:51 pm Jean-Philippe Lang

Fixed: error when uploading a file with a content type longer than 60 chars.
(Maximum size changed to 255. Mime type not saved if longer)

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

fc64fc3e 2007-09-15 10:39 pm Jean-Philippe Lang

Added RMagick availability on admin/info.

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

a2206ab5 2007-09-15 10:14 pm Jean-Philippe Lang

Updated german translation (Thomas Löber).

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

00bf5f04 2007-09-15 07:56 pm Jean-Philippe Lang

Date added as acronym title in ApplicationHelper#authoring

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

780d5fa0 2007-09-15 07:17 pm Jean-Philippe Lang

Fixed: lines in wiki content containing just a single wiki link are not displayed.

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

1c69c432 2007-09-15 06:57 pm Jean-Philippe Lang

Fixed: unable to save a new wiki page that just contains the default h1 title

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

fa969504 2007-09-15 06:52 pm Jean-Philippe Lang A category with assigned issue can now be deleted. 2 options are proposed:
  • remove assignments (issues are set to 'no category')
  • reassign issues to another category (if at least an other category exists)
    If no issue is assigned to the category, it's deleted silently....
3c6ddc9c 2007-09-15 05:20 pm Jean-Philippe Lang

Changed author display on issues, news and document files.

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

89b34981 2007-09-15 04:54 pm Jean-Philippe Lang

Added 'Estimated hours' attribute on issues.

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

4967f103 2007-09-15 10:56 am Jean-Philippe Lang

Project modules are checked (default) when creating a project.

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

f2a058f8 2007-09-14 09:55 pm Jean-Philippe Lang

Main project list now displays root projects with their subprojects.
Added files turned into links (if not removed) on the issue history.

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

23264ec3 2007-09-14 05:30 pm Jean-Philippe Lang

Mail notification options restored (default is: issue_added and issue_updated).
Added mail notification when adding a news (disabled by default).

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

1fa1f620 2007-09-14 01:42 pm Jean-Philippe Lang

Fixed: Spent Time on Reports page only visible to administrators.

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

8929bfca 2007-09-14 01:35 pm Jean-Philippe Lang

Fixed: can't preview/save the very first wiki page.

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

21c97c6a 2007-09-14 01:34 pm Jean-Philippe Lang

Added project module concept.

A project module (eg. issue tracking, news, wiki,...) is a set of permissions that can enabled/disabled at project level.
For each project, modules can be enabled on the project settings view ('Modules' tab).
This requires a specific permission: 'Select project modules' (if this permission is turned off, only Redmine administrators can choose which modules a project uses)....

29348faf 2007-09-11 08:13 pm Jean-Philippe Lang

Fixed: watchers should be notified even if they uncheck 'mail notifications'

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

74ed14f8 2007-09-11 07:12 pm Jean-Philippe Lang

Notifications about issues (add/edit) are now sent in plain text and html.
Removed lang specific strings in the corresponding mail templates, so that there is only one template for all languages.

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

6db28b38 2007-09-10 08:23 pm Jean-Philippe Lang

Added Subversion repository unit tests.

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

1590ad25 2007-09-09 09:46 pm Jean-Philippe Lang

Added "% done" in the filter list.

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

b4d9ca88 2007-09-09 07:05 pm Jean-Philippe Lang

Added the ability to rename wiki pages (specific permission required).

Existing links that point to the old page are preserved and automatically redirected to the new page (this behaviour can be disabled when renaming the page).

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

« Previous 1 ... 197 198 199 200 201 ... 225 Next » (4951-4975/5613)

Also available in: Atom