summaryrefslogtreecommitdiff
path: root/app/Template
AgeCommit message (Collapse)Author
2015-03-10Add a quick task link creation as it is possible for subtaskOlivier Maridat
2015-03-10Add an item "Add a link" in the dropdown menu of a task in the board viewOlivier Maridat
2015-03-09Bust subtask title max length to 255 charactersFrederic Guillot
2015-03-09Merge pull-request #697Frederic Guillot
2015-03-09Add user timetablesFrederic Guillot
2015-03-07Add user costFrederic Guillot
2015-03-06Edit subtask with title maxlength 100.Oliver Kraitschy
2015-03-06Create subtask with title maxlength 100.Oliver Kraitschy
2015-03-04Escape markdown code in column tooltips.Francois Ferrand
This is needed to avoid issues when the code contains quotes.
2015-03-01Translate chosen selectsFrederic Guillot
2015-03-01Add subtask positionFrederic 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-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-24Use single quotes for attributes with Markdown/HTML content to avoid browser ↵Frederic Guillot
bugs
2015-02-24Merge pull-request #657Frederic Guillot
2015-02-24Add project description field.Francois Ferrand
Description is shown in a popup when hovering the 'information' icon, like column description, which is shown in project list on dashboard and in board's title. This is useful to document the categories and colors used in the project.
2015-02-24Display footer icons left of text.Francois Ferrand
This is consistent with the due date indicator, and needed to avoid confusion between the due date and the following number of comments/tasks/... IMHO this also feels slightly more natural :-)
2015-02-22Add missing column on public board for task linksFrederic Guillot
2015-02-21Remove native tooltip title for task boardFrederic Guillot
2015-02-21Add task menu in collapsed modeFrederic Guillot
2015-02-21Improve responsive cssFrederic Guillot
2015-02-21Fix bug links with different columns (pull-request merge)Frederic Guillot
2015-02-20display column in link detailsBlueTeck
2015-02-17Enable event drop for user calendarFrederic Guillot
2015-02-17Update task time spent based on subtasks time spentFrederic Guillot
2015-02-16Add chosen multiple select for due date and recent filtersFrederic Guillot
2015-02-16Use chosen for board dropdown filtersFrederic Guillot
2015-02-16Fix PHP error in pull-requestFrederic Guillot
2015-02-16Merge pull-request #629Frederic Guillot
2015-02-16Add recent filter (merge pull-request #627)Frederic Guillot
2015-02-16Merge pull-request #626Frederic Guillot
2015-02-16This adds a quick comment creation link in the task menu on board.ashbike
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-15Re-order items on the cardFrederic Guillot
2015-02-15Add board horizontal scrollingFrederic Guillot
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-14Add keyboard shortcut to expand/collapse board tasksFrederic Guillot
2015-02-14Add board filter: collapse/expand tasksFrederic Guillot
2015-02-14Replace home icon with KB logoFrederic Guillot
2015-02-14Move function to the right place (pull-request) and improve board task iconsFrederic Guillot
2015-02-14Merge pull-request #615Frederic Guillot
2015-02-14Refactoring/simplification of the pull-request about linksFrederic Guillot
2015-02-13Add task links (Merge pull-request #610)Frederic Guillot
2015-02-13Show date moved in column in task details.Francois Ferrand
2015-02-13Task age and days in column shows hours if < 1 dayashbike