nathangray
eda34d67b3
Fix some typescript bugs
...
- Don't default dialog width so the automatic calculations run
- Setting etemplate_exec_id after load doesn't work, moved to passing it in. Fixes several file select issues
2020-04-09 14:26:57 -06:00
nathangray
bac1ff5a1d
Port b6020ad
from asig2016 to master
2020-04-09 12:39:16 -06:00
Hadi Nategh
99a9513236
Fix positon option in et2_dialog widget
2020-04-07 14:51:46 +02:00
Hadi Nategh
be7d045e1d
Add requireInteraction option into notification class
2020-04-06 17:24:48 +02:00
nathangray
abdffc12a0
Fix typescript conversion bug breaking mobile list view
2020-04-01 13:46:05 -04:00
nathangray
d24c6f2b7d
Avoid error if extra parameter is not set
2020-03-31 10:21:26 -06:00
Ralf Becker
038c1c811c
fix not closed spinner for application names with a dot
2020-03-31 13:03:31 +02:00
nathangray
b27387009d
Fix toolbar actions with no group were missing
2020-03-30 14:25:24 -06:00
Ralf Becker
3750711cdf
* OpenIdConnect/OAuth: manage access and display OAuth apps inside EGroupware
2020-03-30 21:03:19 +02:00
nathangray
c19502ce5b
Fix nextmatch row expansion not properly displaying children
2020-03-30 12:28:48 -06:00
nathangray
cd530e6af0
Fix missing column headers after changing nm row template
2020-03-30 12:22:07 -06:00
nathangray
1da1cb7b99
Fix legacy options not being read for some widgets
2020-03-30 10:28:48 -06:00
nathangray
22f498d6e2
Try to fix navigation issues in file select popup
2020-03-25 13:48:04 -06:00
nathangray
7163acfe1d
* Add action to share filemanager folder (readonly) with hidden upload folder
2020-03-24 20:34:04 -06:00
nathangray
3350f3a024
Some fixes for tile view after Typescript conversion
2020-03-23 10:05:46 -06:00
nathangray
34ec346821
Fix favourites (& probably some more inherited stuff) broken by TypeScript conversion
...
Note that any properties declared in a sub-class aren't generally available until after the super() call is done, i.e. in the super constructor they're undefined.
2020-03-20 11:38:38 -06:00
nathangray
c04915ae09
Etemplate: Fix nextmatch printing failed after TypeScript conversion
2020-03-18 10:36:14 -06:00
nathangray
83fd11f7c7
Fix bug in nm rowProvider preventing some re-ordered columns from getting their value
2020-03-17 10:32:45 -06:00
Hadi Nategh
b2c60f5667
Fix searchbox messed up DOMNode
2020-03-17 15:56:56 +01:00
nathangray
5af17679f3
Fix some missed free() calls
2020-03-16 14:27:57 -06:00
nathangray
298d0618e6
Etemplate: Add 3 minute nextmatch refresh option
2020-03-13 11:49:36 -06:00
nathangray
b8c6d52d29
Merge feature/improve_nm_performance changes in
2020-03-11 10:56:51 -06:00
Hadi Nategh
625c3eb73c
Fix htmlarea being initiated twice
2020-03-11 14:54:47 +01:00
Hadi Nategh
d6c2a4aa0b
Convert tracker app.js to TS
2020-03-09 16:12:49 +01:00
nathangray
aa87e60f10
Etemplate: Fix customfield widget bug "Cannot read property ... of undefined"
2020-03-05 15:37:42 -07:00
Hadi Nategh
a79280e78c
Fix error egw_keymanager_js_1.egw_keyHandler is not a function
2020-03-05 14:53:50 +01:00
Hadi Nategh
0cc7ce12d0
merge master
2020-03-05 14:45:25 +01:00
Hadi Nategh
4ae4b4027b
Remove extra semicolons
2020-03-05 13:25:52 +01:00
Ralf Becker
65294a3e19
fix error on window closing in Chrome 80+
...
caused by Chrome 80+ no longer allowing to send a synchronious ajax request from beforeunload handler, using sendBeacon (async request with keepalive=true) instead
2020-03-02 10:43:19 +01:00
Hadi Nategh
b47a0917d2
Add getController method to get access to nm controller object
2020-02-28 14:45:58 +01:00
Hadi Nategh
2cc2f198d4
Some fixes for egw_action and egw_global
2020-02-28 14:41:17 +01:00
nathangray
0f898acbb2
Fix action bugs where actions were not properly linking
2020-02-27 11:54:55 -07:00
nathangray
251f09d28b
Fix taglist onchange & onclick handlers were not parsed into javascript
2020-02-27 11:51:43 -07:00
nathangray
bdc99ab30c
Increase visibility of tooltipElem so children can access it too
2020-02-27 11:50:04 -07:00
nathangray
b03e8d167e
Update some parameter types
2020-02-27 11:44:34 -07:00
Hadi Nategh
e48000d149
Convert vfsSelectUI to TS
2020-02-26 12:19:17 +01:00
nathangray
de426e1232
Some types & fixes
2020-02-25 09:05:32 -07:00
nathangray
49493a6af8
Convert etemplate2 to typescript
2020-02-24 15:16:40 -07:00
nathangray
f0392bc4e8
Add missing destroy()
2020-02-24 15:15:24 -07:00
Hadi Nategh
b7403af93f
Fix expose class and its derived widgets
2020-02-20 17:46:53 +01:00
Hadi Nategh
8d85b50ded
* Html Editor: Add fullscreen feature into html editor
2020-02-20 16:07:00 +01:00
Hadi Nategh
9a4f2d1e69
Convert expose to TS and apply it to all exposable widgets
2020-02-19 17:14:44 +01:00
Ralf Becker
2d5012d208
add extra_link_target attribute to r/w link-entry to allow opening link in new tab (for mserver)
2020-02-16 11:31:32 +01:00
Ralf Becker
5231240f52
add extra_link_target attribute to r/w link-entry to allow opening link in new tab (for mserver)
2020-02-16 11:08:28 +01:00
Hadi Nategh
9d71b21d0f
Commit missing js part from et2_link
2020-02-14 10:07:35 +01:00
nathangray
9cb1abc3c0
Fix readonly bug, reduce DOM changes when setting format
2020-02-13 11:56:52 -07:00
Hadi Nategh
4ef29c0c1a
Convert et2_core_xml to TS
2020-02-13 15:53:12 +01:00
Hadi Nategh
5d11d6f34b
Convert et2_extension_itempicker_actions to TS
2020-02-13 15:45:23 +01:00
Hadi Nategh
c9abe89184
Convert et2_widget_ajaxSelect to TS
2020-02-13 15:39:10 +01:00
Hadi Nategh
fe038b7790
Fix some params in egw_action
2020-02-13 15:28:01 +01:00