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
/
TaskDuplication.php
Age
Commit message (
Expand
)
Author
2016-03-04
PHPdoc cleanup
Frederic Guillot
2016-02-20
Split Board model into multiple classes
Frederic Guillot
2015-10-19
Cleanup and minor fixes
Frederic Guillot
2015-10-17
Run php-cs-fixer on the code base
Frederic Guillot
2015-10-13
Change namespace to add Kanboard as prefix
Frederic Guillot
2015-10-07
Duplicate a project with tasks will copy the new tasks in the same columns
Frederic Guillot
2015-07-19
Prompt user when moving or duplicate a task to another project
Frederic Guillot
2015-05-10
Recurring tasks (#847): add unit test
Frederic Guillot
2015-05-10
Recurring tasks (#847): rename class constants
Frederic Guillot
2015-05-10
Recurring tasks (#847): move hardcoded conditions to event subscriber + refac...
Frederic Guillot
2015-05-10
Recurring tasks (#847): Fix php error (substract is not always defined)
Frederic Guillot
2015-05-03
Initial Recurring Tasks Commit
David-Norris
2015-02-14
Refactoring/simplification of the pull-request about links
Frederic Guillot
2015-02-13
Add task links (Merge pull-request #610)
Frederic Guillot
2015-02-07
Rename subtask model
Frederic Guillot
2014-12-27
Move events handling to Symfony\EventDispatcher
Frédéric Guillot
2014-12-26
Add swimlanes
Frédéric Guillot
2014-11-23
Create TaskDuplication model
Frédéric Guillot