summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2015-06-21Replace dimplejs by c3js for chart drawingFrederic Guillot
2015-06-15Change max-width for the page titleFrederic Guillot
2015-06-15Merge pull-request #895Frederic Guillot
2015-06-15Use css to truncate the page titleFrederic Guillot
2015-06-14Improve activity stream/notification for task update events and add new ↵Frederic Guillot
notification for swimlane change
2015-06-13UI: Improve tabindex for task formsFrederic Guillot
2015-06-02[DEV] Fix column width in compact mode.Francois Ferrand
This is a regression introduced with commit 8d15d0641fe183e530904a146c6e4e729c024e40, make code conditional for IE to avoid issues.
2015-05-25Move swimlane title and add swimlane anchorFrederic Guillot
2015-05-21Avoid the dropdown menu to be truncatedFrederic Guillot
2015-05-21Add chosen select for user selectionFrederic Guillot
2015-05-11Add Jabber/XMPP integrationFrederic Guillot
2015-05-10Recurring tasks (#847): template cleanupFrederic Guillot
2015-05-09Allow auto-completion with the task idFrederic Guillot
2015-05-09Update task links, assignee and time tracking (#775), group links by label ↵Frederic Guillot
(#669) Merge and modification of pull-request #785
2015-05-07Set autofocus to assignee dropdown (board popover)Frederic Guillot
2015-04-25Add print stylesheet for tasksFrederic Guillot
2015-04-25Add print stylesheet for boardsFrederic Guillot
2015-04-25Fix issue compact mode with IEFrederic Guillot
2015-04-22Send notifications with the language of the recipientFrederic Guillot
2015-04-19Add Sendgrid integration (incoming email handling)Frederic Guillot
2015-04-19Add Mailgun integration (incoming emails)Frederic Guillot
2015-04-19Add Postmark integration (inbound emails for task creation)Frederic Guillot
2015-04-12Add screenshot support for tasks (copy/paste images directly)Frederic Guillot
2015-04-11Add burndown chartFrederic Guillot
2015-04-11Fix bug: tooltips for descriptions are not shown after a board refreshFrederic Guillot
2015-04-09#779 remove image hover and center thumbnailBlueTeck
2015-03-30Add Gravatar integrationFrederic Guillot
2015-03-29Add Hipchat integrationFrederic Guillot
2015-03-28Fix autofocus input fields for popoverFrederic Guillot
2015-03-22Add budget graphFrederic Guillot
2015-03-21Move task complexity to the bottomFrederic Guillot
2015-03-13Remove extra space below description in tooltip.Francois Ferrand
2015-03-12Merge and improve pull-request #704Frederic Guillot
2015-03-12Fix 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-10Merge pull-request #699Frederic Guillot
2015-03-10Add an item "Add a link" in the dropdown menu of a task in the board viewOlivier Maridat
2015-03-09Add user timetablesFrederic Guillot
2015-03-07add image thumbnail to task detail view, add icons to common file ↵BlueTeck
extensions, better layout in task attachments
2015-03-02preview images in taskviewBlueTeck
2015-03-01Translate chosen selectsFrederic Guillot
2015-03-01Integrate Turkish languageFrederic Guillot
2015-02-28Improve toggle compact/horizontal scrolling viewFrederic Guillot
2015-02-28Added 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-26Fixed issues with all class reset, resulting to lots of mess.ashbike
2015-02-25Avoid 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-25A 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-24Merge pull-request #661Frederic Guillot
2015-02-24Tweak to limit flickering when Chosen replaces the SELECT fields.Francois Ferrand
2015-02-24Use same tooltips for column description and task footer.Francois Ferrand
2015-02-21Add task menu in collapsed modeFrederic Guillot