Frederic Guillot
83b778cb9c
Make global escape keyboard shorcut
2015-07-04 15:07:17 -04:00
Frederic Guillot
ad23b4961a
Add keyboard shortcuts to switch between board/calendar/list view
2015-07-04 15:04:41 -04:00
Frederic Guillot
4f3088a331
Add keyboard shortcut to focus on the search box
2015-07-04 14:41:44 -04:00
Frederic Guillot
cf8aeea6af
Add filters helper for search form
2015-07-04 14:23:45 -04:00
Frederic Guillot
b01eb12a6c
Improve view mode switcher
2015-07-04 13:06:35 -04:00
Frederic Guillot
37c1b79bdd
Do not allow closed tasks to move on the board
2015-07-04 12:39:43 -04:00
Frederic Guillot
554500aa49
Refactoring to implement new layout with filters: board/calendar/list views (work in progress)
2015-07-04 11:14:21 -04:00
Frederic Guillot
a6d434d91f
Check the box remember me by default
2015-07-03 20:08:13 -04:00
Frederic Guillot
31f3de9646
Add global search section
2015-07-01 18:28:32 -04:00
Frederic Guillot
109a2a2e25
Change dashboard
2015-07-01 17:36:21 -04:00
Frederic Guillot
7cae104de1
Improve user creation form to automatically add project member and enable notifications
2015-06-27 15:40:42 -04:00
Frederic Guillot
81e40e2c91
Replace dimplejs by c3js for chart drawing
2015-06-21 21:12:24 -04:00
Frederic Guillot
e7ccaaeee4
Change max-width for the page title
2015-06-15 20:47:14 -04:00
Frederic Guillot
b96e6f82c8
Merge pull-request #895
2015-06-15 20:31:14 -04:00
Frederic Guillot
57dd45839b
Use css to truncate the page title
2015-06-15 20:30:30 -04:00
Frederic Guillot
9b399951f4
Improve activity stream/notification for task update events and add new notification for swimlane change
2015-06-14 11:50:31 -04:00
Frederic Guillot
a964350a64
UI: Improve tabindex for task forms
2015-06-13 16:08:59 -04:00
Francois Ferrand
5861ead3ca
[DEV] Fix column width in compact mode.
...
This is a regression introduced with commit 8d15d0641f ,
make code conditional for IE to avoid issues.
2015-06-02 13:41:30 +02:00
Frederic Guillot
7442499bb5
Move swimlane title and add swimlane anchor
2015-05-25 14:58:24 -04:00
Frederic Guillot
7124fa1b96
Avoid the dropdown menu to be truncated
2015-05-21 14:53:50 -04:00
Frederic Guillot
737c13dfdd
Add chosen select for user selection
2015-05-21 14:13:45 -04:00
Frederic Guillot
9e9410df24
Add Jabber/XMPP integration
2015-05-11 21:07:59 -04:00
Frederic Guillot
c9dcd70617
Recurring tasks ( #847 ): template cleanup
2015-05-10 14:36:17 -04:00
Frederic Guillot
1176a489ab
Allow auto-completion with the task id
2015-05-09 22:30:23 -04:00
Frederic Guillot
5d5ba44337
Update task links, assignee and time tracking ( #775 ), group links by label ( #669 )
...
Merge and modification of pull-request #785
2015-05-09 22:09:09 -04:00
Frederic Guillot
70e2a0d981
Set autofocus to assignee dropdown (board popover)
2015-05-07 19:19:23 -04:00
Frederic Guillot
fa5aaa6093
Add print stylesheet for tasks
2015-04-25 15:15:05 -04:00
Frederic Guillot
956f88f527
Add print stylesheet for boards
2015-04-25 15:08:02 -04:00
Frederic Guillot
8d15d0641f
Fix issue compact mode with IE
2015-04-25 11:43:18 -04:00
Frederic Guillot
b5163c483c
Send notifications with the language of the recipient
2015-04-22 18:46:04 -04:00
Frederic Guillot
f190be9e2d
Add Sendgrid integration (incoming email handling)
2015-04-19 19:23:42 -04:00
Frederic Guillot
ac86c3100a
Add Mailgun integration (incoming emails)
2015-04-19 16:01:41 -04:00
Frederic Guillot
1891e87d03
Add Postmark integration (inbound emails for task creation)
2015-04-19 14:48:12 -04:00
Frederic Guillot
3b403a1a4b
Add screenshot support for tasks (copy/paste images directly)
2015-04-12 18:44:42 -04:00
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