Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-23 | Fixed issue of tooltip not disapearing | Eskiso | |
Tooltips would not disappear if the mouse was never on it. If you move your mouse on an icon and then move the mouse out without passing by the tooltip, the tooltip would remain active until mouse pass and leave or click somewhere else. With this update, the tooltip will be removed if you leave the target unless you move the mouse to the tooltip. | |||
2019-08-22 | Add missing css file to app.min.css | Frédéric Guillot | |
2019-08-03 | Fix reference to text-carret js library | Rafael de Camargo | |
Closes #4257 | |||
2019-07-25 | Improve assets management | Frédéric Guillot | |
2019-07-25 | Remove dependency on nodejs and gulp | Frédéric Guillot | |
2019-07-25 | Remove dependency on Sass | Frédéric Guillot | |
- Convert *.sass files to vanilla CSS - Start using CSS variables - Add PHP minifier | |||
2019-07-24 | Add link button to text editor | Rafael de Camargo | |
2019-07-23 | Fix html parsing on markdown editor | Rafael de Camargo | |
Closes #4243 | |||
2019-07-17 | Change checkboxes alignment in task creation form | Frédéric Guillot | |
2019-06-18 | Fixes icon opacity when hovered | Rafael de Camargo | |
Handle tooltip icons the same ways link icons are handled when hovered. Fixes #4214 | |||
2019-02-21 | Remove dependency on bower | Frédéric Guillot | |
2019-02-19 | Replace accordion Javascript component by <details> HTML element | Frédéric Guillot | |
2018-12-20 | Limit assignee drop-down selector scope | Miodrag Tokić | |
On the task details page "Add a sub-task" pop-up modal contains drop-down (the SELECT HTML element) with "form-user_id" as the `name` and the `id` attribute value. This element is in conflict with another, hidden INPUT element with the same `name` and the `id` value. This causes an issue where clicking the "Me" (Assignee) link / shortcut (A) element doesn't select your name in the Assignee SELECT element. Avoiding conflict by changing the SELECT element `id` value is not possible as the SELECT element is generated using `FormHelper::select()` function which uses the same value for attribute `name` and `id`. Given the assignee shortcut feature is used only in two places: edit task and edit sub-task dialog, the simplest solution is to select the closest SELECT element to the link / shortcut (A) element or limit the scope to the currently opened dialog. This fix uses the latter approach by limiting the scope of targeted selector. | |||
2018-10-23 | Revert "Easier closing of dialogs" (introduces regression on date time picker) | Frédéric Guillot | |
This reverts commit 71630aaa77b518d3d0165f772251f09cc249f015. | |||
2018-10-15 | Easier closing of dialogs | Michael | |
Allow closing of dialogs by clicking on the background area around it. When the dialog is closed in this manner, if it contains a form with changed data present a warning that there are unsaved changes. Likewise if the user attempts to navigate away from the page, eg page reload, bookmark click, address bar entry. If the dialog does not contain a form or the data remains unchanged no warning messages are shown. | |||
2018-10-01 | Do not try to redirect to login page when offline | Vadim Zhukov | |
2018-10-01 | Define fixed width for auto-complete dropdown | Frédéric Guillot | |
2018-09-28 | Fix task drag and drop slowdown when a column is hidden | Julian Maurice | |
It looks like jQuery UI has some difficulties when a column with a lot of tasks is hidden. Adding ':visible' to the connectWith properties of sortable() seems to fix the problem Fixes #4011 | |||
2018-08-11 | Allow to associate tags to colors | Julian Maurice | |
The color is then used as background in the board, list and task details views | |||
2018-06-11 | Update jQuery to latest version | Frédéric Guillot | |
2018-06-06 | Add bulk task modification in list view | Frédéric Guillot | |
2018-06-01 | Add checkboxes in list view to move tasks to another column at once | Frédéric Guillot | |
2018-06-01 | Add basic print stylesheet | lastlink | |
2018-05-10 | Make subtask title text field wider when editing subtasks | Frédéric Guillot | |
2018-05-09 | Make list view more compact | Frédéric Guillot | |
2018-05-03 | Fix escaping issue for Markdown editor | Frédéric Guillot | |
2018-04-20 | Rebuild vendor assets without jQuery tooltip plugin | Frédéric Guillot | |
2018-04-20 | Rewrite tooltips code without jQuery | Frédéric Guillot | |
2018-04-10 | Add left padding to input elements | Frédéric Guillot | |
2018-01-29 | Add CSRF check for task and project files upload | Frédéric Guillot | |
2018-01-25 | Rebuild JS | Frédéric Guillot | |
2018-01-25 | Set the correct swimlane/column ID when moving a task via its internal dialog. | kousu | |
Fixes https://github.com/kanboard/kanboard/issues/3114. | |||
2017-11-23 | Improve layout on mobile/tablet devices | Frédéric Guillot | |
2017-11-23 | Improve CSS layout (sidebar) | Frédéric Guillot | |
2017-11-17 | Add the possibility to send tasks and comments to multiple recipients | Frederic Guillot | |
2017-11-16 | Add help message on project sharing page | Frederic Guillot | |
2017-11-15 | Resolve conflict in PR #3372 | Frederic Guillot | |
2017-11-10 | Fix project dropdown visibility when page is scrolled down | Frederic Guillot | |
2017-11-10 | Improve CSS layout | Frederic Guillot | |
2017-11-09 | Add user backend provider system | Frederic Guillot | |
2017-11-09 | Merge and fix PR #3469 | Frederic Guillot | |
2017-11-03 | Improve dropdown for task description templates | Frederic Guillot | |
2017-11-02 | Add predefined templates for task descriptions | Frederic Guillot | |
2017-10-20 | Fix header display on mobile | Yannick Armand | |
2017-10-20 | Improved display of the header bar | Yannick Armand | |
2017-10-18 | Improve external task integration | Frederic Guillot | |
2017-06-23 | Fix Javascript language mapping | Frederic Guillot | |
2017-06-19 | Rebuild assets | Frederic Guillot | |
2017-06-19 | Fix background color var name to default | Stéphane Codazzi | |
2017-06-19 | Add default background white for the body tag | Stéphane Codazzi | |