nathan
1a8027c456
Et2Search / SearchMixin: Hide clear button when dropdown is visible
2024-12-19 13:19:00 -07:00
nathan
ec7936b448
Et2Select / SearchMixin: fix some more allowFreeEntry issues
...
- existing values were not being properly matched
- " freeEntry " option.class (with spaces) was causing nasty error in LitElement
2024-12-19 13:18:52 -07:00
ralf
b02ff90092
fix errors / exceptions in merge-print or other downloads do NOT show the error but trigger a redirect giving potentially a different unrelated error
...
A better fix would be to use a different cd-code e.g. cd=postSubmit and fix the server-side framework to return the framework / sidebox AND the page-content incl. the error, which it currently does not :(
With cd=popup we don't get the framework / sidebox (if running in the main window), but we get the error and a F5 / reload fixes the framework
2024-12-19 20:46:49 +01:00
ralf
d53a86f10e
allow to specify a message with $_GET[msg] when redirecting to configuration
2024-12-19 20:45:14 +01:00
milan
98c1e920e8
make bi icons same size as other icons
...
(cherry picked from commit d3ac3d7432
)
2024-12-19 18:31:22 +01:00
milan
3e466125da
calendar edit et2-date-time popup always placed top
...
(cherry picked from commit 4147c28b3e
)
2024-12-19 17:56:36 +01:00
milan
6ddd824cfe
calendar 7/5 in toolbar adjustment
...
(cherry picked from commit 545ac9779d
)
2024-12-19 17:56:23 +01:00
milan
127fda214f
mail compose "To" left align
...
(cherry picked from commit 7e75fb5f1d
)
2024-12-19 17:56:15 +01:00
milan
3e0abb0df5
fix mail compose save as draft
...
fixup 914c723c78
(cherry picked from commit 810f54f1b2
)
2024-12-19 14:56:45 +01:00
milan
31da81ef00
status app visual adjustments regarding Ticket #101431
...
(cherry picked from commit b4aab2f712
)
2024-12-18 18:14:10 +01:00
milan
1cda5091fa
fixed alignment of timesheet descriptions regarding ticket # 101351
...
(cherry picked from commit 86c4a384ed
)
2024-12-18 17:09:27 +01:00
milan
64de6df947
Mail Compose change "To" label to a dropdown to add bcc cc etc
...
(cherry picked from commit 0df6426c03
)
2024-12-18 16:49:10 +01:00
milan
04d98f4784
Mail Compose change "To" label to a dropdown to add bcc cc etc
...
(cherry picked from commit d4c819899c
)
2024-12-18 16:46:32 +01:00
milan
2d01b02764
mail compose move toggle html checkbox to the top next to toolbar
...
(cherry picked from commit 914c723c78
)
2024-12-18 16:42:35 +01:00
milan
06f9a50eba
fix table alignment in calendar multi-week and month view
...
(cherry picked from commit 849cc8071e
)
2024-12-18 16:40:25 +01:00
milan
cec8fa22e6
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-18 16:40:15 +01:00
milan
36de06b157
WIP cleanup css revert too much removed css
...
(cherry picked from commit ff396d74b3
)
2024-12-18 16:40:09 +01:00
milan
54dcda0897
WIP cleanup css --removed some no longer used css
...
(cherry picked from commit ab16fd77c6
)
2024-12-18 16:40:05 +01:00
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
a4cc3ef55f
change Recurrence to just a nextmatch-header as there is nothing to sort by and you get an SQL error clicking on it
2024-12-17 08:31:58 +01:00
ralf
a184b0ca7f
fix capitalisation of ZUGFeRD
2024-12-14 20:46:36 +01:00
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