Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-22 | Send notifications with the language of the recipient | Frederic Guillot | |
2015-04-12 | Add screenshot support for tasks (copy/paste images directly) | Frederic Guillot | |
2015-04-11 | Add burndown chart | Frederic Guillot | |
2015-04-11 | Fix bug: tooltips for descriptions are not shown after a board refresh | Frederic Guillot | |
2015-03-28 | Fix autofocus input fields for popover | Frederic Guillot | |
2015-03-22 | Add budget graph | Frederic Guillot | |
2015-03-12 | Merge and improve pull-request #704 | Frederic Guillot | |
2015-03-12 | Fix flickering and column sizes. | Francois Ferrand | |
* Avoid flickering in default view mode, by properly setting the default (horizontal-scroll) layout directly in CSS. This flickering was introduced with #675 pull request. This also fixes the layout of the public board. Javascript is now used only to activate the 'compact' mode, thus still causing a slight flickering, but in that mode only. * Use fixed-layout on the table to improve layout and rendering speed. * Slightly reduce the width of the swimlane header column, and make it fixed-width. * Slightly simplify the Javascript/jQuery code for activating compact mode. This is replaces pull request #688, with only the table layout fix, since I have no proper solution for the scrolling problem. | |||
2015-03-10 | Add an item "Add a link" in the dropdown menu of a task in the board view | Olivier Maridat | |
2015-03-01 | Translate chosen selects | Frederic Guillot | |
2015-03-01 | Integrate Turkish language | 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-26 | Fixed issues with all class reset, resulting to lots of mess. | ashbike | |
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 same tooltips for column description and task footer. | Francois Ferrand | |
2015-02-21 | Improve responsive css | Frederic Guillot | |
2015-02-21 | Fix issue with the dropdown menu and overflow container | Frederic Guillot | |
2015-02-20 | Fix IE javascript issue | Frederic Guillot | |
2015-02-17 | Enable event drop for user calendar | Frederic Guillot | |
2015-02-17 | Fix popover issue with tooltips | 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 | Change recent filter to use display none | Frederic Guillot | |
2015-02-16 | Hide tasks when filters are activated instead of changing the opacity ↵ | Frederic Guillot | |
(pull-request #628) | |||
2015-02-16 | Add recent filter (merge pull-request #627) | Frederic Guillot | |
2015-02-16 | Hide 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-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 | Display subtask time tracking in the calendar | Frederic Guillot | |
2015-02-14 | Add keyboard shortcut to open the board selector | Frederic Guillot | |
2015-02-14 | Add a section to display keyboard shorcuts | 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 | Refactoring/simplification of the pull-request about links | Frederic Guillot | |
2015-02-13 | Add task links (Merge pull-request #610) | Frederic Guillot | |
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-08 | Update moment.js and add timezone in template | Frederic Guillot | |
2015-02-08 | Add user calendar view on the dashboard and in the user management section | Frederic Guillot | |
2015-02-08 | Improve js and add native language support for datepicker and calendar | Frederic Guillot | |
2015-02-07 | Add toggle/expend links on the dashboard | Frederic Guillot | |
2015-02-07 | Regenerate assets and add a documentation for that | Frederic Guillot | |
2015-02-07 | Calendar: fix #563 | BlueTeck | |
2015-02-04 | Add subtasks restrictions and time tracking | 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 | Add column description (merge/change pull-request #549) | Frederic Guillot | |
2015-02-01 | Add collapsible swimlanes (merge and improve pull-request #565) | Frederic Guillot | |