Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-06-03 | Use dot notation in Javascript component | Frederic Guillot | |
2017-06-03 | Add autocomplete dropdown on comment subject and email fields | Frederic Guillot | |
2017-06-03 | Add configurable list of predefined subjects when sending a task by email | Frederic Guillot | |
2017-06-03 | Add dropdown menu to autocomplete email field from project members | Frederic Guillot | |
2017-05-18 | Added new javascript events for dropdown and modal | ON-jz | |
- dropdown.clicked - dropdown.afterRender - dropdown.beforeDestroy - modal.open - modal.afterRender - modal.beforeDestroy | |||
2017-04-08 | Add localized js files for datepicker | Frederic Guillot | |
2017-04-08 | Improve mobile view | Frederic Guillot | |
2017-04-08 | Improve dashboard | Frederic Guillot | |
2017-04-07 | Add project restriction to block task edition | Frederic Guillot | |
2017-04-05 | Improve project header css | Frederic Guillot | |