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
d9e6359a 2007-10-26 06:35 pm Jean-Philippe Lang

Fixed: some quotation marks are rendered as strange characters in pdf.

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

8610b191 2007-10-25 07:38 pm Jean-Philippe Lang

Added "Float" as a custom field format.

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

01ef9f12 2007-10-25 06:49 pm Jean-Philippe Lang

Serbian translation added (Dragan Matic)

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

24ec30b1 2007-10-23 10:42 pm Jean-Philippe Lang SCM browser:
  • open subfolders are preserved when collapsing/re-expanding a folder
  • prevent a folder to be loaded twice if double-clicked while loading

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

152a5da6 2007-10-23 09:07 pm Jean-Philippe Lang SCM browser:
  • js code improvement (was very slow when collapsing a folder with a lot of entries)
  • folder icons changed

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

295e8c86 2007-10-23 07:15 pm Jean-Philippe Lang

Fixed: error when bulk editing with Postgresql

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

5d1d778e 2007-10-22 11:07 pm Jean-Philippe Lang

Removed 'not null' constraint on position fields.
Previous migrations updated for new sqlite databases.

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

8f7f305f 2007-10-22 11:07 pm Jean-Philippe Lang

Removed 'not null' constraint on position fields.
Previous migrations updated for new sqlite databases.

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

33003e5b 2007-10-22 09:34 pm Jean-Philippe Lang

SCM browser: directories can now be collapsed and re-expanded with no additional request.

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

8ca4d35d 2007-10-22 07:45 pm Jean-Philippe Lang

Added a bit of AJAX on the SCM browser (tree view).

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

b30b6717 2007-10-22 06:52 pm Jean-Philippe Lang Commit message parser:
  • Fixed: Error when parsing a commit message with duplicate issue identifiers
  • Strip referencing and fixing keywords

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

cedca576 2007-10-21 06:26 pm Jean-Philippe Lang

SVN integration: reposman.rb can now register created repositories in Redmine, so that the administrator doesn't have to enter the repository url in Redmine once it's created.
To do so, use the --url option when running reposman (see reposman help).

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

0d605006 2007-10-21 04:30 pm Jean-Philippe Lang

Fixed flashes style for IE6.

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

a200e976 2007-10-21 04:10 pm Jean-Philippe Lang
  • Emails footer can now be customized from the admin interface (Admin -> Email notifications).
  • Added html part to all email templates.

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

2ee11c90 2007-10-20 06:47 pm Jean-Philippe Lang

Added status and priority related classes for each row on the issue list so that a custom theme can colorize issues by priority or status.

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

01105966 2007-10-20 05:09 pm Jean-Philippe Lang

More accurate vertical positioning of #main-menu

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

90d33c3e 2007-10-20 02:47 pm Jean-Philippe Lang More flexible mail notifications settings at user level. A user has now 3 options:
  • notification on any event on all his projects
  • notification on any event on selected projects only (if the user belongs to more than 1 project)
  • notification only for things that he watches or he is involded in (eg. issues that he watches or he is author or assignee)...
eacd0506 2007-10-19 09:36 pm Jean-Philippe Lang

Fixed: LDAP authentication crashes if one of the LDAP attributes name is left blank on the LDAP setup screen.
When not checking "On-the-fly" register, the 3 optional fields can now be safely left blank.

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

0e4e0a79 2007-10-19 09:09 pm Jean-Philippe Lang

Fixed: unable to add a file to an issue without entering a note.

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

ecfc4062 2007-10-19 07:59 pm Jean-Philippe Lang

Quote subversion username and password in svn commands.

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

0006c5f3 2007-10-18 06:59 pm Jean-Philippe Lang

New document form can be accessed from the document list with no additional request.

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

3c42abe0 2007-10-18 06:29 pm Jean-Philippe Lang

Added the ability to unassign issues with bulk edit.

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

11cc0a48 2007-10-18 06:12 pm Jean-Philippe Lang

Updated Polish translation (Mariusz Olejnik)

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

11f7a139 2007-10-18 06:07 pm Jean-Philippe Lang

Removed issue assignment validation to avoid validation failure when updating the issue and if the assignee is no longer a member of the project.

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

d10e9f11 2007-10-17 09:18 pm Jean-Philippe Lang

Disallow /repositories/diff in robots.txt

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

« Previous 1 ... 192 193 194 195 196 ... 225 Next » (4826-4850/5613)

Also available in: Atom