Commit Graph

208 Commits

Author SHA1 Message Date
Frederic Guillot
9ca2ba2127 Add burndown chart 2015-04-11 23:01:17 -04:00
Frederic Guillot
05b1cfd98c Fix bug: tooltips for descriptions are not shown after a board refresh 2015-04-11 16:34:26 -04:00
BlueTeck
c1329ac7c4 #779 remove image hover and center thumbnail 2015-04-09 09:01:29 +02:00
Frederic Guillot
01f9ee3410 Add Gravatar integration 2015-03-30 21:27:49 -04:00
Frederic Guillot
7cbae61dbd Add Hipchat integration 2015-03-29 13:51:51 -04:00
Frederic Guillot
346309cfcf Fix autofocus input fields for popover 2015-03-28 13:27:04 -04:00
Frederic Guillot
72de621d77 Add budget graph 2015-03-22 18:44:45 -04:00
Frederic Guillot
fc97378c83 Move task complexity to the bottom 2015-03-21 15:25:21 -04:00
Francois Ferrand
78a8829a82 Remove extra space below description in tooltip. 2015-03-13 10:54:58 +01:00
Frederic Guillot
925ede9b48 Merge and improve pull-request #704 2015-03-12 21:21:24 -04:00
Francois Ferrand
72681443a6 Fix flickering and column sizes.
* 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-12 10:29:04 +01:00
Frederic Guillot
788ef2bc07 Merge pull-request #699 2015-03-10 22:11:30 -04:00
Olivier Maridat
ef1fea4509 Add an item "Add a link" in the dropdown menu of a task in the board view 2015-03-10 14:32:23 +01:00
Frederic Guillot
c870508923 Add user timetables 2015-03-09 21:37:10 -04:00
BlueTeck
5e5af86638 add image thumbnail to task detail view, add icons to common file extensions, better layout in task attachments 2015-03-07 11:31:53 +01:00
BlueTeck
88ba0c0953 preview images in taskview 2015-03-02 22:40:09 +01:00
Frederic Guillot
052b14d482 Translate chosen selects 2015-03-01 19:42:24 -05:00
Frederic Guillot
d910ebc1ea Integrate Turkish language 2015-03-01 18:43:03 -05:00
Frederic Guillot
bb61b409a3 Improve toggle compact/horizontal scrolling view 2015-02-28 18:11:05 -05:00
ashbike
621b979627 Added a menu item and short key 'c' to toggle board view. View modes are compact (tries to stuff all columns in the window) and wide (scrollbar appears) 2015-02-28 14:31:20 +05:30
ashbike
106f45258c Fixed issues with all class reset, resulting to lots of mess. 2015-02-26 19:35:23 +05:30
Francois Ferrand
6b09ff766a Avoid re-layout when displaying the page.
Use <span>/<span> instead of <ul>/<il> for task menu anchor, to avoid flickering items when the
menus are created.
2015-02-25 11:33:56 +01:00
ashbike
88444e8b3e A small patch which enables scroll view toggling.
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-25 12:05:14 +05:30
Frederic Guillot
11d1314fbe Merge pull-request #661 2015-02-24 21:52:36 -05:00
Francois Ferrand
5cc95adf3d Tweak to limit flickering when Chosen replaces the SELECT fields. 2015-02-24 16:31:18 +01:00
Francois Ferrand
8db2043faf Use same tooltips for column description and task footer. 2015-02-24 15:49:09 +01:00
Frederic Guillot
3a56d215fc Add task menu in collapsed mode 2015-02-21 17:43:15 -05:00
Frederic Guillot
b9dd69853d Improve responsive css 2015-02-21 17:02:13 -05:00
Frederic Guillot
c28eefa100 Add max-width to board column 2015-02-21 13:14:37 -05:00
Frederic Guillot
0771fcbde7 Fix issue with the dropdown menu and overflow container 2015-02-21 13:02:44 -05:00
Frederic Guillot
4a71a6fc09 Fix IE javascript issue 2015-02-20 21:47:05 -05:00
Frederic Guillot
8214aae1d6 Enable event drop for user calendar 2015-02-17 21:29:11 -05:00
Frederic Guillot
4ec507724f Fix popover issue with tooltips 2015-02-17 20:03:33 -05:00
Frederic Guillot
2c68efac3a Add chosen multiple select for due date and recent filters 2015-02-16 23:28:02 -05:00
Frederic Guillot
0db66953a7 Use chosen for board dropdown filters 2015-02-16 23:02:47 -05:00
Frederic Guillot
ba3abb5940 Change recent filter to use display none 2015-02-16 22:37:14 -05:00
Frederic Guillot
14ba39be8d Hide tasks when filters are activated instead of changing the opacity (pull-request #628) 2015-02-16 21:59:43 -05:00
Frederic Guillot
7f52caf84f Add recent filter (merge pull-request #627) 2015-02-16 21:46:23 -05:00
Francois Ferrand
128f2c8ebb Hide tasks when filter is activated.
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-16 15:27:58 +01:00
Frederic Guillot
b2c95a25e3 Enable keyboard shortcut inside textarea and minor fixes 2015-02-15 21:54:21 -05:00
Frederic Guillot
321b1914ef Display confirmation box to close task from the board and improve popover listeners 2015-02-15 19:35:28 -05:00
Frederic Guillot
186f8ba840 Re-order items on the card 2015-02-15 18:58:49 -05:00
Frederic Guillot
794f7f7645 Add board horizontal scrolling 2015-02-15 18:25:54 -05:00
Frederic Guillot
2491ada0db Display subtask time tracking in the calendar 2015-02-15 16:34:56 -05:00
Frederic Guillot
e84abb5498 Add keyboard shortcut to open the board selector 2015-02-14 23:22:06 -05:00
Frederic Guillot
998ef43e53 Add a section to display keyboard shorcuts 2015-02-14 23:09:53 -05:00
Frederic Guillot
627d8aaa8c Add keyboard shortcut to expand/collapse board tasks 2015-02-14 22:53:12 -05:00
Frederic Guillot
7c4bdea324 Add board filter: collapse/expand tasks 2015-02-14 21:03:25 -05:00
Frederic Guillot
2eec0185ab Replace home icon with KB logo 2015-02-14 19:13:32 -05:00
Frederic Guillot
23346d5e76 Move function to the right place (pull-request) and improve board task icons 2015-02-14 18:55:55 -05:00