summaryrefslogtreecommitdiff
path: root/app/Model/ProjectDuplication.php
AgeCommit message (Collapse)Author
2015-02-07Uncheck tasks and swimlanes from project duplication and update translationsFrederic Guillot
2015-02-07Merge pull-request #580Frederic Guillot
2015-02-07Use $max_length parameter in getClonedProjectName.Colin Williams
2015-02-03Implemented Changes to Project Duplication to include Swimlanes and Tasks.Michael Lüpkes
ProjectDuplication::duplicate accepts additional param of type array now. Array includes which optional parts to duplicate. Optional parts are: 'swimlane', 'category', 'task', 'action'.
2015-01-25Fix bug duplicate project with a too long nameFrederic Guillot