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
3f3e30c2 2010-03-05 06:11 pm Eric Davis

Refactor: Moved the contents of #issue_update into Issue.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3545 e93f8b46-1217-0410-a6f0-8f06a7374b81

69769e1d 2010-03-04 08:09 pm Jean-Philippe Lang

Unselect issues when clicking outside of the list.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3544 e93f8b46-1217-0410-a6f0-8f06a7374b81

e8bc0b29 2010-03-04 08:06 pm Jean-Philippe Lang

Do not disable text selection in the issue list.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3543 e93f8b46-1217-0410-a6f0-8f06a7374b81

bd5fe10c 2010-03-04 08:02 pm Jean-Philippe Lang

Adds an helper for creating the context menu.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3542 e93f8b46-1217-0410-a6f0-8f06a7374b81

12759fd4 2010-03-04 07:49 pm Jean-Philippe Lang

Fixed: hard coded English string at the selection of issue watchers (#4982).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3541 e93f8b46-1217-0410-a6f0-8f06a7374b81

c58dc83e 2010-03-04 05:18 pm Eric Davis

Refactor: Replace @journal with @issue.current_journal

This removes an instance variable in #issue_update which will let it be moved
to the Issue model.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3540 e93f8b46-1217-0410-a6f0-8f06a7374b81

7514e12d 2010-03-04 07:01 am Eric Davis

Hide the main menu div if there isn't any items for it. #3259

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3539 e93f8b46-1217-0410-a6f0-8f06a7374b81

afdcd770 2010-03-04 06:33 am Eric Davis

Refactor: Extract method

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3538 e93f8b46-1217-0410-a6f0-8f06a7374b81

bc79caaf 2010-03-04 06:33 am Eric Davis

Refactor: Extract method

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3537 e93f8b46-1217-0410-a6f0-8f06a7374b81

be20d980 2010-03-04 06:33 am Eric Davis

Refactor: Extract methods to before_filters

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3536 e93f8b46-1217-0410-a6f0-8f06a7374b81

3a99f189 2010-03-04 06:33 am Eric Davis

Refactor: Split method

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3535 e93f8b46-1217-0410-a6f0-8f06a7374b81

ca6df3d7 2010-03-04 06:33 am Eric Davis

Refactor: Extract method

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3534 e93f8b46-1217-0410-a6f0-8f06a7374b81

976cba0c 2010-03-04 01:58 am Eric Davis

Refactor: use the existing Issue#new_statuses_allowed_to method.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3533 e93f8b46-1217-0410-a6f0-8f06a7374b81

cdb86d5e 2010-03-03 10:32 pm Jean-Philippe Lang

Fixed: no email notification on new project/version file added (#4966).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3532 e93f8b46-1217-0410-a6f0-8f06a7374b81

3355ffe0 2010-03-03 10:15 pm Jean-Philippe Lang

Fixes git annotate (#3832).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3531 e93f8b46-1217-0410-a6f0-8f06a7374b81

6817a45e 2010-03-03 09:21 pm Jean-Philippe Lang

Adds hooks on login view (#4978).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3530 e93f8b46-1217-0410-a6f0-8f06a7374b81

f2b22754 2010-03-03 09:09 pm Jean-Philippe Lang

Filters collapsed by default for saved queries (#4623).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3529 e93f8b46-1217-0410-a6f0-8f06a7374b81

fe1e3ccd 2010-03-03 06:05 pm Eric Davis

Refactor: Decouple failed attachments and the flash messages

Attachment#attach_files will no longer need to return a flash message,
instead it will put unsaved attachments into object#unsaved_attachments
where the calling object can access them.

A utility method #render_attachment_warning_if_needed is included for setting...

44955a51 2010-03-03 06:04 pm Eric Davis

Added test for when an attachment fails to save.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3527 e93f8b46-1217-0410-a6f0-8f06a7374b81

f6d8752e 2010-03-03 06:04 pm Eric Davis

Fixes destroying attachments if the update fails. (r2875 r3523)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3526 e93f8b46-1217-0410-a6f0-8f06a7374b81

3c0c0a76 2010-03-03 04:37 am Eric Davis

Allow multiple selected projects in #project_tree_options_for_select

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3525 e93f8b46-1217-0410-a6f0-8f06a7374b81

b09a483a 2010-03-02 09:03 pm Jean-Philippe Lang

Fixed: error while deleting an in-use enumeration (#4970).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3524 e93f8b46-1217-0410-a6f0-8f06a7374b81

0fd7e2d6 2010-03-02 08:26 pm Eric Davis

Refactor: Moved ApplicationController#attach_files to the Attachment model

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3523 e93f8b46-1217-0410-a6f0-8f06a7374b81

81d617cd 2010-03-02 08:25 pm Eric Davis

Fixes failing tests from r3521

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3522 e93f8b46-1217-0410-a6f0-8f06a7374b81

b52e75aa 2010-03-01 09:54 pm Jean-Philippe Lang

Fixes some context menu links broken by r3478.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3521 e93f8b46-1217-0410-a6f0-8f06a7374b81

« Previous 1 ... 107 108 109 110 111 ... 225 Next » (2701-2725/5613)

Also available in: Atom