My patches for Redmine
Go to file
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
app Added the ability to copy a project in the Project Administration panel. 2009-05-03 21:25:37 +00:00
config Added the ability to copy a project in the Project Administration panel. 2009-05-03 21:25:37 +00:00
db/migrate Ticket grouping (#2679). 2009-04-26 13:09:14 +00:00
doc Updated INSTALL doc for Rails 2.2.2 2009-03-19 03:34:45 +00:00
extra Updates sample plugin README. 2009-02-26 16:37:48 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib Ticket grouping (#2679). 2009-04-26 13:09:14 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Ticket grouping (#2679). 2009-04-26 13:09:14 +00:00
script Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +00:00
test Added the ability to copy a project in the Project Administration panel. 2009-05-03 21:25:37 +00:00
vendor/plugins Ask user what to do with child pages when deleting a parent wiki page (#3202). 2009-04-21 12:19:56 +00:00
Rakefile trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00