e24b5578a3
Api: Show nm columns from favourites, automatically reloading if needed to get missing columns
2023-10-03 11:40:38 -06:00
efe0eff776
Calendar: Fix sidebox owner could not select options
2023-10-02 16:06:25 -06:00
72112023e8
Et2Select: Fix link search lost selected item, showing ?? instead
2023-10-02 13:11:48 -06:00
795160301b
Et2Select: Unit test update
...
- Added check to see if it actually shows the options
- Fix "Selected multiple remote results in value" failed
2023-10-02 08:39:22 -06:00
6c06a5311f
Et2Select: Fix select options were only visible as search results
2023-10-02 08:04:19 -06:00
4f575894a2
Et2Select: Fix selecting a second search result could remove first one
2023-09-29 13:43:12 -06:00
124b6b1f96
Fix link-to would close & clear immediately after selecting a result
2023-09-28 11:00:30 -06:00
d5f56b8bae
Fix duration would not store days or hours, only minutes
2023-09-28 09:39:53 -06:00
2b66ca8ba6
Docs: Get avatar widget in list, remove Et2 prefix from widget names
2023-09-27 14:29:19 -06:00
54b38cab8c
Fix favourites did not show customfield column if needed
2023-09-27 13:22:57 -06:00
bbf676597f
Et2Select: Fix selected search results sometimes disappeared
2023-09-27 11:15:13 -06:00
aa228dad42
WIP sl-Tree
2023-09-27 13:05:48 +02:00
e3ca0bfacd
Merge remote-tracking branch 'origin/master'
2023-09-27 12:59:53 +02:00
d7b6306d32
Fix column selection
2023-09-26 15:47:16 -06:00
71806e051e
Put additonal options to static select before the static options
2023-09-26 13:04:17 -06:00
70be19cdfb
Et2Select: Fix change event did not fire when free entry was added
2023-09-25 10:16:32 -06:00
d33377e17d
Fix date-duration did not show selected properly
2023-09-25 09:51:06 -06:00
735b52b38b
Remove block_change_event
...
It doesn't seem to be needed now, and is actually stopping the first user change from firing (change alarm time in calendar edit)
2023-09-25 09:37:48 -06:00
5601897dbb
Put additonal options to static select before the static options
2023-09-25 08:50:36 -06:00
8b5819094d
Fix broken fullEmail feature
2023-09-25 14:35:18 +02:00
054d124afe
Initial attempt at a nice dev reference.
...
Many thanks to all the other developers who made this possible, especially Shoelace
2023-09-22 13:51:38 -06:00
a00fdb9eb2
Clean up etemplate2 sessions before closing the top level window
2023-09-22 16:11:14 +02:00
e3138fe886
fix calendar.edit wont open, caused by new hidden attribute:
...
- parent can be undefined
- typo parent.getArr(a)yMgr()
- parseBoolExpression() does NOT support boolean values
- returning null gives errors later on, commented it out for now :(
2023-09-22 10:28:00 +02:00
92cf528fe8
Introduce widget.hidden to hide widgets, and widget.set_disabled() now also hides widgets.
2023-09-21 10:43:09 -06:00
0f66624047
Get some more automatic tests working again, remove JS files
2023-09-21 08:18:09 -06:00
e2d3c5f1e8
Get some automatic tests working again
2023-09-20 14:24:01 -06:00
5349c7a966
Fix selects with no emptyLabel but an option with value="" did not return a value
2023-09-20 08:20:22 -06:00
cdd13e5109
Fix doubled options with freeEntries
2023-09-19 16:04:19 -06:00
a4b0a2a1f0
Get country flags showing again
2023-09-19 15:20:36 -06:00
36f42f77db
Fix quick add did not always work the second time
2023-09-19 13:53:15 -06:00
cb484c8f6c
Fix some selectbox non-values causing issues
2023-09-19 13:01:49 -06:00
dc9736260a
Fix textarea did not take vertical space
2023-09-19 10:08:18 -06:00
3b54165468
Fix textarea did not take vertical space
2023-09-19 10:00:08 -06:00
368c9fae63
Fix link to did not link
2023-09-19 08:46:41 -06:00
e72671bc20
Fix styling of readonly selectbox
2023-09-19 14:03:26 +02:00
f75567a863
Select improvements
...
- Add _styleTemplate for easier extension
- re-organize file
- Fix weird tag style
- some cleanup
2023-09-18 16:09:43 -06:00
01797f071d
Fix mail attachment dropdown actions did nothing
2023-09-18 13:57:34 -06:00
19552059b3
Fix no results sometimes showed even if there were results
2023-09-15 08:09:55 -06:00
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
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
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
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