Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-10 | Replace timeserie axis to category axis | Frederic Guillot | |
2015-07-07 | Move board collapse/expand mode to server side to avoid board flickering | Frederic Guillot | |
2015-07-07 | Add datetime picker for start date | Frederic Guillot | |
2015-07-06 | Add lead and cycle time for projects | Frederic Guillot | |
2015-07-05 | Add new analytic page: Average time spent into each column | Frederic Guillot | |
2015-07-04 | Show title in tooltip for collapsed tasks | Frederic Guillot | |
2015-07-04 | Set cursor at the end of selection on focus for search input (compatible ↵ | Frederic Guillot | |
with Firefox) | |||
2015-07-04 | Change alert box fadeout to avoid an empty space | Frederic Guillot | |
2015-07-04 | Make global escape keyboard shorcut | Frederic Guillot | |
2015-07-04 | Add keyboard shortcuts to switch between board/calendar/list view | Frederic Guillot | |
2015-07-04 | Add keyboard shortcut to focus on the search box | Frederic Guillot | |
2015-07-04 | Add filters helper for search form | Frederic Guillot | |
2015-07-04 | Do not allow closed tasks to move on the board | Frederic Guillot | |
2015-07-04 | Refactoring to implement new layout with filters: board/calendar/list views ↵ | Frederic Guillot | |
(work in progress) | |||
2015-07-01 | Change dashboard | Frederic Guillot | |
2015-06-21 | Replace dimplejs by c3js for chart drawing | Frederic Guillot | |
2015-05-21 | Add chosen select for user selection | Frederic Guillot | |
2015-05-09 | Allow auto-completion with the task id | Frederic Guillot | |
2015-05-09 | Update task links, assignee and time tracking (#775), group links by label ↵ | Frederic Guillot | |
(#669) Merge and modification of pull-request #785 | |||
2015-05-07 | Set autofocus to assignee dropdown (board popover) | Frederic Guillot | |
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 |