summaryrefslogtreecommitdiff
path: root/assets/js/src/board.js
AgeCommit message (Collapse)Author
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-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-08Improve js and add native language support for datepicker and calendarFrederic Guillot
2015-02-04Add subtasks restrictions and time trackingFrederic Guillot
2015-02-01Add dropdown menu to the tasksFrederic Guillot
2015-02-01Add column description (merge/change pull-request #549)Frederic Guillot
2015-01-30Experiments with keyboard shortcutsFrederic Guillot
2015-01-25Move assets to seperate subfoldersFrederic Guillot