summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2015-02-21Improve responsive cssFrederic Guillot
2015-02-21Add max-width to board columnFrederic Guillot
2015-02-21Fix issue with the dropdown menu and overflow containerFrederic Guillot
2015-02-20Fix IE javascript issueFrederic Guillot
2015-02-17Enable event drop for user calendarFrederic Guillot
2015-02-17Fix popover issue with tooltipsFrederic Guillot
2015-02-16Add chosen multiple select for due date and recent filtersFrederic Guillot
2015-02-16Use chosen for board dropdown filtersFrederic Guillot
2015-02-16Change recent filter to use display noneFrederic Guillot
2015-02-16Hide tasks when filters are activated instead of changing the opacity ↵Frederic Guillot
(pull-request #628)
2015-02-16Add recent filter (merge pull-request #627)Frederic Guillot
2015-02-16Hide tasks when filter is activated.Francois Ferrand
Simply changing is opacity is nice, but does not work well when the board contains more tasks then fit on the screen. Moreover, moving tasks now properly handles in controller/model, so it is possible to show only some tasks.
2015-02-15Enable keyboard shortcut inside textarea and minor fixesFrederic Guillot
2015-02-15Display confirmation box to close task from the board and improve popover ↵Frederic Guillot
listeners
2015-02-15Re-order items on the cardFrederic Guillot
2015-02-15Add board horizontal scrollingFrederic Guillot
2015-02-15Display subtask time tracking in the calendarFrederic Guillot
2015-02-14Add keyboard shortcut to open the board selectorFrederic Guillot
2015-02-14Add a section to display keyboard shorcutsFrederic Guillot
2015-02-14Add keyboard shortcut to expand/collapse board tasksFrederic Guillot
2015-02-14Add board filter: collapse/expand tasksFrederic Guillot
2015-02-14Replace home icon with KB logoFrederic Guillot
2015-02-14Move function to the right place (pull-request) and improve board task iconsFrederic 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-11Improve pull-requestFrederic Guillot
2015-02-11Task age and time spent in one column.ashbike
Details: https://github.com/fguillot/kanboard/issues/608
2015-02-09Display subtask icon status and title everywhereFrederic Guillot
2015-02-09Code cleanup + minor css improvementFrederic Guillot
2015-02-09- Markdown supported in column description.ashbike
- Project > Edit Board and Project Summary pages now show description as tooltip. - Project > Edit Board shows textarea with markdown preview. Edit column also shows markdown preview. - Fixed bug while adding a new column inserts description as column limit.
2015-02-08Add z-index property to the popoverFrederic Guillot
2015-02-08Update moment.js and add timezone in templateFrederic Guillot
2015-02-08Add user calendar view on the dashboard and in the user management sectionFrederic Guillot
2015-02-08Improve js and add native language support for datepicker and calendarFrederic Guillot
2015-02-08Improve sidebar css (fix #593)Frederic Guillot
2015-02-07Add task time tracking on the dashboardFrederic Guillot
2015-02-07Update task time tracking based on subtask time trackingFrederic Guillot
2015-02-07Add toggle/expend links on the dashboardFrederic Guillot
2015-02-07Make the sidebar relative/responsiveFrederic Guillot
2015-02-07Regenerate assets and add a documentation for thatFrederic Guillot
2015-02-07Calendar: fix #563BlueTeck
2015-02-04Add subtasks restrictions and time trackingFrederic Guillot
2015-02-01Add dropdown menu to the tasksFrederic Guillot
2015-02-01Add dropdown menu to the board menuFrederic Guillot
2015-02-01Add column description (merge/change pull-request #549)Frederic Guillot
2015-02-01Add collapsible swimlanes (merge and improve pull-request #565)Frederic Guillot
2015-01-31Add table/pagination to the project listFrederic Guillot
2015-01-30Experiments with keyboard shortcutsFrederic Guillot
2015-01-30Clicking on cancel inside a popover doesn't reload the pageFrederic Guillot