Hadi Nategh
49b78e2f24
Open quick add dropdown menu only on click
2022-09-22 10:54:33 +02:00
nathan
2952df2799
Et2Select + SearchMixin: Fix some bugs with display and selecting entries
...
- Fix clicking on text while editing triggered re-display
- Avoid unneeded node re-creation when editing free entry, handle empty value as removal
multiple=true:
- Fix clearing search removed previously selected remote results
- Fix adding a free entry did not move search down, covering the new value
multiple=false:
- Fix search & edit inputs were shown at the same time
- Fix edit free entry always took over making it impossible to search
2022-09-21 17:13:29 -06:00
nathan
e6ce33b153
Fix invalid fields were not blocking submit
2022-09-21 09:56:15 -06:00
nathan
d9cc794836
Don't bother to validate empty fields if they're not required
...
Fixes Et2SelectEmail complaining that empty strings are not valid email addresses
2022-09-21 09:05:51 -06:00
nathan
e8e1077ece
CalendarOwner: Bind a listener to mousewheel and stop it from bubbling, otherwise scrolling results scrolls the sidemenu
2022-09-21 08:49:47 -06:00
Hadi Nategh
8cc14a9919
Fix attachment button is being overlapped by searchbox in vfs select dialog
2022-09-21 16:49:31 +02:00
Hadi Nategh
ca0b17de7f
Fix edit/delete buttons are not clickable on editable avatar
2022-09-21 11:15:14 +02:00
ralf
a7e4cdf3b4
fix editing mail-accounts removed all but the first alias (no multiple attribute set)
2022-09-21 08:50:44 +02:00
nathan
a0303dd003
Calendar: fix incorrect rendering when switching between single week & multi-week views
...
egw.getHiddenDimensions() was incorrectly setting display based on title's current style
2022-09-20 16:54:20 -06:00
nathan
1fee91bdd7
Calendar: fix incorrect rendering when switching between single week & multi-week views
...
It wasn't the specific views, but switching between regular and the consolidated / granularity=0 view.
2022-09-20 15:01:29 -06:00
nathan
8ce438f757
Add translation from Birgit
2022-09-20 11:44:14 -06:00
nathan
159a370da6
Fix more than one anonymous shares gave error / BasicAuth prompt
...
First one was successful, but subsequent anonymous shares in the same browser failed
2022-09-20 11:33:16 -06:00
nathan
e03fea2e9b
Et2Date: Fix required validation message was always shown after changing a required date
...
Some missed changes after moving from Lion
2022-09-20 10:44:28 -06:00
nathan
7dd0165cd2
Et2Select + search: Fix position adjustment did not work in all cases
...
Subsequent searches did not give space for searchbox
2022-09-20 10:07:36 -06:00
nathan
66368c6d3a
Et2Select + search: Adjust dropdown position based on if it opens up or down
2022-09-20 09:43:25 -06:00
nathan
79b6cef5fd
Switch egw.user(..., async=true) to always return a Promise for consistency
...
Switch Et2ButtonTimestamper to use egw.user(...,async=true)
2022-09-20 08:05:59 -06:00
ralf
82504ed158
update egroupware/*
2022-09-20 15:32:21 +02:00
Hadi Nategh
34d9297fc1
Do not set toolbar buttons to readonly
2022-09-20 14:44:16 +02:00
ralf
1260203755
setting minimum version for 22.1 to PHP 7.4, recommended and maximum version to PHP 8.1
2022-09-20 13:53:07 +02:00
ralf
7072f96244
building 22.1 images with PHP 8.1 on base of Ubuntu 22.04 and MariaDB 10.6
2022-09-20 13:44:54 +02:00
ralf
67f41f8041
update build script to 22.1
2022-09-20 13:42:38 +02:00
ralf
e28035e4f1
* smallPART/LTI: updating ceLTIc LTI library to laterst version 4.8.0
2022-09-20 13:24:00 +02:00
Hadi Nategh
1eff71056e
Fix calendar date indicator not being as same height as other nm fields
2022-09-20 13:06:40 +02:00
Hadi Nategh
c18aabb100
Fix toolbar's admin icon size
2022-09-20 12:46:26 +02:00
Hadi Nategh
275763e7ec
Fix weekend switch in calendar toolbar
2022-09-20 12:18:00 +02:00
ralf
0368173487
build development Docker images now based on Ubuntu 22.04 and by default with PHP 8.1
...
docker-compose.yml uses now mariadb:10.6 with automatic upgrade enabled
2022-09-20 11:16:35 +02:00
Hadi Nategh
d6d0dd21a4
Adopt calendar to new BD svg icon
2022-09-20 10:54:14 +02:00
Hadi Nategh
aba4edc70a
Add svg version for BD icon
2022-09-20 10:29:26 +02:00
nathan
f43b641127
Implement readonly textarea as description
2022-09-19 13:28:20 -06:00
nathan
606e2688d4
Et2SelectEmail: Do not create image in tag, Et2EmailTag uses CSS for image
...
Fixes doubled image
2022-09-19 09:23:23 -06:00
Hadi Nategh
b1fcf5cb99
Get nm filters into full width for mobile template
2022-09-19 16:50:26 +02:00
Hadi Nategh
c703a4eaa3
Add more classes to textsize preference
2022-09-19 14:07:05 +02:00
Hadi Nategh
065be8a944
Fix 2px in header containers occupied by style tags
2022-09-19 10:37:23 +02:00
Hadi Nategh
a0e0fba42f
Fix some styling issues in mobile template
2022-09-19 10:34:30 +02:00
ralf
17ee3e7aaf
correctly handle irregular alias time_or_date (of date-time_today) and just menupopup both used in mobile view
2022-09-18 08:54:39 +02:00
ralf
a9f8e6fcd5
set correct default search-url for taglist-email
2022-09-17 09:56:57 +02:00
nathan
1deeee207f
Better way to show "no suggestions" indicator, works with local options now too
2022-09-16 11:17:06 -06:00
nathan
12ab9b72a1
Fix Et2SelectEmail search queried wrong URL
...
broken by 5a20f5965e
2022-09-16 10:38:37 -06:00
nathan
30c3000e87
Et2Select fixes
...
- Search with no results blocked any futher searches from displaying results
- Only show "no suggestions" after searching
2022-09-16 10:20:47 -06:00
Hadi Nategh
0a06ddfeca
Fix quick add selectbox gets scrollbar
2022-09-16 15:57:37 +02:00
ralf
99f1984b48
Changelog for 21.1.20220916
2022-09-16 14:02:04 +02:00
Hadi Nategh
e9aaefd9e7
Get all apps headers aligned
2022-09-16 13:48:06 +02:00
Hadi Nategh
64941e6d86
Fix broken autofocus to mail content when replying to an email
2022-09-16 12:30:23 +02:00
ralf
fb8f54ec02
* Mail/Calendar: fix applying a participant reply as organizer overwrote event with data send by the participant (not just his status)
2022-09-16 11:22:26 +02:00
ralf
5dcc670ac0
nicer way to set current Vfs user and also not overwriting the default context
2022-09-16 09:33:09 +02:00
ralf
0f376ae6df
* LDAP/AD/OpenID Connect: fix error creating tokens with profile claim, if user has a picture
2022-09-16 09:14:38 +02:00
ralf
c59b5a7a6e
document how to test LDAP/AD behavior
2022-09-16 09:13:01 +02:00
nathan
9a036b1dfe
Et2Select: Fix "required" styling did not show in a better way
...
Previous method (38e8df2
) made widget entirely transparent
2022-09-15 15:26:06 -06:00
nathan
a3e2850b05
Send info to open popups to inform user that main window has been reloaded.
2022-09-15 15:14:16 -06:00
nathan
38e8df223d
Et2Select: Fix "required" styling did not show
2022-09-15 12:36:31 -06:00