Commit Graph

446 Commits

Author SHA1 Message Date
fe5c7a5186 Make sure the options are typeof array or object 2017-12-04 17:02:34 +01:00
e9de76af7a Set option for num_rows 2017-12-01 11:04:31 +00:00
f45afa1b6b * Etemplate - fix bug preventing Shift + Select until you refresh the app 2017-11-30 10:21:40 -07:00
ad6c143059 Fix various missing translations, found by Stefan Unverricht 2017-11-29 09:58:01 -07:00
546606141e * Addressbook: fix lost picture in upload 2017-11-29 16:25:08 +08:00
dd4ae60fa2 fix avatar/files update issues 2017-11-29 09:58:36 +08:00
2d93c48b75 Some style fixes:
- Missing icons in several dialogs
- Change nextmatch dialog action to use et2_dialog
2017-11-28 15:59:06 -07:00
1f042783f7 Fix select all disables multi-entry actions 2017-11-27 15:06:13 -07:00
105e191920 Translate months too 2017-11-22 11:30:14 -07:00
6477c81097 Translate days of the week 2017-11-22 11:13:35 -07:00
41dece3d57 Merge pull request #26 from filkaris/link-type
Add hook option in case user wants link to display another link
2017-11-22 17:21:41 +01:00
57abd48625 Etemplate - add 'format' option to timestamper to specify the time format 2017-11-21 10:26:54 -07:00
2364a39de0 Avoid error if this.input is not yet set 2017-11-20 09:26:04 -07:00
ffd66b56d7 - Fix typo
- Fix value not re-set after changing select options if value was ''
2017-11-17 10:05:46 -07:00
e6bc7940b3 Etemplate - implement DetachedDOM interface on read-only checkbox, fixes set for every row bug in nextmatch 2017-11-16 10:03:01 -07:00
f9e1e1b2a6 Better handling of target to support custom fields, now switches to the target tab 2017-11-14 10:35:21 -07:00
1b0c1b9960 * Addressbook: Fix avatar icon is doubled if contact has no avatar set 2017-11-13 12:16:08 +01:00
9f2abdd5df Remove special file drop handling on CKEditor for IE, it's no longer necessary. Fix issue of drop none image file on compose HTML area uploads the file twice. 2017-11-09 15:01:41 +01:00
331364810b Fix nextmatch returned null for getDOMNode() if no sender provided
This caused it to appear hidden to etemplate print()
2017-11-07 09:01:31 -07:00
fe583421df Fix mime handler for sharing 2017-11-07 10:49:24 +01:00
df4f4deb1f Etemplate - Make sure to not return an empty string, it will fail when queried 2017-11-03 14:37:46 -06:00
06e41356bd Better handling for thumbnail tooltip if not in nextmatch row 2017-11-03 13:07:02 -06:00
873a2a93d8 Allow multiple mime types 2017-11-03 15:05:35 +01:00
df6898a11c Add discard image to buttons 2017-11-01 11:59:11 +00:00
f6b314949d Add hook option in case user wants link to display another link 2017-10-30 12:52:36 +00:00
f42801236a Override the globalEval to mitigate potential execution of script tag 2017-10-27 17:42:44 +02:00
b381a9aa0c Timestamp widget fixes:
- Remove new line before timestamp
- Fix focus not going to where it should
2017-10-23 12:10:45 +02:00
c88e3b8a69 Disable new button and new action in filemanager when there's no writable right 2017-10-23 12:08:33 +02:00
ff4396030a Fix CKEditor Browse Server button to open vfsSelect 2017-10-20 18:55:22 +02:00
9504bff8ee Fix wrong dialog title for link-to widget 2017-10-17 11:28:03 +02:00
13635fb5b7 Restrict vfsSelectUI submit only to the field availability 2017-10-16 15:03:16 +02:00
81edd22253 Get the right application base on current window context 2017-10-16 11:23:14 +02:00
f779f5ac7f Make sure we get the etemplate_exec_id 2017-10-16 09:34:38 +02:00
7922f41499 Fix file widget readonly is being set correctly 2017-10-13 14:51:45 +02:00
052bef84ce W.I.P vfsSelect Widget:
- Fix upload feature not working
2017-10-13 13:22:45 +02:00
08032dd776 W.I.P vfsSelect Widget:
- Make the dialog bigger
2017-10-12 18:27:27 +02:00
5b76210218 W.I.P vfsSelect Widget:
- Fix mime types not being shown
- Fix name being displayed encoded in save2vfs mail
2017-10-12 17:45:46 +02:00
9154392163 Find the right image 2017-10-12 17:06:17 +02:00
2c721c95b2 W.I.P. VFS Select Widget:
- Add name and dialog_title as new attributes
- Fix SaveToVfs, SaveAttachmentToVfs, SaveAllToVfs in mail
- Fix button tile
2017-10-12 13:19:42 +02:00
4e9ad744cc move use strict out of global scope so it does not affect minifying / concatination 2017-10-12 11:32:18 +02:00
b17a348c1f VfsSelect widget is not depending of filemanager anymore, show it always 2017-10-12 10:17:58 +02:00
8b84f56421 Fix uglify js error, complaining about ES6 syntax 2017-10-12 10:05:26 +02:00
448cc8975f W.I.P of VFS Select widget restructure 2017-10-11 18:27:42 +02:00
f9aec1bf46 Take respective window object into account while building loading_prompt 2017-10-11 15:03:34 +02:00
82dd2cbc11 Fix some bugs in printing:
- Framework was iterating over all app tabs, not just the current one
- Skip hidden etemplate widgets
2017-10-10 10:16:08 -06:00
d78d3834c0 tel: links use no URL encoding according to rfc3966 section-5.1.4 2017-10-09 10:54:32 +02:00
a09ab65973 Fix bug preventing etemplates in iframes from being unloaded 2017-10-05 11:18:09 -06:00
53acbfe3ea Add some documentation 2017-10-05 17:48:43 +02:00
2659ab99ff Merge pull request #20 from filkaris/allow_single_deselect
Allow single deselect for listboxes
2017-10-05 09:28:06 -06:00
eb14b81d51 Handle filemanager links 2017-10-05 17:07:59 +02:00