Commit Graph

4802 Commits

Author SHA1 Message Date
440e2348a6 Do not trigger autocomplete fix if the browser is Safari and there's an input with type password, since the Safari does not respect autocomplete = off
- Fix password autofill issue in compose dialog
2015-09-24 07:34:04 +00:00
f8f586eeab Do not die if select custom field is not fully set up 2015-09-22 16:05:27 +00:00
9c699bc8e2 Do not give an error about selecting contacts when there is no action.
r53709: Fix admin changing their columns set the default for all users
2015-09-22 16:03:33 +00:00
c4af049ac9 A hack for toolbar widget to get fixed existing toolbar preferences and keep working with new actions 2015-09-18 13:45:52 +00:00
88a967371d Set autocomplete attribute so browsers can put the data in the right place (fixes problem with autofill went into address line 2) 2015-09-09 14:20:14 +00:00
6e973a0804 Fix etemplate request getting destroyed even though attribute changed 2015-09-03 14:58:26 +00:00
26623dac40 Fix opening linked directories gave error instead of opening in filemanager 2015-09-02 20:13:51 +00:00
187406187b Fix mail's send button does not work in some occasions:
- CKEditor has its own submit handler which was making conflict with our autocomplete submit
2015-09-01 13:38:22 +00:00
e93962c85e if pdf-thumbnail-creation is not available, generate a single scaled-down pdf-icon and backported other thumbnail stuff from trunk 2015-08-27 09:32:06 +00:00
07835ec446 fixing regression in search in ACL popup for a pattern with non-ascii chars (r53252 and r53376) 2015-08-21 09:18:50 +00:00
c2c2e907a7 pending Frensh and Spanish translations from our translation server 2015-08-20 07:21:07 +00:00
05f2aed6e1 * Admin: fix SQL error when searching in access rights popup (probably other places too) 2015-08-13 12:55:31 +00:00
6d9f083874 * All Apps: Implement drag and drop file from desktop into htmlarea 2015-08-12 14:58:00 +00:00
df179a3859 * Mail/tree: Performance improvement for mail index folderTree
- Autoloading mail folders when show all folders is on (performance improvement)
- Get folder status for opened folders only (performance improvement)
- Styling hovered over mail folder
2015-08-12 13:27:57 +00:00
6f52ff858c Automatically expand to multiple rows if the option is set and value is multiple so we don't lose part of the value 2015-08-11 22:28:00 +00:00
c770021acb Automatically expand to multiple rows if the option is set and value is multiple so we don't lose part of the value 2015-08-11 22:26:49 +00:00
8d7fc2000b Send response as second param into callback for long_task dialog 2015-08-11 16:23:34 +00:00
c262fb2ad0 Fix for losing actions if they are re-linked to a new actionObject 2015-08-11 15:44:42 +00:00
80b2e2b244 Fix for losing actions if they are re-linked to a new actionObject 2015-08-11 15:37:20 +00:00
476606d6cb Add highlighting attribute into widget tree 2015-08-11 09:53:42 +00:00
d41c593fe5 Fix actionManager mismatch, causing missing action error on reload 2015-08-10 15:43:21 +00:00
ae95e934a8 Add multiple marking (multiselection) to folder widget, and dhtmlxtree:
- Attribute name: multimarking, default value: false
2015-08-10 15:35:44 +00:00
a2b96f0c9c WIP image upload via drag into ckeditor 4.5: DO not trigger et2_file uplaod if it is an type image and let CKEditor handles it 2015-08-07 15:22:20 +00:00
9ede2c0b70 WIP image upload via drag into ckeditor 4.5 2015-08-07 14:18:07 +00:00
9903a5f926 Calendar et2 conversion work in progress.
- Home favorites with context menus
2015-08-05 21:24:07 +00:00
504e4ff725 * Admin: fix SQL error when search contains a non-ascii character 2015-07-29 10:35:26 +00:00
b799107de5 * Admin: fix SQL error when search contains a non-ascii character 2015-07-29 10:35:01 +00:00
b3611a8dfd Remove popup account selection option 2015-07-28 19:08:17 +00:00
c6620e2115 Prevent column selection preference from being reset, fixes forced columns don't stay forced. 2015-07-28 14:34:33 +00:00
ba03f02571 Fix wrong encoded autoloading url 2015-07-28 13:08:16 +00:00
c3e9afc85a Add nocheckbox option into tree widget to instruct the component not to render checkbox for the relevant item 2015-07-28 13:04:53 +00:00
a5f347d484 Send back to server both checked and unchecked values if autoloading is used 2015-07-28 13:04:19 +00:00
422a341513 Do not force tree node to state of open if we are using autoloading 2015-07-28 13:03:17 +00:00
8285fb7666 Correct the value of checked option from previous commit 2015-07-28 13:02:12 +00:00
8d424171ae Add checked option to tree widget 2015-07-28 13:01:32 +00:00
76296180b8 added more docu and some constants with sane names 2015-07-28 13:01:07 +00:00
3d765ac00f MAil tree W.I.P.:
-Enhancements in folder array
-Fix wrong encoded autoloading url
2015-07-28 12:47:02 +00:00
03d3f7924f Make sure link_entry & file_upload are still present before trying to destroy them.
Fixes hidden error when calling etemplate2.clear() with read-only link widgets.
2015-07-27 17:26:31 +00:00
a0c38411e9 Make sure link_entry & file_upload are still present before trying to destroy them.
Fixes hidden error when calling etemplate2.clear() with read-only link widgets.
2015-07-27 17:16:11 +00:00
ed9204103c * Addressbook: custom fields of accounts enabled via own-account-acl were not editable 2015-07-27 16:53:19 +00:00
af157c3218 * Addressbook: custom fields of accounts enabled via own-account-acl were not editable 2015-07-27 16:52:55 +00:00
ea0663d531 Prevent column selection preference from being reset, fixes forced columns don't stay forced. 2015-07-27 15:24:27 +00:00
ce9c1187bf Add nocheckbox option into tree widget to instruct the component not to render checkbox for the relevant item 2015-07-27 13:34:38 +00:00
a394a53d8b if db-object passed to so_sql_cf, use that also for querying custom-fields 2015-07-27 13:24:18 +00:00
6110c34aaa if db-object passed to so_sql_cf, use that also for querying custom-fields 2015-07-27 13:17:03 +00:00
310c241ca4 Send back to server both checked and unchecked values if autoloading is used 2015-07-24 13:33:27 +00:00
e3fb882eba Do not force tree node to state of open if we are using autoloading 2015-07-23 10:33:01 +00:00
466eea3cbc Correct the value of checked option from previous commit 2015-07-22 10:06:30 +00:00
ae4fa08e80 Add checked option to tree widget 2015-07-22 10:04:24 +00:00
6001f9e189 Updates etemplate2.dtd file including latest changes of widgets 2015-07-21 09:09:50 +00:00