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
db4781d0 2007-08-25 10:09 pm Jean-Philippe Lang

Replaced hard-coded urls in Mailer#attachments_add

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

4fa51992 2007-08-25 07:45 pm Jean-Philippe Lang

Automatic closing of duplicate issues.
When closing an issue, all related issues marked as duplicates are now also closed.

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

b96dc97d 2007-08-25 06:40 pm Jean-Philippe Lang

Fixed: Bad url to project forums from the wiki home page.

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

0a629237 2007-08-25 05:53 pm Jean-Philippe Lang

Mantis importer: small fix in categories mapping.

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

f44f6c78 2007-08-25 05:45 pm Jean-Philippe Lang Mantis importer:
  • validation skip on issue assignement (assignee must be a project member in Redmine)
  • Mantis bugs with severity 'feature' are imported as 'Feature request' in Redmine

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

4dad4fab 2007-08-25 04:55 pm Jean-Philippe Lang

Mantis importer: issue categories truncated to 30 chars.

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

72714d86 2007-08-25 04:51 pm Jean-Philippe Lang

Fixed: wiki preview doesn't work on long entries.
POST is now used for previews instead of GET.

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

c754e017 2007-08-25 04:41 pm Jean-Philippe Lang

Changeset comments are now stripped before being stored in the database (patch by Nicholas Wieland).

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

138566de 2007-08-25 04:35 pm Jean-Philippe Lang

Committer field in the Changesets table is now varchar 255.

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

1e28f775 2007-08-17 05:53 pm Jean-Philippe Lang

Added wiki syntax to online help.

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

f601d5fb 2007-08-17 02:58 pm Jean-Philippe Lang

Fixed: cursor not positioned correctly when using wiki toolbar buttons under IE (Balazs Dan).

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

d1780270 2007-08-17 02:06 pm Jean-Philippe Lang

Small change to ApplicationHelper#textilizable to allow links to other wikis main page with custom text (eg. project:|mytext).

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

00238738 2007-08-17 01:32 pm Jean-Philippe Lang

Application welcome text is now textilized.

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

7b366758 2007-08-17 01:21 pm Jean-Philippe Lang

Textilized project descriptions on project list and home page.
Added jsToolbar on project form.

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

a7033c8b 2007-08-16 11:23 pm Jean-Philippe Lang

Code improvement in ProjectsController#activity (Nicolas Chuche)

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

446889b3 2007-08-16 07:47 pm Jean-Philippe Lang

Added a 'Assignable' boolean on Role model.
If unchecked, issues can not be assigned to users having this role.

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

4cedecad 2007-08-16 06:45 pm Jean-Philippe Lang

Added a link to add a new category when creating or editing an issue.
The user is prompted for the category name. The new category is created and the drop-down list updated using an ajax call.

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

1f991c6a 2007-08-16 01:01 pm Jean-Philippe Lang

Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).
Also fixed 'issue changes details' feed title.

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

2f0edb0b 2007-08-16 12:38 pm Jean-Philippe Lang Activity view improvements:
  • issue status changes are now displayed
  • display options are kept when using previous/next month links

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

5b35bfd4 2007-08-16 01:04 am Jean-Philippe Lang

Fixed: nil error on 'commits per month' graph.

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

889d5008 2007-08-15 10:20 pm Jean-Philippe Lang

Added syntax highlightment for repository files (using CodeRay).
Supported languages: c, ruby, rhtml, yaml, html, xml.

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

a5849ee0 2007-08-15 07:31 pm Jean-Philippe Lang

Wiki links can now refer other project wikis, using this syntax:
[[project:]] -> wiki starting page
[[project:page]]
[[project:page|text]]
where 'project' is the project name or identifier.

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

38e0c237 2007-08-15 05:36 pm Jean-Philippe Lang

Image attachments are now sent inline to be viewed directly in the browser.

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

c4239a4f 2007-08-15 05:16 pm Jean-Philippe Lang

Removed hard-coded URLs in mail templates.
Untranslated templates were deleted.

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

7379d4e2 2007-08-15 01:11 pm Jean-Philippe Lang

Mantis importer: fixed default role mapping

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

« Previous 1 ... 200 201 202 203 204 ... 225 Next » (5026-5050/5613)

Also available in: Atom