<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kanban/assets/js/src, branch master</title>
<subtitle>Custom fork of https://github.com/kanboard/kanboard
</subtitle>
<id>https://emkael.info/cgit/kanban/atom?h=master</id>
<link rel='self' href='https://emkael.info/cgit/kanban/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/'/>
<updated>2018-12-20T12:57:43Z</updated>
<entry>
<title>Limit assignee drop-down selector scope</title>
<updated>2018-12-20T12:57:43Z</updated>
<author>
<name>Miodrag Tokić</name>
<email>miki@denimo.io</email>
</author>
<published>2018-12-19T20:15:55Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=eccfff451af529253e70d50abda7e72881cbc75d'/>
<id>urn:sha1:eccfff451af529253e70d50abda7e72881cbc75d</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Fix task drag and drop slowdown when a column is hidden</title>
<updated>2018-09-29T02:18:18Z</updated>
<author>
<name>Julian Maurice</name>
<email>julian.maurice@biblibre.com</email>
</author>
<published>2018-09-27T12:18:35Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=14d141130084b0c0a28b70f587af03b3cd124d32'/>
<id>urn:sha1:14d141130084b0c0a28b70f587af03b3cd124d32</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Rewrite tooltips code without jQuery</title>
<updated>2018-04-20T22:18:30Z</updated>
<author>
<name>Frédéric Guillot</name>
<email>fred@kanboard.net</email>
</author>
<published>2018-04-20T22:18:30Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=5996a8abcf12336586cee345180203dd1500c92f'/>
<id>urn:sha1:5996a8abcf12336586cee345180203dd1500c92f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add user backend provider system</title>
<updated>2017-11-09T23:09:54Z</updated>
<author>
<name>Frederic Guillot</name>
<email>fred@kanboard.net</email>
</author>
<published>2017-11-09T23:09:54Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=44aa24bab16bdc2545b08594386adb24ead3aa9e'/>
<id>urn:sha1:44aa24bab16bdc2545b08594386adb24ead3aa9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add autocomplete dropdown on comment subject and email fields</title>
<updated>2017-06-03T21:51:20Z</updated>
<author>
<name>Frederic Guillot</name>
<email>fred@kanboard.net</email>
</author>
<published>2017-06-03T21:51:20Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=6b9b9d2d1c27600969388ad10d749bb6febc92b6'/>
<id>urn:sha1:6b9b9d2d1c27600969388ad10d749bb6febc92b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added new javascript events for dropdown and modal</title>
<updated>2017-05-19T01:47:44Z</updated>
<author>
<name>ON-jz</name>
<email>on.jz.github@gmail.com</email>
</author>
<published>2017-05-17T13:45:12Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=e8c83c97d7f1fa9028fac9dc44f94959349ca074'/>
<id>urn:sha1:e8c83c97d7f1fa9028fac9dc44f94959349ca074</id>
<content type='text'>
- dropdown.clicked
- dropdown.afterRender
- dropdown.beforeDestroy
- modal.open
- modal.afterRender
- modal.beforeDestroy
</content>
</entry>
<entry>
<title>Move Gantt charts to external plugin</title>
<updated>2017-04-01T21:04:18Z</updated>
<author>
<name>Frederic Guillot</name>
<email>fred@kanboard.net</email>
</author>
<published>2017-04-01T21:04:18Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=5cc488947305eea5b9762997222c84d6007761c8'/>
<id>urn:sha1:5cc488947305eea5b9762997222c84d6007761c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve subtask toggle</title>
<updated>2017-03-19T20:45:32Z</updated>
<author>
<name>Frederic Guillot</name>
<email>fred@kanboard.net</email>
</author>
<published>2017-03-19T20:45:32Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=d915c2a96b0cbb54b9949cc04495d156e1f89332'/>
<id>urn:sha1:d915c2a96b0cbb54b9949cc04495d156e1f89332</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move isVisible() method</title>
<updated>2017-03-11T22:45:13Z</updated>
<author>
<name>Frederic Guillot</name>
<email>fred@kanboard.net</email>
</author>
<published>2017-03-11T22:45:13Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=a7db17b0b2d1a2ee720c9b923d0db1fc051c5c97'/>
<id>urn:sha1:a7db17b0b2d1a2ee720c9b923d0db1fc051c5c97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add toggle button to show/hide subtasks in task list view</title>
<updated>2017-02-27T00:30:02Z</updated>
<author>
<name>Frederic Guillot</name>
<email>fred@kanboard.net</email>
</author>
<published>2017-02-27T00:30:02Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=f3deb6492a74f1ffa9e3391274e0ab7947a04016'/>
<id>urn:sha1:f3deb6492a74f1ffa9e3391274e0ab7947a04016</id>
<content type='text'>
</content>
</entry>
</feed>
