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
Hadi Nategh
e80bd63b06
Bind the load event only once (.one), seems the jQuery(.on)+IE calls load event on an iframe twice
2015-05-28 09:42:16 +00:00
Ralf Becker
6dddf22c88
fix not being able to mount /etemplates (no mount button), once it was unmounted and there are modified templates
2015-05-27 14:40:14 +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
Hadi Nategh
857ae9427a
Do not remove cd=yes from url of an ajax app which has ajax=true
2015-05-27 09:29:33 +00:00
Ralf Becker
701a311904
* EMailAdmin: fixed not shown quote for Cyrus backend (Cyrus returns no used space, if no quota set!)
2015-05-27 07:09:36 +00:00
Ralf Becker
d4961794d6
* Addressbook: visualize own account ACL for non-admin users by making all other fields readonly
...
fixes #9669 - Eigenes Profil ändern
2015-05-27 05:31:41 +00:00
Ralf Becker
c851583081
* Calendar: added deleted timestamp to history, to be able to see who deleted an event and when
2015-05-26 18:34:23 +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
Nathan Gray
90ec79834b
Fix 'Cannot read property...' error when adding an event via context menu
2015-05-26 14:29:30 +00:00
Ralf Becker
ee900fbafc
ignore CR when comparing textfields for history
2015-05-26 10:50:04 +00:00
Klaus Leithoff
92c6d3da49
pending translations from our translation server
2015-05-26 08:58:20 +00:00
Hadi Nategh
dda439f3c7
Do not allow to drag an invalid email address in compose
2015-05-22 15:26:50 +00:00
Nathan Gray
5f9e72e668
Pass full infolog data to check_access(), fixes access errors when importing with info_id
2015-05-21 15:53:09 +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
482f9f6c30
Style selectbox background icon better in preferences dialog
2015-05-21 08:25:10 +00:00
Nathan Gray
89ab122d3a
Avoid deprecated message caused by calling non-static method statically. Fixed by creating an instance to use.
2015-05-20 16:21:25 +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
Ralf Becker
c7765473f3
- fix autosave and save as draft to store encrypted content
...
- fix inline reply to encrypted message to clientside decrypt message and add signature
2015-05-20 07:26:15 +00:00
Nathan Gray
8ade7b3926
Fix 'No project' column filter
2015-05-19 20:58:30 +00:00
Ralf Becker
517286fdab
using now a domain-specific "egroupware" keyring, instead of default "mailvelope", which only works on localhost, plus improved instructions
2015-05-19 20:23:38 +00:00
Nathan Gray
244d538653
Fix not found class, name has changed.
2015-05-19 20:15:13 +00:00
Nathan Gray
8e8a3b7b61
Fix not found class, name has changed.
2015-05-19 20:13:38 +00:00
Nathan Gray
0b0b11c4f0
Fixed custom field select options removed empty label if there was white space after options
2015-05-19 19:59:59 +00:00
Nathan Gray
1beba97dcf
Fixed custom field select options removed empty label if there was white space after options
2015-05-19 19:58:43 +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
Ralf Becker
a480dfc022
Encrypt toggle-button in compose to switch PGP encrypted mail on and off
2015-05-19 18:56:12 +00:00
Hadi Nategh
65adf87c4e
Delay the drag action for d-n-d emails in compose
2015-05-19 16:12:54 +00:00
Hadi Nategh
9dc4cd76b3
Delay the drag action for d-n-d emails in compose
2015-05-19 16:12:28 +00:00
Nathan Gray
a82f7baf2c
Avoid deprecated message caused by calling non-static method statically. Fixed by creating an instance to use.
2015-05-19 14:57:35 +00:00
Klaus Leithoff
d9a5f82334
fix for missing mail_bo::replaceEmailAdresses call. Fix for not supported FromName Attribute in compose/egw_mailer
2015-05-19 14:46:08 +00:00
Klaus Leithoff
77c2b3d9af
fix for missing mail_bo::replaceEmailAdresses call. Fix for not supported FromName Attribute in compose/egw_mailer
2015-05-19 14:44:30 +00:00
Hadi Nategh
052bb60db6
Always display html for openned drafted message
2015-05-19 14:38:54 +00:00
Hadi Nategh
f2793cad97
Always display html for openned drafted message
2015-05-19 14:34:35 +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
bab4de6d16
Apply resized height value to parent container of textarea in compose
2015-05-19 13:30:48 +00:00
Klaus Leithoff
ec180093b4
src:cid url its likely to be urlencoded. so decode, before using it
2015-05-19 10:07:40 +00:00
Klaus Leithoff
50aaafe293
src:cid url its likely to be urlencoded. so decode, before using it
2015-05-19 09:26:08 +00:00
Ralf Becker
38b3122bb8
send OpenPGP/Mime message according to rfc3156, section 4
2015-05-18 19:23:05 +00:00
Hadi Nategh
09fdc8d0fe
W.I.P. mail inline images: Include inline images as inline attachments before send
2015-05-18 11:36:11 +00:00
Ralf Becker
58aaff6b9b
WIP mailvelope API integration:
...
- compose of plaintext mails works now
- display of encrypted mails in preview and display popup
ToDo: html compose, switching html on/off and resize of mailvelope iframe in compose
2015-05-17 19:03:45 +00:00