Commit Graph

7907 Commits

Author SHA1 Message Date
ralf
36a8e0dfa2 allow to use Api\DateTime::sql_filter also for non-integer columns like regular DB DateTime or Timestamp columns 2024-12-17 17:38:45 +01:00
nathan
2877e9d193 Add Et2Dropdown, just a wrapper around SlDropdown 2024-12-17 08:47:04 -07:00
ralf
b45a33842b do NOT (re)move data with numerical indexes to JSON blob, as filters are also run through data2db 2024-12-17 14:27:03 +01:00
ralf
e881ddb8a2 Changelog for 23.1.20241214 2024-12-14 11:17:20 +01:00
ralf
7b19f4d28b catch and ignore ValueError of file_gets_contents('') 2024-12-14 11:01:47 +01:00
Ralf Becker
dd56ec1013 pending translations from our translation server 2024-12-14 10:37:57 +01:00
ralf
85042361c4 Fix TypeError about string array index on string 2024-12-14 09:23:27 +01:00
ralf
d3f71bd5fc fix stalled legacy diff-widget 2024-12-14 08:26:54 +01:00
ralf
2563177c9d do not store "user_timezone_read" 2024-12-14 08:14:20 +01:00
ralf
9df736bafa new storage object using a JSON blob to store date not in SQL schema 2024-12-14 08:14:20 +01:00
nathan
d1164fba33 Make tab & enter behave the same when editing 2024-12-13 09:13:59 -07:00
nathan
8d523f31a5 Et2Select: Better handling of focus with allowFreeEntries=true multiple=false editModeEnabled=false 2024-12-13 09:13:52 -07:00
nathan
ae43799dfb Improve some issues with Et2Select with multiple=false & allowFreeEntries=true
- Adding a free entry did not always update UI fully with new value
- it was impossible to edit a free entry, just replace it
2024-12-13 09:13:46 -07:00
nathan
b4087c2206 Et2LinkString / Et2LinkList: Use maxmatchs preference as default limit
You can still override this with limit attribute
2024-12-12 12:59:28 -07:00
nathan
3992ddca9e Addressbook: Fix creating CSV import definition field mapping step failed
Incorrect select options broke the "target field" column
2024-12-12 11:55:17 -07:00
nathan
3acaca5dba Et2Date._inputNode can sometimes be just an input tag 2024-12-12 10:10:03 -07:00
nathan
087c71803e Et2Date: Implement disabled attribute 2024-12-12 10:10:03 -07:00
milan
89d205654b change 'insert timestamp' icon from 'magic' to 'pin-map' regarding #101741
Also removed ellipsis from fancy tab header

(cherry picked from commit 4c4725883e)
2024-12-12 17:12:32 +01:00
milan
fd14c1c3b8 remove old themes and deactivate compact since it is not working atm improve darkmode image visibility
(cherry picked from commit 7f2653c007)
2024-12-12 16:50:54 +01:00
ralf
aff2cd3011 Revert "Fix sub-templates may not have been properly validated" as it sends calendar in an endless recursion :(
This reverts commit 99a4c87256.
2024-12-11 08:32:03 +01:00
nathan
3c127ea49c Fix sub-templates may not have been properly validated 2024-12-10 15:17:00 -07:00
ralf
68f45d92dc * Mail: new microsoft app for oauth authentication for mail 2024-12-10 11:32:26 +01:00
nathan
6396516bad Fix some Et2InputWidgets would not get a label 2024-12-06 08:15:07 -07:00
nathan
2a939299ff Merge: fix some missing number formatting 2024-12-06 08:14:35 -07:00
nathan
2259da7ee6 Merge: Fix placeholderlist for tables sometimes wrapped placeholders 2024-12-06 08:14:21 -07:00
nathan
43a0fd1dda Merge: Fix tables inside documents lost styling for numeric values 2024-12-06 08:14:15 -07:00
nathan
94661acf4e Et2Details: Add accordionGroup attribute to group multiple details together, allowing only one in the group to be open at a time 2024-12-05 14:29:17 -07:00
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