summaryrefslogtreecommitdiff
path: root/tests/units/ProjectDuplicationTest.php
AgeCommit message (Collapse)Author
2015-02-07Be able to disable the login form for specific usersFrederic Guillot
2015-02-03Fix for syntax unsupported in PHP 5.3Michael Lüpkes
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