Commit Graph

689 Commits

Author SHA1 Message Date
Frédéric Guillot
aade89c9ba Add Themes: Dark, light and automatic mode 2023-05-14 21:14:35 -07:00
Frédéric Guillot
89821c759e Do not close modals when clicking on the background if the form has changed
Fixes #5239

Closes #5255
2023-05-06 22:08:14 -07:00
Frédéric Guillot
bd50288030 Handle 413 responses from Nginx when uploading files too large
Fixes #5171
2023-04-14 20:49:10 -07:00
Frédéric Guillot
6ca955de1f Allow closing modals by clicking on the background
Cherry-pick #4044

Fixes #4895
2023-03-30 20:01:59 -07:00
Frédéric Guillot
3bc4cc8291 Fix: Cannot reorder subtasks after changing the status
Fixes #4925
2023-03-28 20:32:38 -07:00
Frédéric Guillot
b138a99ce3 Better handling of max file upload size according to PHP settings
- Allow unlimited size
- Better parsing of PHP size

Fixes #4896
2023-03-02 20:51:47 -08:00
Vedran Miletić
87432a4f34 Separated font-family specification for input and textarea
This avoids the requirement to use !important in custom CSS.
2023-02-19 11:48:41 -08:00
Tomas Dittmann
e323ce875f Fix pull-right CSS class alignment 2023-02-16 18:39:47 -08:00
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