Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-11 | Add Jabber/XMPP integration | Frederic Guillot | |
2015-05-10 | Recurring tasks (#847): template cleanup | 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-25 | Add print stylesheet for tasks | Frederic Guillot | |
2015-04-25 | Add print stylesheet for boards | Frederic Guillot | |
2015-04-25 | Fix issue compact mode with IE | Frederic Guillot | |
2015-04-22 | Send notifications with the language of the recipient | Frederic Guillot | |
2015-04-19 | Add Sendgrid integration (incoming email handling) | Frederic Guillot | |
2015-04-19 | Add Mailgun integration (incoming emails) | Frederic Guillot | |
2015-04-19 | Add Postmark integration (inbound emails for task creation) | 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-04-09 | #779 remove image hover and center thumbnail | BlueTeck | |
2015-03-30 | Add Gravatar integration | Frederic Guillot | |
2015-03-29 | Add Hipchat integration | Frederic Guillot | |
2015-03-28 | Fix autofocus input fields for popover | Frederic Guillot | |
2015-03-22 | Add budget graph | Frederic Guillot | |
2015-03-21 | Move task complexity to the bottom | Frederic Guillot | |
2015-03-13 | Remove extra space below description in tooltip. | Francois Ferrand | |
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 | 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-09 | Add user timetables | Frederic Guillot | |
2015-03-07 | add image thumbnail to task detail view, add icons to common file ↵ | BlueTeck | |
extensions, better layout in task attachments | |||
2015-03-02 | preview images in taskview | BlueTeck | |
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 | Merge pull-request #661 | Frederic Guillot | |
2015-02-24 | Tweak to limit flickering when Chosen replaces the SELECT fields. | Francois Ferrand | |
2015-02-24 | Use same tooltips for column description and task footer. | Francois Ferrand | |
2015-02-21 | Add task menu in collapsed mode | Frederic Guillot | |
2015-02-21 | Improve responsive css | Frederic Guillot | |
2015-02-21 | Add max-width to board column | 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) |