Redmine/config
Eric Davis fa7bd1c71d Added the ability to copy a project in the Project Administration panel.
* Added Copy project button.
* Added Project#copy_from to duplicate a project to be modified and saved by the user
* Added a ProjectsController#copy based off the add method
** Used Project#copy_from to create a duplicate project in memory
* Implemented Project#copy to copy data for a project from another and save it.
** Members
** Project level queries
** Project custom fields
* Added a plugin hook for Project#copy.

  #1125  #1556  #886  #309

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2704 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-05-03 21:25:37 +00:00
..
environments Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
initializers Patch ActiveRecord::Errors#full_messages so that it contains custom values error messages. 2009-02-22 14:46:32 +00:00
locales Added the ability to copy a project in the Project Administration panel. 2009-05-03 21:25:37 +00:00
boot.rb Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
database.yml.example Encoding set to utf8 in example database.yml (#1506). 2008-06-24 18:39:49 +00:00
email.yml.example Add doube quotes to user_name and password in email.yml.example (#2927). 2009-03-07 13:41:24 +00:00
environment.rb Added observers to watch model objects for mail delivery instead of calling Mailer. 2009-03-28 00:38:57 +00:00
routes.rb Adds single forum atom feed (#3181). 2009-04-24 16:51:07 +00:00
settings.yml Makes minimum password length configurable. 2009-04-21 13:43:57 +00:00