summaryrefslogtreecommitdiff
path: root/app/Model/ProjectDuplication.php
AgeCommit message (Collapse)Author
2016-05-28Rename all modelsFrederic Guillot
2016-05-28Remove model base classFrederic Guillot
2016-05-11Duplicate project metadata when duplicating project (#2074)Busfreak
2016-01-31Add unit tests for last automatic actionsFrederic Guillot
2016-01-31When creating a new project, have the possibility to select another project ↵Frederic Guillot
to duplicate
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-06-27PicoDb updateFrederic Guillot
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