Commit Graph

681 Commits

Author SHA1 Message Date
greyaz 2841d81528
Fixed a bug about unselecting in the file list-item-selection.js (#5098) 2022-11-15 21:10:15 -08:00
mundry ac94004ea9 feat: add functionality to import tasks from a project 2022-11-15 20:41:16 -08:00
mundry d90987a09c chore: add missing CSS dependency jQuery UI 2022-11-14 20:42:58 -08:00
Frédéric Guillot bc673cf6dc Set explicitly the time picker control to select 2022-09-28 20:55:29 -07:00
Pascal Rigaux 829c47ee60 fix re-opening dropdown-menu
This fixes the following case:

1. open the dropdown menu of a "Filename"
2. click elsewhere on the page to close the dropdown menu
   (or click on a submenu element)
3. try to open the same dropdown menu => it fails the first time (since it does not have the "dropdown-menu" class)
2022-09-16 18:05:53 -07:00
Frédéric Guillot 84c7692710 Update jQuery to latest stable version 2022-09-04 15:08:20 -07:00
Frédéric Guillot f5bb55bdb8
PHP 8 Compatibility 2022-02-05 11:49:03 -08:00
Jake G e745f8a235
Fix board column header alignment 2021-12-10 16:34:02 -08:00
Garrett Boone e5d22682cb
Fix tooltip shifting on long descriptions
This puts the tooltip-container under the mouse even on scrollbar
shift due to long descriptions.
2021-09-11 11:30:06 -07:00
rivten 71b47b2c5a onKey Escape ignores input fields 2021-06-05 12:08:45 -07:00
Manfred Hoffmann 3c6df7a6c6
Keep swimlane headers at the top 2021-04-23 20:18:46 -07:00
Patrick Kuijvenhoven a267aa368b
Add new analytic component "Estimated vs actual time per column" 2021-02-21 20:22:45 -08:00
Patrick Yates 8322876d8e
Add link to toggle column scrolling in board view 2020-10-04 13:57:34 -07:00
Frédéric Guillot 5c9b73006d Rebuild minified Javascript files and fix a deprecation notice 2020-10-04 10:50:28 -07:00
Michael Vickers 6231c159b8 Add aria-label to project select role without label 2020-10-04 10:35:02 -07:00
Michael Vickers 87c123bba4 Add aria-label to dropdown autocomplete without label 2020-10-04 10:33:16 -07:00
Michael b8e6157738
Add ARIA label to form text editor without label 2020-10-04 10:31:49 -07:00
Rafael de Camargo d1b4b26c04 Fix clearing of all javascript storage 2020-06-26 20:21:25 -07:00
Franky Van Liedekerke 9aec56115e
Set margin-bottom at 0 only for the last child of a tooltip element 2020-05-06 21:52:03 -07:00
Psy-Q 21f563fdd5
Prevent last swimlane to be hidden if there is only one
Fixes #4376
2020-05-06 21:46:01 -07:00
Franky Van Liedekerke 17b764e862
Execute tooltip listeners only once when the DOM is ready 2020-05-03 12:12:29 -07:00
Franky Van Liedekerke 0ede384cda
Use Ajax request for Markdown preview
This remove dependency on a Javascript library.
2020-05-01 20:05:53 -07:00
Franky Van Liedekerke 6a0b6a8672
Make tooltip events bubble 2020-04-30 20:33:57 -07:00
Franky Van Liedekerke d4ee16c1f7
Keep newlines in markdown 2020-04-30 20:13:35 -07:00
Slade Price 0cf6683f2d Added a hover color to i elements inside the dropdown-submenu-open class. 2020-01-03 14:30:03 -08:00
Slade ad85637aa1 Adjust width of timetracking column. Make subtasks wrap not under icons 2019-12-04 18:22:07 -08:00
Slade Price 061b4a676c Set max height on kanban view row so lots of cards will scroll. 2019-12-03 21:10:42 -08:00
Slade f57837aea7 Make sure the elements behind the alert notification are clickable after animation 2019-11-19 20:27:46 -08:00
Slade e65045f934 Move "data-js-lang" attribute to HTML "lang" attribute 2019-11-19 20:15:15 -08:00
Slade bf87707e1a Dropdown in project managers view covers heading 2019-11-19 20:05:20 -08:00
Slade a089a77ce9 Fix date picker datetime parsing when using pre-defined localized versions of am/pm
Add list of allowed am and pm names to override locale am/pm because PHP DateTime cannot interpret them.
2019-11-16 17:19:38 -08:00
Slade 726b87f7d8 Increase width of color picker to avoid text overlap in Polish 2019-11-16 17:02:41 -08:00
Slade 84a4cad9e0 Close open menu when clicking again on the button 2019-11-16 16:57:53 -08:00
Slade Price 5e6a9a89de Fix issue 3916: width of filter bar in mobile. 2019-11-15 18:28:44 -08:00
Johannes Konst 18735fbe25 Upgrade jQuery to version 3.4.1 2019-10-23 20:53:02 -07:00
Eskiso a630b5b7de Fixed issue of tooltip not disapearing
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-23 19:04:23 -07:00
Frédéric Guillot 24422b0adf Add missing css file to app.min.css 2019-08-22 20:01:00 -07:00
Rafael de Camargo 3df095186c Fix reference to text-carret js library
Closes #4257
2019-08-03 19:52:16 -07:00
Frédéric Guillot 8c396287ac Improve assets management 2019-07-25 19:23:30 -07:00
Frédéric Guillot d42dd07054 Remove dependency on nodejs and gulp 2019-07-25 13:05:08 -07:00
Frédéric Guillot 9ae185c18e Remove dependency on Sass
- Convert *.sass files to vanilla CSS
- Start using CSS variables
- Add PHP minifier
2019-07-25 11:16:21 -07:00
Rafael de Camargo 2bf0f99b51 Add link button to text editor 2019-07-24 13:50:51 -07:00
Rafael de Camargo 21a3634fd1
Fix html parsing on markdown editor
Closes #4243
2019-07-23 01:26:03 -03:00
Frédéric Guillot 97aa9e47e0 Change checkboxes alignment in task creation form 2019-07-17 16:11:55 -07:00
Rafael de Camargo 9ac752a606 Fixes icon opacity when hovered
Handle tooltip icons the same ways link icons are handled 
when hovered.
Fixes #4214
2019-06-18 20:58:23 -07:00
Frédéric Guillot e1849fb4c1 Remove dependency on bower 2019-02-21 13:59:41 -08:00
Frédéric Guillot 23417da763 Replace accordion Javascript component by <details> HTML element 2019-02-19 14:45:01 -08:00
Miodrag Tokić eccfff451a Limit assignee drop-down selector scope
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-12-20 13:57:43 +01:00
Frédéric Guillot 5a2836bf39 Revert "Easier closing of dialogs" (introduces regression on date time picker)
This reverts commit 71630aaa77.
2018-10-23 15:12:44 -07:00
Michael 71630aaa77 Easier closing of dialogs
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-15 17:47:38 -07:00