summaryrefslogtreecommitdiff
path: root/app/Model/TaskPosition.php
AgeCommit message (Collapse)Author
2015-05-10Recurring tasks (#847): move hardcoded conditions to event subscriber + ↵Frederic Guillot
refactoring
2015-05-052nd Recurring Tasks CommitDavid-Norris
New Trigger (move from first column) New method to get last column of a board Locales updated API changes (createTask, updateTask) API Docs & Examples
2015-05-03Initial Recurring Tasks CommitDavid-Norris
Initial Recurring Tasks Commit No Locales Updated.
2015-03-26Add task transitions historyFrederic Guillot
2015-03-22Improve and translate pull-requestFrederic Guillot
2015-02-24Add new actions to move issue when the assignee is changed.Francois Ferrand
This will *not* fire the task_moved events, to avoid triggering other auto-assign actions. This does not seem ideal, but I see no easy way to implement this properly (e.g. checking the event stack).
2015-02-11Add subscriber for task (moved date)Frederic Guillot
2015-02-11Improve pull-requestFrederic Guillot
2015-02-11Task age and time spent in one column.ashbike
Details: https://github.com/fguillot/kanboard/issues/608
2014-12-31Acl refactoringFrédéric Guillot
2014-12-27Fix some PHPAnalyzer issuesFrédéric Guillot
2014-12-27Move events handling to Symfony\EventDispatcherFrédéric Guillot
2014-12-26Add swimlanesFrédéric Guillot
2014-11-23Create TaskModification modelFrédéric Guillot
2014-11-23Fix PHP 5.3 issueFrédéric Guillot
2014-11-23Create TaskPosition modelFrédéric Guillot