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
976a31e9 2008-01-06 06:06 pm Jean-Philippe Lang

Merged IssuesController change_status and add_note actions.
The 'Change status' specific form removed and now accessible from issue/show view with no additional request (click on 'Update' to show the form).
The 'Change issue status' permission is removed. To change the status, the user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed....

4a729036 2008-01-06 02:09 pm Jean-Philippe Lang

Prevent 'has already been taken' error messages for user login and email if these fields are left empty.

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

c9fd7513 2008-01-05 12:33 pm Jean-Philippe Lang

Default configuration data can now be loaded from the administration screen.
A message is automatically displayed on this screen if roles, trackers,... have not been configured yet.
The rake task is still available and the data loading code is wrapped in a transaction....

8d9b0486 2008-01-04 09:03 pm Jean-Philippe Lang

Fixed Serbian lang file.

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

4024f4ac 2008-01-04 08:07 pm Jean-Philippe Lang

Updated Serbian translation (Dragan Matic).

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

6ae87d7c 2008-01-04 07:27 pm Jean-Philippe Lang

Moved redmine:load_default_data code to a module so that it can be called from the application.

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

860ff934 2008-01-04 07:02 pm Jean-Philippe Lang

Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects.

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

bd85c0cb 2008-01-04 06:55 pm Jean-Philippe Lang

Fixed: table of content not rendered properly when used in an issue or document description.

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

832c7eaa 2008-01-03 07:28 pm Jean-Philippe Lang

Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails.

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

b21e85b6 2008-01-03 07:10 pm Jean-Philippe Lang

Updated Spanish translation (Gumer Coronel Pérez).

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

3e0acc0b 2008-01-02 11:41 pm Jean-Philippe Lang

Slight improvements to the browser views.
ApplicationHelper#set_html_title replaced by html_title with arguments and can be called several times in views to append elements to the title.

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

636579b1 2007-12-31 01:37 pm Jean-Philippe Lang

Fix query management broken by r1027.

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

97f0da0b 2007-12-30 12:44 pm Jean-Philippe Lang

Moved login and logout links to ApplicationHelper methods for easier customization.

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

90727534 2007-12-30 11:51 am Jean-Philippe Lang

Moved current user management to a dedicated method for modularity.

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

66420fe4 2007-12-30 11:48 am Jean-Philippe Lang

TabularFormBuilder moved out of application_helper.rb

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

5bc7dc77 2007-12-30 11:46 am Jean-Philippe Lang

Do not store query object in session but id or filters only. This allows to use Rails 2.0 cookie based sessions.

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

9a1b46fe 2007-12-29 12:36 pm Jean-Philippe Lang

New setting added to specify how many objects should be displayed on most paginated lists.
Default is: 25, 50, 100 (users can choose one of these values).
If one value only is entered in this setting (eg. 25), the 'per page' links are not displayed (prior behaviour)....

7eec5392 2007-12-29 11:43 am Jean-Philippe Lang

Fixed r1024: context submenus on the issue list don’t show up with IE6.

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

7f3c5169 2007-12-28 10:58 pm Jean-Philippe Lang

Fixed: context submenus on the issue list don't show up with IE6.

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

3ff95e40 2007-12-22 01:47 pm Jean-Philippe Lang

Fixed 'export to' links positioning on wiki page.

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

bb8d3601 2007-12-21 07:01 pm Jean-Philippe Lang

Set doctype to transitional. Fixed a few non matching tags in views.

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

95950297 2007-12-20 08:44 pm Jean-Philippe Lang

Trunk version changed to 0.6.devel

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

31c6ebb3 2007-12-20 08:10 pm Jean-Philippe Lang

Added wiki annotate view. It's accessible for each version from the page history view.
Slight style change: pre-wrap added on file/diff contents.

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

3d5381b2 2007-12-19 11:14 pm Jean-Philippe Lang

Do not run Mercurial functional tests if the test repository is not set up.

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

a4562258 2007-12-19 11:09 pm Jean-Philippe Lang

Add email notification to IssuesController#edit.

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

« Previous 1 ... 186 187 188 189 190 ... 225 Next » (4676-4700/5613)

Also available in: Atom