summaryrefslogtreecommitdiff
path: root/assets/js/src/base.js
AgeCommit message (Collapse)Author
2015-03-28Fix autofocus input fields for popoverFrederic Guillot
2015-03-12Merge and improve pull-request #704Frederic Guillot
2015-03-10Add an item "Add a link" in the dropdown menu of a task in the board viewOlivier Maridat
2015-03-01Translate chosen selectsFrederic Guillot
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-24Use same tooltips for column description and task footer.Francois Ferrand
2015-02-15Enable keyboard shortcut inside textarea and minor fixesFrederic Guillot
2015-02-15Display confirmation box to close task from the board and improve popover ↵Frederic Guillot
listeners
2015-02-15Display subtask time tracking in the calendarFrederic Guillot
2015-02-14Add keyboard shortcut to open the board selectorFrederic Guillot
2015-02-14Add a section to display keyboard shorcutsFrederic Guillot
2015-02-09Code cleanup + minor css improvementFrederic Guillot
2015-02-09- Markdown supported in column description.ashbike
- Project > Edit Board and Project Summary pages now show description as tooltip. - Project > Edit Board shows textarea with markdown preview. Edit column also shows markdown preview. - Fixed bug while adding a new column inserts description as column limit.
2015-02-08Improve js and add native language support for datepicker and calendarFrederic Guillot
2015-02-04Add subtasks restrictions and time trackingFrederic Guillot
2015-02-01Add dropdown menu to the tasksFrederic Guillot
2015-02-01Add dropdown menu to the board menuFrederic Guillot
2015-01-30Experiments with keyboard shortcutsFrederic Guillot
2015-01-30Clicking on cancel inside a popover doesn't reload the pageFrederic Guillot
2015-01-25Fix bug board selector redirectionFrederic Guillot
2015-01-25Move assets to seperate subfoldersFrederic Guillot