Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-12 | Add screenshot support for tasks (copy/paste images directly) | Frederic Guillot | |
2015-04-11 | Add column controller | Frederic Guillot | |
2015-04-11 | Fix bug: tooltips for descriptions are not shown after a board refresh | Frederic Guillot | |
2015-04-11 | Add category description (merge and modify pull-request #692) | Frederic Guillot | |
2015-04-07 | Display the sum of task complexity in the column | Frederic Guillot | |
2015-03-22 | Add budget graph | Frederic Guillot | |
2015-03-21 | Move task complexity to the bottom | Frederic Guillot | |
2015-03-16 | Add unique css class name for board table | Frederic Guillot | |
2015-03-12 | Merge and improve pull-request #704 | Frederic Guillot | |
2015-03-10 | Improve pull-request | Frederic Guillot | |
2015-03-10 | Merge pull-request #699 | Frederic Guillot | |
2015-03-10 | Add an item "Add a link" in the dropdown menu of a task in the board view | Olivier Maridat | |
2015-03-07 | add image thumbnail to task detail view, add icons to common file ↵ | BlueTeck | |
extensions, better layout in task attachments | |||
2015-03-04 | Escape markdown code in column tooltips. | Francois Ferrand | |
This is needed to avoid issues when the code contains quotes. | |||
2015-03-01 | Translate chosen selects | Frederic Guillot | |
2015-02-28 | Improve toggle compact/horizontal scrolling view | Frederic Guillot | |
2015-02-28 | Added a menu item and short key 'c' to toggle board view. View modes are ↵ | ashbike | |
compact (tries to stuff all columns in the window) and wide (scrollbar appears) | |||
2015-02-25 | Avoid re-layout when displaying the page. | Francois Ferrand | |
Use <span>/<span> instead of <ul>/<il> for task menu anchor, to avoid flickering items when the menus are created. | |||
2015-02-25 | A small patch which enables scroll view toggling. | ashbike | |
If there are many columns, the board adds a horizontal scrollbar. However, This looses the full board visibility. Now there is a menu item on the Board, Action > Toggle view which switches. This can also be toggled by 'c' keypress. | |||
2015-02-24 | Use single quotes for attributes with Markdown/HTML content to avoid browser ↵ | Frederic Guillot | |
bugs | |||
2015-02-24 | Display footer icons left of text. | Francois Ferrand | |
This is consistent with the due date indicator, and needed to avoid confusion between the due date and the following number of comments/tasks/... IMHO this also feels slightly more natural :-) | |||
2015-02-21 | Remove native tooltip title for task board | Frederic Guillot | |
2015-02-21 | Add task menu in collapsed mode | Frederic Guillot | |
2015-02-21 | Improve responsive css | Frederic Guillot | |
2015-02-16 | Add chosen multiple select for due date and recent filters | Frederic Guillot | |
2015-02-16 | Use chosen for board dropdown filters | Frederic Guillot | |
2015-02-16 | Merge pull-request #629 | Frederic Guillot | |
2015-02-16 | Add recent filter (merge pull-request #627) | Frederic Guillot | |
2015-02-16 | This adds a quick comment creation link in the task menu on board. | ashbike | |
2015-02-15 | Enable keyboard shortcut inside textarea and minor fixes | Frederic Guillot | |
2015-02-15 | Display confirmation box to close task from the board and improve popover ↵ | Frederic Guillot | |
listeners | |||
2015-02-15 | Re-order items on the card | Frederic Guillot | |
2015-02-15 | Add board horizontal scrolling | Frederic Guillot | |
2015-02-14 | Add keyboard shortcut to expand/collapse board tasks | Frederic Guillot | |
2015-02-14 | Add board filter: collapse/expand tasks | Frederic Guillot | |
2015-02-14 | Move function to the right place (pull-request) and improve board task icons | Frederic Guillot | |
2015-02-14 | Merge pull-request #615 | Frederic Guillot | |
2015-02-14 | Refactoring/simplification of the pull-request about links | Frederic Guillot | |
2015-02-13 | Add task links (Merge pull-request #610) | Frederic Guillot | |
2015-02-13 | Task age and days in column shows hours if < 1 day | ashbike | |
2015-02-11 | Improve pull-request | Frederic Guillot | |
2015-02-11 | Task age and time spent in one column. | ashbike | |
Details: https://github.com/fguillot/kanboard/issues/608 | |||
2015-02-09 | Code cleanup + minor css improvement | Frederic 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-04 | Add subtasks restrictions and time tracking | Frederic Guillot | |
2015-02-01 | Add shortcut link to close a task from the dropdown menu | Frederic Guillot | |
2015-02-01 | Add dropdown menu to the tasks | Frederic Guillot | |
2015-02-01 | Add dropdown menu to the board menu | Frederic Guillot | |
2015-02-01 | Change label for subtasks percentage | Frederic Guillot | |
2015-02-01 | Merge pull-request #568 | Frederic Guillot | |