1d1b3f5947
Avoid JS error on blur
2023-09-14 14:33:16 -06:00
472ee73dda
Improve styling & behaviour of Et2SelectEmail
2023-09-14 14:30:20 -06:00
01375295fe
Fix widget label positioning
2023-09-14 11:56:25 -06:00
fade177f10
Fix first select option was not set
2023-09-14 11:48:30 -06:00
0f1f45a0cc
WIP sl-Tree
2023-09-14 17:36:28 +02:00
4a7f775a97
Hide tooltips when context menu opens
2023-09-13 14:05:50 -06:00
e323cd1d79
Feature/shoelace 2.4 upgrade ( #135 )
...
Update shoelace to 2.9.0
2023-09-13 11:55:33 -06:00
575545e838
Api: Fix custom date & datetime fields with data format set caused a JS error
...
TypeError: Cannot set property format of #<Et2DateTime> which has only a getter
2023-09-13 09:15:24 -06:00
2aafc34140
Api: Fix customfield with no data sent breaks entire customfield tab
2023-09-13 09:11:30 -06:00
0f77eca5c4
Api: Fix custom date & datetime fields with data format set caused a JS error
...
TypeError: Cannot set property format of #<Et2DateTime> which has only a getter
2023-09-13 09:08:00 -06:00
d69fd2a4cc
cleanup for backport to 23
...
(cherry picked from commit 9cfb44529f
)
2023-09-13 10:40:32 +02:00
93b4c30f54
fix use selection instead of drag/drop while pressing crt/alt
...
egwPreventSelect on mousedown seems to be no longer necessary in nextmatch
(cherry picked from commit b9a723a16f
)
2023-09-13 10:40:32 +02:00
a8bd6e9e3c
Fix click handling on grid's row no longer works
...
(cherry picked from commit 3dbdbc0596
)
2023-09-13 10:40:32 +02:00
6d7de44b7a
egw_action copy fixes regarding ticket 84314
...
(cherry picked from commit 0dd7616c5e
)
2023-09-13 10:40:32 +02:00
45b05a6268
WIP egw_action copy fixes
...
paste not working
(cherry picked from commit b00371c7e1
)
2023-09-13 10:40:32 +02:00
ff4c86f4f5
fix not translated context menu
...
window.egw with a reference to the main window in a popup, egw(_app, window) gives one with correct window context / translation in a popup (_app does not matter for translations, they are requested to be loaded from server-side)
(cherry picked from commit 40a4d38776
)
2023-09-13 10:40:32 +02:00
f430b66d3b
converted egw_action from javascript to typescript
...
classes are now uppercase and in their own files. lowercase classes are deprecated.
Interfaces are now actual interfaces that should be implemented instead of creating and returning an ai Object every time
(cherry picked from commit 5e3c67a5cf
)
2023-09-13 10:40:32 +02:00
d80078893e
Api: Fix customfield with no data sent breaks entire customfield tab
2023-09-08 08:41:54 -06:00
0d4cde3ad6
Fix date & time formatting on mobile
...
- Date & DateTimeOnly did not show value
- timesheet view was missing start time
2023-09-06 13:44:21 -06:00
896f77f2fd
Fix date & time formatting on mobile
...
- Date & DateTimeOnly did not show value
- timesheet view was missing start time
2023-09-05 11:21:09 -06:00
3803c4ebee
Fix addressbook list type filter gave error when changing
2023-09-05 08:45:59 -06:00
6793f62c0f
Api: Fix legacy onchange in nextmatch got nextmatch instead of changed widget
2023-09-05 08:45:55 -06:00
b5758a2268
Fix addressbook list type filter gave error when changing
2023-09-05 08:35:58 -06:00
e4e270da2a
Api: Fix legacy onchange in nextmatch got nextmatch instead of changed widget
2023-08-30 10:30:07 -06:00
834141bdd0
Et2Select: Fix some static option selects did not show their values when readonly
2023-08-30 08:16:38 -06:00
0b036f49b8
Et2Select: Fix some static option selects did not show their values when readonly
2023-08-28 13:50:09 -06:00
b34789e676
Fix properties do not get set for inherited widgets from Et2Button
2023-08-28 12:19:18 +02:00
b33f0fa8cf
Fix js error happens when there's no label set on select options
2023-08-28 12:17:42 +02:00
e3f139f2af
Fix canceled close still destroyed session
2023-08-23 09:55:46 -06:00
8a1869dcdc
passwordToggle - Get the attribute right for Shoelace 2.0.0
...
It's togglePassword in the current version
2023-08-21 11:54:24 -06:00
c8d4682672
Fix class case
2023-08-18 08:47:37 -06:00
9a53dc3ffd
Fix canceled close still destroyed session
2023-08-16 10:23:58 -06:00
3362940b78
* Api: Store recoverable password (encrypted) for shares so you don't have to change it when you forget
2023-08-16 09:20:27 -06:00
86740d8b90
Fix up password customfield
...
- passwd->et2-password custom field type
- passwordToggle attribute (changed name, icon didn't change)
2023-08-16 09:20:18 -06:00
dd0780b29c
Projectmanager: Fix context menu 'Project element' did not work
...
egw_links.js:66 Uncaught array of value needs a prefix
2023-08-16 09:16:59 -06:00
fdad8b3e40
fix TypeError in et2_dialog.handleClose because the Lion container was not found
2023-08-16 14:15:52 +02:00
7512e105da
Projectmanager: Fix context menu 'Project element' did not work
...
egw_links.js:66 Uncaught array of value needs a prefix
2023-08-15 14:31:22 -06:00
2c5170f15b
* Api: Store recoverable password (encrypted) for shares so you don't have to change it when you forget
2023-08-14 13:42:00 -06:00
9cfb44529f
cleanup for backport to 23
2023-08-09 17:18:28 +02:00
b9a723a16f
fix use selection instead of drag/drop while pressing crt/alt
...
egwPreventSelect on mousedown seems to be no longer necessary in nextmatch
2023-08-09 16:56:15 +02:00
1178d16afd
Et2Dialog fixes
...
- Fix noCloseButton attribute was not implemented
- Fix hideOnExcape=false still allowed closing on escape
- Fix using Et2Dialog.BUTTONS_OK showed no buttons
2023-08-07 17:56:15 +02:00
11fcd35d26
Api: More missing changes from SearchMixin.remoteQuery() / static options from json file
2023-08-07 16:15:32 +02:00
e6274250bc
adapt Et2LinkSearch.remoteQuery() to Nathans change not run cleanSelectOptions() in Et2Select.processRemoteResults() any more
...
@Nathan: not sure if this needs to be applied in more places, or your change should detect it needs running ...
2023-08-07 16:15:32 +02:00
17f1e0367c
Fix handling of email addresses with names
...
- read-only was leaving out quotes on name, failing validation
- Commas in name caused problems when adding in to existing values due to simplistic CSV splitting
2023-08-07 15:57:09 +02:00
ac061434ea
Pass event along from deprecated et2_dialog to Et2Dialog
2023-08-07 15:11:49 +02:00
c403784989
Api: Include webcomponents even if they don't have variable attributes, or any event handlers get lost
2023-08-04 14:21:16 -06:00
dfc30a37d1
Pass event along from deprecated et2_dialog to Et2Dialog
2023-08-04 13:07:24 -06:00
32c0aa8555
fix TypeError if field.values is null causing some nextmatch features like search not to render
2023-08-04 14:06:54 +02:00
7a17dcc7cb
Fix handling of email addresses with names
...
- read-only was leaving out quotes on name, failing validation
- Commas in name caused problems when adding in to existing values due to simplistic CSV splitting
2023-08-03 16:57:53 -06:00
ef910b246a
Et2Dialog: Fix dialog open event was fired if a selectbox opened
...
Fixes flickering field in Collabora insert address dialog
2023-08-03 14:44:05 -06:00