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
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
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
834141bdd0
Et2Select: Fix some static option selects did not show their values when readonly
2023-08-30 08:16:38 -06:00
e3f139f2af
Fix canceled close still destroyed session
2023-08-23 09:55:46 -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
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
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
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
9a121c2508
SearchMixin: If the value is changed while the search / options are open, recalculate positioning
...
Fixes bug where it looks like the value hasn't changed, until the dropdown closes.
2023-08-03 14:09:42 -06:00
29d896686a
Api: Fix adding links did not always work after triggering a form reload
2023-08-03 09:06:13 -06:00
3b37c0b7ae
Api: make longTask (merge to email) more robust
...
Should continue in the face of network error
2023-08-03 08:11:32 -06:00
e021685d93
Adapt long task changes for 23.1
2023-08-02 09:04:07 -06:00
d5eb78c705
Fix insert multiple entries into email document failed at "Please wait ... loading"
2023-08-02 08:41:33 -06:00
38bd4bed1b
Revert "Fix insert multiple entries into email document failed at "Please wait ... loading""
...
Needs to be adapted for EgwAction changes
This reverts commit ce1b244acc
.
2023-08-02 08:40:21 -06:00
ce1b244acc
Fix insert multiple entries into email document failed at "Please wait ... loading"
2023-08-02 08:17:20 -06:00
059cbfff55
SearchMixin: Limit number of JSON search results
2023-08-02 08:16:22 -06:00
149e2fec76
Fix email tags marked as invalid
2023-08-02 08:16:12 -06:00
881d3c05c5
SearchMixin: Fix select option not having class causes JS error
...
Fixes addressbook edit popup does not resize
2023-08-02 08:16:03 -06:00
b304be3a20
SearchMixin: Move missing value check after update so select_options gets a chance to populate first
...
This should speed up the initialization a little, avoiding some unneeded checks
2023-08-02 08:15:45 -06:00
df2de928da
Api: SearchMixin improvements to work with Et2LinkSearch more efficiently
...
Moving handling of missing options to overridable method so Et2LinkSearch can use its more efficient method
2023-08-02 08:15:34 -06:00
69455d725a
Api: Fix Et2LinkSearch initialization with value failed, giving blank widget
2023-08-02 08:15:27 -06:00
a3ce1d4cab
WIP on caching static option file and searching it client-side
...
Get it working in nextmatch
2023-08-02 08:15:21 -06:00
e00582b5f9
WIP on caching static option file and searching it client-side
...
Avoid type error in CalendarOwner
2023-08-02 08:15:13 -06:00
2c919d4318
WIP on caching static option file and searching it client-side
...
Still needs file caching & passing correct URL
2023-08-02 08:12:46 -06:00
9c15cdb1a5
Api: Swap sparse account array/object for simple list to fix missing options in select account widget
2023-08-02 08:06:46 -06:00
ae76eea6f3
fix lavatar shows same letters for every contact not having a photo
...
caused by wrongly falling back to the contact with contact_id equal to account_id of current user
2023-07-27 13:28:55 +02:00
44359621a3
fix TypeError: Cannot read properties of null (reading 'trim')
2023-07-26 14:22:11 +02:00
d6739afe8b
Calendar: Fix group calendar could be missing events under some circumstances
...
Static account options added to CalendarOwner were blocking the group data needed, fixed by using sent options over account options
2023-07-26 09:06:27 +02:00
0e8e46f44e
Api: Fix doubled link on open and missing link app select
2023-07-25 18:53:53 +02:00
2b323f4ceb
aggregate Etemplate\Widget\Url::ajax_contact() requests and search for all of them in a single AJAX request and SQL query
2023-07-25 18:35:13 +02:00
a4109439e1
Implement onlyEmail option for UrlEmailReadonly
2023-07-25 11:42:40 +02:00
29d159ea29
Make sure to show only email when using current value as email (avoids getting duplicate name in fullEmail mode)
2023-07-25 11:42:01 +02:00
0632068664
* Api: Customfield selectboxes can read options from a PHP file in the VFS using @[path] ex: @/home/Default/selects.php
2023-07-18 08:20:18 -06:00
43f704f0d5
If customfields has a label and only 1 field, use the label for the widget
...
This lets us use " " as label to hide the custom field's label
2023-07-18 08:20:12 -06:00
61281ac778
fix not translated context menu
2023-07-14 11:30:19 +02:00
cae7ff0c01
add Promise<Et2Dialog> return type to openDialog
2023-07-14 09:08:36 +02:00