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
9c38458f 2007-07-14 03:29 pm Jean-Philippe Lang

Added an option to choose the date format: language based (as defined in each lang file) or ISO 8601 (YYYY-MM-DD).
This option can be set in Admin -> Settings.

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

98cf3307 2007-07-14 01:31 pm Jean-Philippe Lang

Fixed: Error when editing the wokflow after deleting a status

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

5e20417e 2007-07-14 01:25 pm Jean-Philippe Lang

Added wiki diff.
Diff can be viewed from the page history, or directly from the project activity page for each edit.
Uses Lars Christensen's diff library.

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

bf74efcd 2007-07-02 07:23 pm Jean-Philippe Lang

Added a margin for inline images in wiki text

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

384aa50b 2007-07-02 05:59 pm Jean-Philippe Lang

Fixed: issue_id not nullified on time entries when deleting the issue

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

8687401d 2007-07-02 05:32 pm Jean-Philippe Lang

Fixed: trash icon not visible on files list.

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

7eba6786 2007-06-29 08:50 pm Jean-Philippe Lang

Changesets stored in the database are now displayed on the repository page even if the repository can not be reached (eg. svnserve down).

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

65be9d3c 2007-06-29 07:27 pm Jean-Philippe Lang

Removed User#display_name (replaced by User#name).

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

87bad767 2007-06-29 07:21 pm Jean-Philippe Lang

Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user.

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

f816d4f3 2007-06-27 09:12 pm Jean-Philippe Lang

Fixed: Long text custom fields displayed without line breaks
Added wiki toolbar for issue notes

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

184be9d0 2007-06-27 08:59 pm Jean-Philippe Lang

Fixed: time report doesn't take account of the project for time calculations

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

7eb3b186 2007-06-25 09:17 pm Jean-Philippe Lang

Fixed an error when trying to delete a project (versions/issues dependency)

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

ba1b8571 2007-06-24 09:30 pm Jean-Philippe Lang

Added Darcs basic support.
Files in the repository can not be viewed or downloaded since Darcs doesn't support cat-like command.

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

faa3d984 2007-06-24 06:07 pm Jean-Philippe Lang

Added time report.
Report can be generated by member/activity/tracker/version and year/month/week for the selected period.

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

6d7a855c 2007-06-23 08:53 pm Jean-Philippe Lang

Added pagination on wiki page history.

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

600018d5 2007-06-23 06:55 pm Jean-Philippe Lang

Fixed Iconv::IllegalSequence errors in csv exports

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

ec44c94c 2007-06-23 06:36 pm Jean-Philippe Lang

Fixed an error on welcome screen for users with no membership

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

48c2a690 2007-06-23 04:10 pm Jean-Philippe Lang

Don't show "Projects" label if projects list is empty.

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

1a2aee84 2007-06-23 04:06 pm Jean-Philippe Lang

Fixed confidentiality issue on account/show.
Only public projects or private projects that the logged in user belongs to are displayed.

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

1c44600c 2007-06-23 03:49 pm Jean-Philippe Lang

Added per user custom queries.
Any logged in user can now save queries (they are not visible to the other users).
Only users with explicit permission can manage queries that are visible to anyone.
The queries list is removed from the "Reports" view. It can now be accessed from the issues list....

5332c436 2007-06-17 09:32 pm Jean-Philippe Lang

Added page association on versioned WikiContent

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

f2acb560 2007-06-14 08:26 pm Jean-Philippe Lang

A wiki page can now be attached to each version.
For that, edit the version and set the wiki page name (project wiki must be enabled).
The wiki page content is displayed for each version on the roadmap view.

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

ff134388 2007-06-13 06:56 pm Jean-Philippe Lang

Swedish mail templates added (Thomas Habets)

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

2dbb3978 2007-06-13 01:07 am Jean-Philippe Lang

Fixed version field on issue view page now links to the corresponding version in the roadmap.

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

136a2a61 2007-06-13 01:03 am Jean-Philippe Lang

Applied this fix http://dev.rubyonrails.org/ticket/4967 to solve namespaced models dependencies problem.

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

« Previous 1 ... 203 204 205 206 207 ... 225 Next » (5101-5125/5613)

Also available in: Atom