index
:
kanban
master
Custom fork of https://github.com/kanboard/kanboard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Model
/
ProjectDuplication.php
Age
Commit message (
Collapse
)
Author
2016-05-28
Rename all models
Frederic Guillot
2016-05-28
Remove model base class
Frederic Guillot
2016-05-11
Duplicate project metadata when duplicating project (#2074)
Busfreak
2016-01-31
Add unit tests for last automatic actions
Frederic Guillot
2016-01-31
When creating a new project, have the possibility to select another project ↵
Frederic Guillot
to duplicate
2015-10-13
Change namespace to add Kanboard as prefix
Frederic Guillot
2015-06-27
PicoDb update
Frederic Guillot
2015-02-07
Uncheck tasks and swimlanes from project duplication and update translations
Frederic Guillot
2015-02-07
Merge pull-request #580
Frederic Guillot
2015-02-07
Use $max_length parameter in getClonedProjectName.
Colin Williams
2015-02-03
Implemented 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-25
Fix bug duplicate project with a too long name
Frederic Guillot