##// END OF EJS Templates
Added the ability to copy a project in the Project Administration panel....
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

File last commit:

r2560:ca166b30e1b2
r2608:fa7bd1c71dca
Show More
boards.yml
19 lines | 333 B | text/x-yaml | YamlLexer
---
boards_001:
name: Help
project_id: 1
topics_count: 2
id: 1
description: Help board
position: 1
last_message_id: 6
messages_count: 6
boards_002:
name: Discussion
project_id: 1
topics_count: 0
id: 2
description: Discussion board
position: 2
last_message_id:
messages_count: 0