summaryrefslogtreecommitdiff
path: root/app/Controller/Task.php
AgeCommit message (Expand)Author
2015-04-03Various fixes for PHPAnalyzerFrederic Guillot
2015-03-30Avoid code duplication in pull-request #746Frederic Guillot
2015-03-29add activity stream to task #693BlueTeck
2015-03-26Add task transitions historyFrederic Guillot
2015-03-21Add swimlane dropdown in task creation formFrederic Guillot
2015-03-12Merge and improve pull-request #704Frederic Guillot
2015-03-10Add a quick task link creation as it is possible for subtaskOlivier Maridat
2015-03-02preview images in taskviewBlueTeck
2015-02-15Display confirmation box to close task from the board and improve popover lis...Frederic Guillot
2015-02-14Allow remote images for markdown contentFrederic Guillot
2015-02-14Refactoring/simplification of the pull-request about linksFrederic Guillot
2015-02-13Add task links (Merge pull-request #610)Frederic Guillot
2015-02-10Add subtask time tracking in the task viewFrederic Guillot
2015-02-07Update task time tracking based on subtask time trackingFrederic Guillot
2015-02-07Rename subtask modelFrederic Guillot
2015-02-01Add shortcut link to close a task from the dropdown menuFrederic Guillot
2015-01-25Do not show inactive projects info on the dashboard and update picodb (merge ...Frederic Guillot
2015-01-02Cleanup and fixesFrédéric Guillot
2015-01-02Various fixes and improvementsFrédéric Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-28Template helpers refactoringFrédéric Guillot
2014-12-26Add swimlanesFrédéric Guillot
2014-12-03Move tasks templates to a subfolderFrédéric Guillot
2014-11-25Improve task creation popoverFrédéric Guillot
2014-11-25Show the task creation form as a popoverFrédéric Guillot
2014-11-25Auto assign user during task creation if there is only one userFrédéric Guillot
2014-11-23Fix some issuesFrédéric Guillot
2014-11-23Create TaskDuplication modelFrédéric Guillot
2014-11-23Create TaskModification modelFrédéric Guillot
2014-11-22Move task creation to a seperate classFrédéric Guillot
2014-11-21Create TaskStatus modelFrédéric Guillot
2014-11-09Add projects to the dashboard and rename some methodsFrédéric Guillot
2014-11-02Change layout (experimental)Frédéric Guillot
2014-10-12Move some Task model methods to the TaskFinder classFrédéric Guillot
2014-10-12Add pagination/column sorting for search and completed tasksFrédéric Guillot
2014-10-11Add 3 new fields for tasks: start date, time estimated and time spentFrédéric Guillot
2014-10-05Input date format is now a config parameter instead of the current localeFrédéric Guillot
2014-09-23Move task edit form to the task layoutFrédéric Guillot
2014-09-23Regular users can remove only their own tasksFrédéric Guillot
2014-09-22Move task webhook to the controller webhookFrédéric Guillot
2014-09-20Models refactoring/improvementsFrédéric Guillot
2014-09-20Extract project permissions to a separate classFrédéric Guillot
2014-09-20Split Task model into smaller classesFrédéric Guillot
2014-09-16Don't load Javascript assets for public board accessFrédéric Guillot
2014-09-09The color is not mandatory for task creation through the APIFrédéric Guillot
2014-09-08Add public view for tasksFrédéric Guillot
2014-09-08Handle the case of tasks with bad previous positionsFrédéric Guillot
2014-09-08Remove the columns list from the edit task formFrédéric Guillot
2014-09-01Improve task controller and fix bug description popoverFrédéric Guillot
2014-09-01Improve task duplicationFrédéric Guillot