summaryrefslogtreecommitdiff
path: root/app/Template/board
AgeCommit message (Collapse)Author
2016-01-17Add dropdown menu on each board column title to close all tasksFrederic Guillot
2016-01-13Fix wrong link for category in task footerFrederic Guillot
2015-12-06Restrict actions for project viewersFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-11-21Dropdown menu entry are now clickable outside of the html linkFrederic Guillot
2015-10-23Avoid to disable the default swimlane during renaming when there is no other ↵Frederic Guillot
activated swimlane
2015-10-19Cleanup and minor fixesFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-06Repeat column headers for each swimlaneFrederic Guillot
2015-10-02Add custom filters (refactoring of pull-request #1312)Frederic Guillot
2015-09-29Merge branch 'master' into project_name_in_task_linksxavier.vidal
* master: ajout captures pour les vues essai intégration image Append filters instead of replacing value for users and categories dropdowns Do not show empty swimlanes in public view Show complexity sum across all swimlanes Show number of tasks for each column across all swimlanes Fix regression (css) Change swimlane layout to save space on the screen Add the possibility to set/unset max column height (scrolling) settings chapter Add getPluginHomepage() Add page to show the list of plugins Do not use preventDefault() with .close-popover when there is no popover opened Show "Open this task" in dropdown menu for closed tasks Add contributor Update app.css Update popover.css Show assignee on card only when someone is assigned
2015-09-26Do not show empty swimlanes in public viewFrederic Guillot
2015-09-26Show complexity sum across all swimlanesFrederic Guillot
2015-09-26Show number of tasks for each column across all swimlanesFrederic Guillot
2015-09-26Fix regression (css)Frederic Guillot
2015-09-26Change swimlane layout to save space on the screenFrederic Guillot
2015-09-26Add the possibility to set/unset max column height (scrolling)Frederic Guillot
2015-09-26Show "Open this task" in dropdown menu for closed tasksFrederic Guillot
2015-09-25Show assignee on card only when someone is assignedFrederic Guillot
2015-09-25Show project name in task links tooltipxavier.vidal
2015-09-20Improve icon alignment for dropdown menuFrederic Guillot
2015-09-05Improve pull-request about swimlane descriptionFrederic Guillot
2015-09-04#1144 Add description field to swimlane.Fabiano Pereira
2015-08-29Add handle to move tasks on touch devicesFrederic Guillot
2015-08-26Move tasks Gantt chartFrederic Guillot
2015-08-23Improve column hide/show with swimlanesFrederic Guillot
2015-08-23Improve file attachments tooltip on the boardFrederic Guillot
2015-08-22Do not force redirect when clicking on task board linkFrederic Guillot
2015-08-22Add milestone marker in board taskFrederic Guillot
2015-08-21Add users and categories filters on the boardFrederic Guillot
2015-08-20Update localesFrederic Guillot
2015-08-15Add show/hide columns on the boardFrederic Guillot
2015-08-07Rewrite dropdown menuFrederic Guillot
2015-08-04Javascript refactoringFrederic Guillot
2015-08-02Add column vertical scrolling and set column height dynamicallyFrederic Guillot
2015-07-19Split task controller into smaller classesFrederic Guillot
2015-07-12Remove edit recurrence from the task menuFrederic Guillot
2015-07-07Move board collapse/expand mode to server side to avoid board flickeringFrederic Guillot
2015-07-05Add task analyticsFrederic Guillot
2015-07-04Show title in tooltip for collapsed tasksFrederic Guillot
2015-07-04Display user initials when tasks are in collapsed modeFrederic Guillot
2015-07-04Set focus on the dropdown for category popoverFrederic 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
(work in progress)
2015-07-03Merge manually pull-request #965Frederic Guillot
2015-07-01Remove method Category::getBoardCategories()Frederic Guillot
2015-06-24Add timer for subtasks and remove settings for subtask time trackingFrederic Guillot
2015-06-20Improve automatic action to create comments based on commit messagesFrederic Guillot
2015-06-18Improve pull-request #907Frederic Guillot