Commit Graph

7880 Commits

Author SHA1 Message Date
nathan
4370897b1c Et2Details: Fix overlaySummaryOnOpen was not implemented when hoist=false 2024-12-05 14:28:59 -07:00
nathan
aee42227ef Fix some numeric customfields causing conversion/formatting problems 2024-12-05 13:28:56 -07:00
nathan
2458440ddf Et2Number: If user starts typing a number starting with a ".", it's < 1 regardless of user's number preferences 2024-12-05 08:15:58 -07:00
nathan
7ef5c70905 Et2Number: Better handling of what to do when entered decimal character does not match preference 2024-12-05 08:15:46 -07:00
nathan
049eafe91d Et2Number formatting fixes
- fix issues with multiple . as thousands separator changed the number on blur.
  eg: 123.456.789 was changed to 123.456,78
- add exception for N.A. numbers entered when "," is decimal separator
  eg: 1.5 assume user meant 1,5 not 1500 or 15.
  Precision is taken into account so if precision=3, assume 1.234 is 1,234 not 1.234,000.
2024-12-05 08:15:32 -07:00
milan
2851da1ca7 vfs styling changes --added wrapping of long filenames --improved mail attachment list to use available space
(cherry picked from commit 5e4ccd4af6)
2024-12-05 13:19:59 +01:00
milan
06dfdab8c8 adding images to mail Dialogs
(cherry picked from commit 28cbd71a90)
2024-12-04 17:04:08 +01:00
nathan
f0e5cf907a Api: Fix et2-select-cat with globalCategories="false" still included global categories 2024-12-04 08:12:00 -07:00
ralf
7d5d25ffcc fix array_search(): Argument #2 ($haystack) must be of type array, int given 2024-12-04 16:06:06 +01:00
milan
8a2b358f2c more compact Mail-compose header
(cherry picked from commit ba68224db8)
2024-12-04 14:30:28 +01:00
milan
5d5eceb148 more compact Mail-compose header
(cherry picked from commit 012b9d3754)
2024-12-04 14:30:28 +01:00
milan
3867c2146a our bi-images fix for firefox esr
(cherry picked from commit 813401c432)
2024-12-04 14:30:28 +01:00
nathan
511889656e Et2Select: Handle focus issue where double-tab was needed before you could drop down the options with space or down arrow 2024-12-03 13:07:04 -07:00
ralf
e4107dbca2 et2_grid.set_value() needs to remove the colgroup from the DOM too 2024-12-03 17:25:05 +01:00
nathan
564a4555a4 Fix timesheet merge into spreadsheet lost numbers 2024-11-29 11:46:42 -07:00
nathan
7abb9c938c Fix some layout issues on infolog ProjectManager tab
- Relative dates number was detached from unit selectbox
- Price input was squished
2024-11-29 10:11:17 -07:00
ralf
ac1e1beb09 fix array_search(): Argument #2 ($haystack) must be of type array, int given 2024-11-29 16:24:18 +01:00
milan
d959968075 styling changes according to ticket #101031
-- new "forward mail" image

(cherry picked from commit 794609b179)
2024-11-29 15:54:30 +01:00
ralf
314e202684 Changelog for 23.1.20241128 2024-11-28 14:30:20 +01:00
milan
ba24a40884 make "expand/collapse folder" easier to click especially on mobile
(cherry picked from commit ba84d20eb4)
2024-11-28 13:24:58 +01:00
milan
f57ff657b3 change condition of lazy loading to be true if selectOption.children is undefined
(cherry picked from commit 4baa4becfe)
2024-11-28 13:24:51 +01:00
nathan
d876a2eb80 Fix horizontal overflow in popups caused by large fonts or wide templates
- Fixed main layout table so it doesn't force the template wider
- Changed overflow calculation so even if it does, the popup will grow
2024-11-28 07:27:19 +01:00
nathan
2e9b1cd268 Fix export dialog tab sizing 2024-11-28 07:27:19 +01:00
nathan
24b54e947d Api: Allow Link::list_attached() to take filename parameter as well 2024-11-28 07:25:50 +01:00
nathan
f22016780b Api: Hide link comment from et2-link-string as well 2024-11-28 07:25:50 +01:00
nathan
be583e67d8 Avoid error if nextmatch dynheight was not created 2024-11-27 10:09:30 -07:00
nathan
629eef9139 Disable dragging toolbar items in mobile view since it interferes with scrolling the 3-dots more actions list 2024-11-22 08:41:24 -07:00
nathan
122dadb6ba Fix mobile 3-dots / context menu button closed the menu immediately 2024-11-22 08:41:06 -07:00
ralf
8a71016ab9 From header needs double quotes around the display name, not single ones 2024-11-21 19:18:02 +01:00
milan
c57e334ea1 changed status Videocall icon to camera-video
(cherry picked from commit e6efad5c4d)
2024-11-21 14:11:36 +01:00
milan
1f334cde14 changed filemanger "File a file" Icon and upload icon to bi box-arrow-in-up
(cherry picked from commit ed5050700d)
2024-11-21 14:11:36 +01:00
nathan
9319b914ef Fix Et2Details hoist attribute, contents were not fully shown after fe56fc2a8b 2024-11-20 10:01:45 -07:00
nathan
3d97e19e2c Et2Details + Et2Groupbox: Stop using <details> tag so we can control layout 2024-11-20 09:58:09 -07:00
nathan
0d545f2319 Fix link from VFS sometimes doesn't work 2024-11-19 15:01:21 +01:00
nathan
c960fea7ab Et2VfsSelectButton passes in value (reference). Take care to keep that reference, or value can get lost.
Fixes Link to -> copy from VFS sometimes fails
2024-11-19 15:01:21 +01:00
nathan
54f9c0a0de Et2Tree: When drag + hover over a leaf, only open it if it actually has children 2024-11-18 13:58:51 -07:00
ralf
47c861a89a fix contacts not found for regular (non-admin) users, if some users are hidden and search in all addressbooks (searching in a specific one worked) 2024-11-18 19:27:26 +01:00
ralf
a566281d93 fix not working trailingSlash validation since dropping of Lion framework 2024-11-16 14:04:58 +01:00
nathan
be1fa1bcbe Api: Fix Et2TreeDropdown lazy-load / initial load still conflicted after 2e469a00de 2024-11-15 09:03:46 -07:00
ralf
ff050d3ef9 et-select-dow_ro was only displaying the first day 2024-11-15 16:15:03 +01:00
milan
859f0881e8 tab size fix
Regarding Ticket #100501

(cherry picked from commit 0e98fb40fd)
2024-11-14 15:32:11 +01:00
ralf
a38d7be581 fix indention and newlines 2024-11-13 20:01:31 +01:00
ralf
4562e3664d remove DKIM-Signature before forward, as we change From, and restore it after 2024-11-13 20:01:31 +01:00
ralf
50b9363a91 * Mail: if Sieve editheader extension is available forward with a From header matching the recipient to avoid SPF and DKIM problems/misalignment (need to be enabled in Dovecot) 2024-11-13 20:01:31 +01:00
nathan
248bc5891e Api: Fix Et2Number could not display empty value (""), gave 0 instead. 2024-11-12 22:46:24 +01:00
ralf
6480464a66 fix since f093762d19 not shown progress bar in file uploade 2024-11-12 13:39:21 +01:00
milan
c6321d5564 cleaned up bi icon .svg s to use there parent size and work like bootstrap font icons 2024-11-12 13:18:30 +01:00
ralf
8632d3668a fix non-admins did not see all contacts in Addressbook 2024-11-12 12:14:52 +01:00
milan
226e5ddd62 Only inline svg within WebserverRoot and containing bi-
-- we use bi- to mark images that should behave like bootstrap font images
2024-11-11 17:31:24 +01:00
milan
bb9abaceb3 changelog is visible again
-- not perfect, we now have two scrollbars, needs further fixing
2024-11-11 17:31:23 +01:00