Commit Graph

4727 Commits

Author SHA1 Message Date
Ralf Becker
504e4ff725 * Admin: fix SQL error when search contains a non-ascii character 2015-07-29 10:35:26 +00:00
Nathan Gray
c6620e2115 Prevent column selection preference from being reset, fixes forced columns don't stay forced. 2015-07-28 14:34:33 +00:00
Hadi Nategh
ba03f02571 Fix wrong encoded autoloading url 2015-07-28 13:08:16 +00:00
Hadi Nategh
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
Hadi Nategh
a5f347d484 Send back to server both checked and unchecked values if autoloading is used 2015-07-28 13:04:19 +00:00
Hadi Nategh
422a341513 Do not force tree node to state of open if we are using autoloading 2015-07-28 13:03:17 +00:00
Hadi Nategh
8285fb7666 Correct the value of checked option from previous commit 2015-07-28 13:02:12 +00:00
Hadi Nategh
8d424171ae Add checked option to tree widget 2015-07-28 13:01:32 +00:00
Hadi Nategh
76296180b8 added more docu and some constants with sane names 2015-07-28 13:01:07 +00:00
Ralf Becker
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
Ralf Becker
ed9204103c * Addressbook: custom fields of accounts enabled via own-account-acl were not editable 2015-07-27 16:53:19 +00:00
Ralf Becker
a394a53d8b if db-object passed to so_sql_cf, use that also for querying custom-fields 2015-07-27 13:24:18 +00:00
Hadi Nategh
4a27ecf94e Fix filemanager expose opens wrong image when the clicked image is from expanded sub foldres 2015-07-17 07:22:43 +00:00
Ralf Becker
aa7857a4a6 do not break buttons in multiple lines 2015-07-15 15:09:55 +00:00
Hadi Nategh
99c67eacc7 Do not reference customfields if they are already read
-Fix second row of infolog customfields in CRM view does not respect nm filters
2015-07-15 12:14:38 +00:00
Hadi Nategh
91a162f8ba Make sure sortable gets send the request to server with correct menuaction, as jsonq always queued the request from home and that may causes wrong redirection. e.g. sortable grid inside an iframe of an application (mail.sieve) 2015-07-14 16:11:45 +00:00
Nathan Gray
01939c6bf6 * Selected favorite highlighting
Now highlights if the current application state matches a favorite, either by click or manually setting the filters.
2015-07-10 18:05:54 +00:00
Nathan Gray
9d5d2944c4 Little fixes to avoid some errors:
- Make sure widget is still there before trying to set its select options
- Make sure expand button is there before trying to remove it
- Only try to set select options if header widget is a select box
- Pass appropriate options into getEntry() so it can return null on not existing keys
2015-07-09 19:15:24 +00:00
Klaus Leithoff
dc78a9987b silence some chitter-chatter of etemplate_new 2015-07-07 12:15:19 +00:00
Ralf Becker
19be03438e fix groupbox to have NO namespace (it was implemented on client-side with and on server-side without namespace before) 2015-07-07 11:38:01 +00:00
Ralf Becker
058ef3e89f * Login/Password: handle forced password change on login page
r53022: visualize not existing ability to unset "must change password on next login", by making it readonly
r53024: change "password about to expire in N days" warning into an once per login info-message (was a redirect to password change)
2015-07-01 17:54:18 +00:00
Nathan Gray
56c7c34c19 If app is not found in get_rows, use the template 2015-06-29 20:39:32 +00:00
Nathan Gray
ebefb71737 Fix nextmatch keyboard actions were operating only on the focused row instead of all selected rows. Fixes CTRL+selecting rows, then deleting removed the unselected row instead of the selected rows. 2015-06-24 15:19:48 +00:00
Hadi Nategh
b53405c973 Add property "data" into taglist-email for setting extra info into taglist item 2015-06-16 15:37:39 +00:00
Hadi Nategh
8c66a10a75 Leave the ckeditor width untouched, only change the height in resize 2015-06-11 11:30:09 +00:00
Nathan Gray
21781271e4 Fix some problems with merging into email files:
- Use correct merge sub-class when merging multiple entries
- Accept merge placeholders in to/cc/bcc fields (displayed as invalid, but still accepted)
- Use merge placeholders to pull addresses from associated entry
2015-06-02 21:21:21 +00:00
Ralf Becker
9b34bf6899 * CustomFields: keep order of select-options (was not working for nummeric values)
fixed #9613: Order of customs field in a selectbox has changed
2015-05-28 11:30:04 +00:00
Ralf Becker
cfccc90025 * Tracker: fix slow rendering of edit popup for hugh number of tracker-user
doublicate check was iterating through all options for each option, causing it to take eg. 25s for 7000 options
2015-05-27 12:18:33 +00:00
Ralf Becker
c7d6dd66d4 remove double schema prefix "vfs://defaultvfs://default/path" 2015-05-27 12:15:53 +00:00
Ralf Becker
ed01f80f24 fix magic suggest to always open a new line (sets width:0) by setting a min-width of 10em 2015-05-26 16:52:01 +00:00
Nathan Gray
3b80346c3a Some date formatting options could not be automatically parsed, so explicitly use user's date & time settings.
Fixes intermittent automatic {{timestamp/date}} placeholder.
2015-05-26 14:33:27 +00:00
Ralf Becker
ee900fbafc ignore CR when comparing textfields for history 2015-05-26 10:50:04 +00:00
Hadi Nategh
ad2d331c86 Do not reinitiate the history log if it is already initiated 2015-05-21 14:27:15 +00:00
Hadi Nategh
809d066496 Fix some IDE warning 2015-05-21 14:25:06 +00:00
Hadi Nategh
dc3e6c12c2 Introduce a checkbox method for toolbar widget in order to be able to get/set checkbox actions
- Function pattern: widget.checkbox(action_id,[value])
2015-05-20 15:48:08 +00:00
Hadi Nategh
6a6f57dfac Long taglist item should not stop taglist being resized in widthways 2015-05-20 15:45:43 +00:00
Hadi Nategh
c8a74f0126 Add missing action icons in compose toolbar, and fix dragging icon has no height 2015-05-20 15:45:18 +00:00
Nathan Gray
f48424de9c * If column information is stored in a favorite, restore it along with the filters
To get column information in the favorite, change the visible columns before you create the favorite.
If the favorite has no column information, the visible columns will not be changed.
2015-05-20 15:23:55 +00:00
Hadi Nategh
84b9f579c7 Add missing action icons in compose toolbar, and fix dragging icon has no height 2015-05-20 10:26:08 +00:00
Nathan Gray
a6ba6ab17e Fix drag and drop multiple files into a subdirectory didn't get all files to the right path 2015-05-19 19:50:52 +00:00
Nathan Gray
69f1fc4696 Fix some problems with merging into email files:
- Use correct merge sub-class when merging multiple entries
- Accept merge placeholders in to/cc/bcc fields (displayed as invalid, but still accepted)
- Use merge placeholders to pull addresses from associated entry
2015-05-19 19:24:02 +00:00
Klaus Leithoff
c217c4a60f fix/avoid warning on NULL sel_options subarray in fix_sel_options 2015-05-19 14:29:19 +00:00
Klaus Leithoff
01fdd4d33a fix/avoid warning on NULL sel_options subarray in fix_sel_options 2015-05-19 14:27:06 +00:00
Hadi Nategh
e544b91429 Do not show the dropdown menu if there is no actions on toolbar "more..." menu 2015-05-15 08:46:30 +00:00
Hadi Nategh
d35a0947d3 Do not show the dropdown menu if there is no actions on toolbar "more..." menu 2015-05-15 08:45:48 +00:00
Hadi Nategh
a7459e57b4 * Etemplate/historylog: Make history log resizable, base on popup window resize 2015-05-13 15:39:40 +00:00
Hadi Nategh
d571dffd20 New approach to history widget resize, considering if the history tab is not active and window is resized 2015-05-13 15:01:30 +00:00
Hadi Nategh
37bc839ea7 Only apply year range to date only widgets, it causes times to break 2015-05-12 08:13:24 +00:00
Nathan Gray
652cec5463 Fix drag and drop multiple files into a subdirectory didn't get all files to the right path 2015-05-11 19:33:57 +00:00
Nathan Gray
439e32e750 Custom fields - implement ajax select widget, add year_range attribute for dates, and bug fixes 2015-05-11 18:22:43 +00:00