summaryrefslogtreecommitdiff
path: root/app/Model/Swimlane.php
AgeCommit message (Collapse)Author
2015-05-23API refactoringFrederic Guillot
2015-05-21Show swimlane dropdown only when necessaryFrederic Guillot
2015-03-21Add swimlane dropdown in task creation formFrederic Guillot
2015-03-04Fix typosFrederic Guillot
2015-03-03Add missing swimlane REST APIFrancois Ferrand
Missing API to retrieve extra details were missing: getSwimlane($project_id, $name) getAllSwimlanes($project_id)
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-25Do not show inactive projects info on the dashboard and update picodb (merge ↵Frederic Guillot
#546)
2015-01-17Add project calendars (merge/refactoring of #490)Frederic Guillot
2014-12-28Include swimlane in task exportFrédéric Guillot
2014-12-27Fix some PHPAnalyzer issuesFrédéric Guillot
2014-12-26Add swimlanesFrédéric Guillot