Commit Graph

986 Commits

Author SHA1 Message Date
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
Hadi Nategh
e6477f4b50 Convert et2_widget_portlet to TS 2020-02-13 15:27:27 +01:00
Hadi Nategh
effa2c52a3 Convert et2_widget_itempicker to TS 2020-02-13 11:08:12 +01:00
Hadi Nategh
0def94240f Fixes some errors in vfs widget 2020-02-13 10:39:13 +01:00
Hadi Nategh
e1d24055c2 Convert et2_widget_script to TS 2020-02-13 10:25:00 +01:00
nathangray
216ba980a9 Convert to typescript 2020-02-12 15:35:59 -07:00
nathangray
e5895e0cef Deal with some typescript warnings 2020-02-12 15:18:10 -07:00
nathangray
6857c42091 Convert dynheight to typescript 2020-02-12 14:49:22 -07:00
nathangray
ec83c3a181 Color widget 2020-02-12 14:17:33 -07:00
nathangray
5ab4d36830 Fix button onclick attribute was not parsed into javascript 2020-02-12 14:06:09 -07:00
nathangray
69261c3688 Convert style widget 2020-02-12 13:28:49 -07:00
nathangray
8525477b26 Avoid error if AJAX call returns after destruction 2020-02-12 13:21:05 -07:00
nathangray
1d4bcc2cab Add missing destroy() to avoid error when destroying 2020-02-12 13:19:52 -07:00
nathangray
fa95142954 Diff widget 2020-02-12 13:19:21 -07:00
nathangray
7a79bfad93 Make cf prefix a proper constant 2020-02-12 11:32:29 -07:00
nathangray
c3350c8114 Get nextmatch-customfields working 2020-02-12 11:16:34 -07:00
nathangray
fe4eb42fca Fix attributes referencing not-set content evaluated as true 2020-02-12 11:10:52 -07:00
Hadi Nategh
b576476a33 Some fixes for defined types 2020-02-12 11:42:31 +01:00
Hadi Nategh
85082b08f2 Add missing source map comment 2020-02-12 11:33:20 +01:00
Hadi Nategh
7f37ff4942 Some fixes for defined types 2020-02-12 11:29:47 +01:00
Hadi Nategh
c6f491df53 Convert et2_widget_tree to TS 2020-02-12 11:29:03 +01:00
Ralf Becker
20a3dd9fd0 use super.<name>(<arguments>) instead of super.<name>.apply(this, arguments) 2020-02-12 10:37:29 +01:00
nathangray
ee6ac04413 Get historylog widget working 2020-02-11 15:37:33 -07:00
nathangray
8abd587d0e Get customfield widget working 2020-02-11 15:20:01 -07:00
nathangray
77722eb0d5 Fix namespace check 2020-02-11 15:19:33 -07:00
nathangray
2ed6c162f2 Improve return value definition 2020-02-11 15:18:25 -07:00
nathangray
8eebea528d Code style improvements 2020-02-11 11:32:50 -07:00