summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2019-02-21Remove dependency on bowerFrédéric Guillot
2019-02-19Replace accordion Javascript component by <details> HTML elementFrédéric Guillot
2018-12-20Limit assignee drop-down selector scopeMiodrag 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-23Revert "Easier closing of dialogs" (introduces regression on date time picker)Frédéric Guillot
This reverts commit 71630aaa77b518d3d0165f772251f09cc249f015.
2018-10-15Easier closing of dialogsMichael
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-01Do not try to redirect to login page when offlineVadim Zhukov
2018-10-01Define fixed width for auto-complete dropdownFrédéric Guillot
2018-09-28Fix task drag and drop slowdown when a column is hiddenJulian 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-11Allow to associate tags to colorsJulian Maurice
The color is then used as background in the board, list and task details views
2018-06-11Update jQuery to latest versionFrédéric Guillot
2018-06-06Add bulk task modification in list viewFrédéric Guillot
2018-06-01Add checkboxes in list view to move tasks to another column at onceFrédéric Guillot
2018-06-01Add basic print stylesheetlastlink
2018-05-10Make subtask title text field wider when editing subtasksFrédéric Guillot
2018-05-09Make list view more compactFrédéric Guillot
2018-05-03Fix escaping issue for Markdown editorFrédéric Guillot
2018-04-20Rebuild vendor assets without jQuery tooltip pluginFrédéric Guillot
2018-04-20Rewrite tooltips code without jQueryFrédéric Guillot
2018-04-10Add left padding to input elementsFrédéric Guillot
2018-01-29Add CSRF check for task and project files uploadFrédéric Guillot
2018-01-25Rebuild JSFrédéric Guillot
2018-01-25Set the correct swimlane/column ID when moving a task via its internal dialog.kousu
Fixes https://github.com/kanboard/kanboard/issues/3114.
2017-11-23Improve layout on mobile/tablet devicesFrédéric Guillot
2017-11-23Improve CSS layout (sidebar)Frédéric Guillot
2017-11-17Add the possibility to send tasks and comments to multiple recipientsFrederic Guillot
2017-11-16Add help message on project sharing pageFrederic Guillot
2017-11-15Resolve conflict in PR #3372Frederic Guillot
2017-11-10Fix project dropdown visibility when page is scrolled downFrederic Guillot
2017-11-10Improve CSS layoutFrederic Guillot
2017-11-09Add user backend provider systemFrederic Guillot
2017-11-09Merge and fix PR #3469Frederic Guillot
2017-11-03Improve dropdown for task description templatesFrederic Guillot
2017-11-02Add predefined templates for task descriptionsFrederic Guillot
2017-10-20Fix header display on mobileYannick Armand
2017-10-20Improved display of the header barYannick Armand
2017-10-18Improve external task integrationFrederic Guillot
2017-06-23Fix Javascript language mappingFrederic Guillot
2017-06-19Rebuild assetsFrederic Guillot
2017-06-19Fix background color var name to defaultStéphane Codazzi
2017-06-19Add default background white for the body tagStéphane Codazzi
2017-06-03Use dot notation in Javascript componentFrederic Guillot
2017-06-03Add autocomplete dropdown on comment subject and email fieldsFrederic Guillot
2017-06-03Add configurable list of predefined subjects when sending a task by emailFrederic Guillot
2017-06-03Add dropdown menu to autocomplete email field from project membersFrederic Guillot
2017-05-18Added new javascript events for dropdown and modalON-jz
- dropdown.clicked - dropdown.afterRender - dropdown.beforeDestroy - modal.open - modal.afterRender - modal.beforeDestroy
2017-04-08Add localized js files for datepickerFrederic Guillot
2017-04-08Improve mobile viewFrederic Guillot
2017-04-08Improve dashboardFrederic Guillot
2017-04-07Add project restriction to block task editionFrederic Guillot
2017-04-05Improve project header cssFrederic Guillot