summaryrefslogtreecommitdiff
path: root/app/Template/board
AgeCommit message (Collapse)Author
2016-05-04Added generic controller for task popoversFrederic Guillot
2016-05-04Unify task drop-down menu between different viewsFrederic Guillot
2016-04-29Fixed improper Markdown escaping for some tooltipsFrederic Guillot
2016-03-26Added avatar image uploadFrederic Guillot
2016-03-26Merge pull-request #2049Frederic Guillot
2016-03-26Hook template:board:task:iconsTimo Litzbarski
2016-03-25Unification of project headerFrederic Guillot
2016-03-24Move avatar to the top right cornerFrederic Guillot
2016-03-19Improve board tooltipsFrederic Guillot
2016-03-19Swap category and avatar on the cardFrederic Guillot
2016-03-19Change cards layoutFrederic Guillot
2016-03-19Show avatar on the cardsFrederic Guillot
2016-03-19Improve comments designFrederic Guillot
2016-03-18Rename menu labelFrederic Guillot
2016-03-18Rename controller TaskLink to TaskInternalLinkFrederic Guillot
2016-03-14add task on board hooksTimo Litzbarski
2016-03-07Fix File Tooltip #1960Timo Litzbarski
2016-03-05Add class to board formFrederic Guillot
2016-03-05Added Ajax loading icon for submit buttonsFrederic Guillot
2016-03-04Helper refactoringFrederic Guillot
2016-02-16Merge pull-request #1847Frederic Guillot
2016-02-16fix assignee name for subtaskTimo Litzbarski
2016-02-14Move project header templates to folder project_headerFrederic Guillot
2016-02-14Rename File controller to TaskFileFrederic Guillot
2016-02-06The date time format can be chosen in application settingsFrederic Guillot
2016-02-05Add task dropdown menu on listing pagesFrederic Guillot
2016-02-04Do not refresh the whole page when changing subtask status (work in progress)Frederic Guillot
2016-01-31Templates cleanupFrederic Guillot
2016-01-31Move task form elements to Task helperFrederic Guillot
2016-01-31Add a "Me" button to assignee form elementFrederic Guillot
2016-01-30Simplify code to handle ajax popover and redirectsFrederic Guillot
2016-01-30Add external links for tasks with plugin apiFrederic Guillot
2016-01-26Update task link tooltip viewOlivier Maridat
2016-01-24Add configurable task priorityFrederic Guillot
2016-01-21Avoid to send XHR request when a task has not moved after a drag and dropFrederic Guillot
2016-01-17Show in user interface the saving state of the taskFrederic Guillot
2016-01-17Do not show column dropdown on the public viewFrederic Guillot
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