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.
Plugin settings page enforces submit/apply button (Bug #917)
Description
The view file file:app/views/settings/plugin.rhtml assumes that all plugins will have a settings form on that particular page, which is not the case for all of them. This should be left down to the plugin to decide, and the form/submit tags that're currently in that file should be removed. This will prevent cases such as the Redmine Checkout plugin, where clicking the apply button nulls all of its values and breaks the project pages.
Associated revisions
Adds support for commit logs reencoding to UTF-8 before insertion in the database (#834, #917, #1663).
Source encoding of commit logs can be selected in Application settings -> Repositories.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1767 e93f8b46-1217-0410-a6f0-8f06a7374b81
Fixes error with CVS+Postgresql and non-UTF8 commit logs (#917, #1659).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1768 e93f8b46-1217-0410-a6f0-8f06a7374b81