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
bb1fccb7 2007-05-15 11:32 pm Jean-Philippe Lang

Fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000).
Also added pagination for changes on changeset details view.

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

777c9aca 2007-05-15 07:39 pm Jean-Philippe Lang

"My projects" are now listed under the drop-down "Projects" top menu item (20 projects max.).
The left menu section for "My projects" is removed.
Patch by Damien McKenna (slightly edited).

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

7b13b58a 2007-05-14 07:46 pm Jean-Philippe Lang

Text search added on messages.

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

b11dd1f2 2007-05-14 07:07 pm Jean-Philippe Lang

Reply form on the message view is displayed only if user is logged in.

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

7ca7e4ba 2007-05-14 07:03 pm Jean-Philippe Lang

Added mail notification when a new message is posted in the forums.
Only users who "watch" the board receive notifications. To watch a board, go to the board and click on the "Watch" link.

Notifications are sent by MessageObserver observer.
GLoc was modified to use the mail template without language suffix when translated template (with language suffix) doesn't exist....

bca5bd9c 2007-05-13 09:43 pm Jean-Philippe Lang

Added watchers for message boards (watchers controller modified to support any watchable model).
No notification yet when a new message is posted.

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

b90e84b9 2007-05-13 07:09 pm Jean-Philippe Lang

Per project forums added.
Permissions for forums management can be set in "Admin -> Roles & Permissions".
Forums can be created on the project settings screen ("Forums" tab).
Once a project has a forum, a "Forums" link appears in the project menu.
For now, posting messages in forums requires to be logged in. Files can be attached to messages....

75582f80 2007-05-10 08:39 pm Jean-Philippe Lang

Fixed: error when viewing a file diff from a revision view (only if repository url doesn't point to the root of the repository).

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

270e3a43 2007-05-10 07:46 pm Jean-Philippe Lang

Added "assigned to" field in mail notifications.
Also fixed mail_handler unit test (wrong fixture filename).

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

0fab627a 2007-05-10 07:36 pm Jean-Philippe Lang

Added some javascript to prevent from selecting the same from/to revision for the diff view.

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

599e49e4 2007-05-10 07:28 pm Jean-Philippe Lang

Added the ability to view a file diff with free to/from revision selection.

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

cff3950e 2007-05-09 09:24 pm Jean-Philippe Lang

Added a test for the mail handler.

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

42193960 2007-05-09 08:46 pm Jean-Philippe Lang

Added a simple mail handler.

It lets users add notes to an existing issue by replying to the initial notification email.
Permissions are checked in the same way as in the application (the user is identified by its mail address).

Information about configuring the application so that it receives emails can be found here:...

98d08439 2007-05-09 07:22 pm Jean-Philippe Lang

Fixed: files with an apostrophe in their names can't be accessed in the repository

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

8614c00c 2007-05-08 05:49 pm Jean-Philippe Lang

Text files can now be viewed online when browsing the repository.

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

df0a49ff 2007-05-08 02:46 pm Jean-Philippe Lang

"me" value is now available in queries for "assigned to" and "author" filters.
When executing the query, it is replaced by the currently logged in user.

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

50429d08 2007-05-08 01:51 pm Jean-Philippe Lang

Fixed the order of the japanese day names

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

5c88c1f5 2007-05-08 11:26 am Jean-Philippe Lang

Changed the length of 'language' column in users table from 2 to 5, to allow long language codes like pt-br.
Updated portuguese translation (Arthur Zapparoli).
Current pt translation moved to pt-br.

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

d85f5518 2007-05-07 06:57 pm Jean-Philippe Lang

Removed "Wiki edits" option in the activity view if the project has no wiki.

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

8e24c645 2007-05-07 06:54 pm Jean-Philippe Lang

Added an option to see all versions in the roadmap view (including completed ones).
On calendar and gantt, versions are now clickable and link to the corresponding entry in the roadmap.

Since calendar and gantt are now cached, don't forget to empty your cache before restarting the application....

b748455d 2007-05-06 06:40 pm Jean-Philippe Lang

Added fragment caching for calendar and gantt views

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

7eb64715 2007-05-06 02:49 pm Jean-Philippe Lang

Added autologin feature (disabled by default).
To enable this feature, go to administration settings and choose a duration for autologin.
When enabled, a checkbox on the login form lets users activate autologin.

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

56513a8c 2007-05-05 07:52 pm Jean-Philippe Lang

Added a "clear" link when displaying a saved query. It clears the query filter to show all issues.

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

8b1455c9 2007-05-05 06:10 pm Jean-Philippe Lang

Filter values hidden by default to avoid show/hide flashes when loading screen.

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

b9be1d12 2007-05-05 05:59 pm Jean-Philippe Lang

Ajaxified issue filter reset link

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

« Previous 1 ... 205 206 207 208 209 ... 225 Next » (5151-5175/5613)

Also available in: Atom