Commit Graph

2871 Commits

Author SHA1 Message Date
2c9fb69f3b Fix links in infolog description getting into a new line 2023-03-10 13:40:11 +01:00
72d601b393 Et2Colorpicker: Let popup panel auto-position
Fixes color picker goes offscreen in kanban board edit
2023-03-09 09:08:37 -07:00
87a055e7bd Fix tree's actions no longer available after refreshing the root node 2023-03-09 13:05:57 +01:00
ab8aba49a5 Fix tree's actions no longer available after refreshing the root node 2023-03-09 12:57:17 +01:00
3e3f5b0216 fix wrong import path stalling Babel transpiling 2023-03-09 08:48:41 +01:00
2543a011cb fix wrong import path stalling Babel transpiling 2023-03-09 08:48:01 +01:00
39d26ddca7 Et2InputWidget: Split label around widget if it has %s in it 2023-03-08 13:54:44 -07:00
e7f10c711c Fix numeric validator on a Et2Number would not pass 2023-03-08 13:28:04 -07:00
5ebad31675 Fix description label did not get row value in nextmatch
Fixes projectmanager price list showed "5 / $row_cont[pl_unit]" instead of "5 / h"
2023-03-08 11:53:48 -07:00
0492c92352 Et2Colorpicker: Let popup panel auto-position
Fixes color picker goes offscreen in kanban board edit
2023-03-08 11:26:47 -07:00
b703e2bfe5 Fix required validator went missing if a regex validator was added 2023-03-08 11:00:27 -07:00
9f95db7ad8 Home WIP: Fix changing portlet width would not stick for some types 2023-03-07 16:16:01 -07:00
d9e12ecf4a Home WIP: Better re-layout calcs, use correct portlet type (if possible) when adding 2023-03-07 16:02:29 -07:00
5760c5049f Et2InputWidget: Split label around widget if it has %s in it 2023-03-07 10:51:33 -07:00
ac4bd98385 Fix error Cannot read properties of undefined (reading 'implements') 2023-03-07 16:18:09 +01:00
9f9c988c14 Fix error Cannot read properties of undefined (reading 'implements') 2023-03-07 16:16:57 +01:00
bb67507223 Et2DateDuration: Don't error & break everything for a bad display format, just log it and continue 2023-03-06 15:02:45 -07:00
1538496df1 Home WIP: Get calendar working 2023-03-06 14:47:48 -07:00
fc3feb974a Home WIP: Fix initial positioning and layout 2023-03-06 13:48:15 -07:00
514d4cf207 Home WIP: Header spacing & style improvements 2023-03-06 13:19:49 -07:00
d37143c842 Home WIP Favorites working a little better 2023-03-06 13:19:49 -07:00
59c4070733 Et2LinkList: Fire change event when link is removed
Avoid error if instance manager is missing
2023-03-06 13:19:49 -07:00
db5be59ed0 Home: WIP home now shows stuff again 2023-03-06 13:19:48 -07:00
7d75c902d5 Revert "Et2LinkList: Fire change event when link is removed" committed to wrong branch
This reverts commit a35d3d8778.
2023-03-03 15:10:16 -07:00
b2c4b09b4a Revert "Home: WIP home now shows stuff again" committed to wrong branch
This reverts commit 33058c4744.
2023-03-03 15:09:53 -07:00
a35d3d8778 Et2LinkList: Fire change event when link is removed
Avoid error if instance manager is missing
2023-03-03 14:06:11 -07:00
33058c4744 Home: WIP home now shows stuff again 2023-03-03 13:36:50 -07:00
c485a287bb Let et2Select be clickable on top user menu 2023-03-02 16:46:30 +01:00
a491983694 Et2DropdownButton: If readonly, display / render nothing
does not affect disabled, which still displays as disabled
2023-02-28 13:04:09 -07:00
fe2f36d52f Fix double-bound file drop handler
Fixes double-submit after dropping a second file.  Noticed in mail compose, but probably affects everywhere file widget was used to upload
2023-02-28 13:03:11 -07:00
8d0b1b0234 Fix gantt chart couldn't load data
broken by 2066523.
Loading caused 'Exception "t is undefined" while handling JSON response from ....' deep inside dhtmlx-gantt
2023-02-28 13:02:56 -07:00
49d719e5f6 Et2DropdownButton: If readonly, display / render nothing
does not affect disabled, which still displays as disabled
2023-02-28 11:12:50 -07:00
e62cf4c2f7 Fix double-bound file drop handler
Fixes double-submit after dropping a second file.  Noticed in mail compose, but probably affects everywhere file widget was used to upload
2023-02-28 10:39:10 -07:00
da1b1f6999 Fix gantt chart couldn't load data
broken by 2066523.
Loading caused 'Exception "t is undefined" while handling JSON response from ....' deep inside dhtmlx-gantt
2023-02-28 09:05:49 -07:00
f313f07cdb Some styling fixes for mobile view:
- fix broken Addressbook's avatar in view and edit mode
- fix buttons with icon not getting white filter
2023-02-28 15:46:55 +01:00
057afb8623 Some styling fixes for mobile view:
- fix broken Addressbook's avatar in view and edit mode
- fix buttons with icon not getting white filter
2023-02-28 13:06:52 +01:00
86b883951a Add isReady flag to etemplate. onchange functions set as attributes in .xet files will not be called until the etemplate is finished loading. 2023-02-27 15:31:07 -07:00
0117c4bde3 Move client-side holidays cache to MODULE_GLOBAL egw.holidays(year) 2023-02-27 15:15:36 -07:00
635780d7d4 Et2LinkTo: Fix linking to existing file in VFS did not do anything
Onchange was not being set
2023-02-27 13:25:47 -07:00
ce141fa152 Disable file drag and drop so normal drag and drop in filemanager works properly 2023-02-27 11:17:23 -07:00
a8dd625a61 register old-hbox client-side and all old-*box on server-side 2023-02-27 09:57:21 +01:00
2dc78de2c1 Support deprecated get values method for ET2Select_ro 2023-02-27 09:56:39 +01:00
206652307b Et2Date fixes
- Fix mobile get / set value was not actually setting value properly
- Set a minimum input width
2023-02-24 11:58:16 -07:00
ab812c8dec Just the timer dialog gets timesheet color, leave others alone 2023-02-23 10:12:21 -07:00
a48a3eb3c1 add ES2020 check to login page and move it outside egw_ready (no longer allowing to translate the message) 2023-02-23 14:00:37 +01:00
41cbb68de0 Et2Select: Fix extra scrollbar with rows=1, multiple, hover lots (> 8 or so) of rows 2023-02-22 16:23:56 -07:00
4311eebdc9 Et2Dialog: Fix missing button alignment 2023-02-22 14:51:21 -07:00
cd22b9aad6 Slow down tab switch on drag
Avoid another tab being moved underneath the cursor if the target tab has different sidebox menu width, triggering another tab switch
2023-02-22 14:31:41 -07:00
24570cd438 Let sl-button-group deals with blur and focus handling for our Et2DropDownButton widget 2023-02-22 17:56:02 +01:00
f7d44c63cb Enable disabled select options 2023-02-22 09:51:57 -07:00