summaryrefslogtreecommitdiff
path: root/app/Controller/Task.php
AgeCommit message (Expand)Author
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
2014-09-01Add the possibility to duplicate a task to another projectFrédéric Guillot
2014-08-31Improve project move viewFrédéric Guillot
2014-08-30Move a task to another projectFrédéric Guillot
2014-07-08Add fields: task creator and modification dateFrédéric Guillot
2014-07-01Use popover to edit task and description directly from board.Francois Ferrand
2014-05-28Add CSRF protectionsFrédéric Guillot
2014-05-25Add subtasksFrédéric Guillot
2014-05-23Improve user interfaceFrédéric Guillot