summaryrefslogtreecommitdiff
path: root/app/Template/task
AgeCommit message (Expand)Author
2015-12-24Update active menu in sidebarsFrederic Guillot
2015-12-06Restrict actions for project viewersFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-11Add comments sortingFrederic Guillot
2015-09-20Move subtask forecast to a pluginFrederic Guillot
2015-09-13First draft for plugins systemFrederic Guillot
2015-09-05Replace color dropdown by color picker in task formsFrederic Guillot
2015-08-19Improve sidebar menusFrederic Guillot
2015-08-14Fix potential issue with json_encode() in templatesFrederic Guillot
2015-08-14Add new role Project AdministratorFrederic Guillot
2015-07-19Split task controller into smaller classesFrederic Guillot
2015-07-19Prompt user when moving or duplicate a task to another projectFrederic Guillot
2015-07-19Improve quick-add subtasks formFrederic Guillot
2015-07-18Add icon to hide/show sidebarFrederic Guillot
2015-07-12Remove edit recurrence from the task menuFrederic Guillot
2015-07-08Do not set anchor for the default swimlane on the link back to boardFrederic Guillot
2015-07-07Add icon to set automatically the start dateFrederic Guillot
2015-07-07Add datetime picker for start dateFrederic Guillot
2015-07-05Add new analytic page: Average time spent into each columnFrederic Guillot
2015-07-05Add task analyticsFrederic Guillot
2015-07-04Do not allow closed tasks to move on the boardFrederic Guillot
2015-07-04Refactoring to implement new layout with filters: board/calendar/list views (...Frederic Guillot
2015-06-20Close all subtasks when a task is closedFrederic Guillot
2015-06-18Improve pull-request #907Frederic Guillot
2015-06-18Merge pull-request #907Frederic Guillot
2015-06-14Improve activity stream/notification for task update events and add new notif...Frederic Guillot
2015-06-13UI: Improve tabindex for task formsFrederic Guillot
2015-06-04adding time estimated in de task footer and swimlanes' name in the task detailsFábio Hideki
2015-05-31Improve project navigationFrederic Guillot
2015-05-30Fix template helper bug due to previous refactoringFrederic Guillot
2015-05-25Move swimlane title and add swimlane anchorFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-05-21Show swimlane dropdown only when necessaryFrederic Guillot
2015-05-10Recurring tasks (#847): update translationsFrederic Guillot
2015-05-10Recurring tasks (#847): rename class constantsFrederic Guillot
2015-05-10Recurring tasks (#847): template cleanupFrederic Guillot
2015-05-03Initial Recurring Tasks CommitDavid-Norris
2015-04-12Add screenshot support for tasks (copy/paste images directly)Frederic Guillot
2015-03-30Split task sidebar with another sectionFrederic 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-14Calculate the time spent based on the timetableFrederic Guillot
2015-03-12Merge and improve pull-request #704Frederic Guillot
2015-03-10Merge pull-request #699Frederic Guillot
2015-03-10Add a quick task link creation as it is possible for subtaskOlivier Maridat
2015-03-02preview images in taskviewBlueTeck