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-03 | Fix reference to text-carret js library | Rafael de Camargo | |
Closes #4257 | |||
2019-07-25 | Remove dependency on nodejs and gulp | Frédéric Guillot | |
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-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-06-11 | Update jQuery to latest version | 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-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-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-17 | Add the possibility to send tasks and comments to multiple recipients | Frederic Guillot | |
2017-11-10 | Fix project dropdown visibility when page is scrolled down | Frederic Guillot | |
2017-11-09 | Add user backend provider system | Frederic Guillot | |
2017-11-09 | Merge and fix PR #3469 | Frederic Guillot | |
2017-11-02 | Add predefined templates for task descriptions | Frederic Guillot | |
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-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-07 | Add project restriction to block task edition | Frederic Guillot | |
2017-04-01 | Move Gantt charts to external plugin | Frederic Guillot | |
2017-04-01 | Move calendar to external plugin | Frederic Guillot | |
2017-03-19 | Restore task title link on board | Frederic Guillot | |
2017-03-19 | Improve subtask toggle | Frederic Guillot | |
2017-03-11 | Move isVisible() method | Frederic Guillot | |
2017-02-26 | Add toggle button to show/hide subtasks in task list view | Frederic Guillot | |
2017-02-23 | Avoid potential XSS in Gantt chart | Frederic Guillot | |
2017-02-23 | Update ChangeLog, contributors and compile JS | Frederic Guillot | |
2017-02-23 | Merge pull-request #3069 | Frederic Guillot | |
2017-02-23 | Merge pull-request #3071 | Frederic Guillot | |
2017-02-23 | Make link to calendar view bookable (#3063) | Konstantin | |
2017-02-23 | Reintroduce word search in board selector #3052 | Konstantin Vorobyev | |
2017-02-23 | Even more simple: hide columns first, then resize task lists | Konstantin Vorobyev | |
2017-02-23 | Properly resize task list height on column toggle #3069 | Konstantin Vorobyev | |