ralf
050b7528aa
adding invoices app
2024-12-14 11:35:26 +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
98762d3a8c
Calendar: Fix recurrence tab widget spacing was too narrow
2024-12-13 09:23:46 -07: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
6279dda50a
Calendar: Fix viewing resource calendar could spell out resource name into CalendarOwner options
2024-12-12 10:11:24 -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
ralf
18aacb5a19
npm audit fix
2024-12-12 18:08:59 +01:00
milan
a128c440db
fix toolbar alignment
...
(cherry picked from commit 9e84456e21
)
2024-12-12 17:53:29 +01: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
nathan
b55742984a
Infolog: Fix timesheet total was affected by get_links() result limit, giving wrong used times
2024-12-10 08:43:44 -07:00
ralf
68f45d92dc
* Mail: new microsoft app for oauth authentication for mail
2024-12-10 11:32:26 +01:00
ralf
95b598b996
rate limit notifications push-message-cleanup to once per hour as they lock the notifications table and block each other
2024-12-10 10:31:40 +01:00
milan
867023d745
mail download attachment usable again
...
(cherry picked from commit 91fa8e3689
)
2024-12-09 02:11:43 +01:00
ralf
118255d7d5
allow to use <template content="newsettings[name]"/> in config.xet too (beside regular input-widgets with id="newsettings[name]"
2024-12-08 13:55:08 +01:00
Alexandros Sigalas
b817330e6f
Fixed error message when calling Clear cache and register hooks from admin menu.
2024-12-08 09:22:55 +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
milan
8f68190784
mail change unseen mail icon from envelope-fill to envelope and fix calendar print alignment
...
(cherry picked from commit 0c54f0d4e4
)
2024-12-06 15:10:21 +01:00
milan
83ed7f88c3
fixup 5e4ccd4af6
original message: vfs styling changes --added wrapping of long filenames --improved mail attachment list to use available space
2024-12-06 09:01:37 +01: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
ba946ccbaa
make it harder to hit close button of tabs on accident --Regarding Ticket #101031
...
(cherry picked from commit 2754bee19e
)
2024-12-05 13:19:53 +01:00
milan
06dfdab8c8
adding images to mail Dialogs
...
(cherry picked from commit 28cbd71a90
)
2024-12-04 17:04:08 +01:00
milan
d676738864
fix wizard icon in "edit mail account"
...
(cherry picked from commit 366c38cc79
)
2024-12-04 17:04:01 +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