Commit Graph

27507 Commits

Author SHA1 Message Date
f0e2877698 using new Horde_Icalendar class from vendor for CalDAV/CardDAV and iCal import/export instead of old code in phpgwapi/inc/horde 2015-06-24 13:48:14 +00:00
63cd244e97 Set less max-width for category in calendar edit dialog 2015-06-23 14:19:18 +00:00
a90a18d584 Do not let categroy box overlap with alarm table 2015-06-23 12:44:31 +00:00
77e592da0f * Mail: fix sieve rules for moving mails into folder containing non-ascii chars (Dovecot requires sieve rules in utf8, while Cyrus needs utf7-imap) 2015-06-22 18:49:44 +00:00
e3748b2e95 use X-CALENDARSERVER-ACCESS attribute on vCalendar only for CalDAV, not eg. for file export and import 2015-06-22 14:12:56 +00:00
6cc8826732 iCal export should contain only event series and not recurrences, also fixes wrong timezone, if different between user and server 2015-06-22 09:16:20 +00:00
c409247283 fixed not working popups or other javascript related actions in idots sidebox menu, if it is hidden and only shown on click or hover 2015-06-20 08:47:00 +00:00
6be3313d3c * Calendar: iCal export of list-view contains event series and not recurrences, also fixes wrong timezone, if different between user and server 2015-06-19 18:35:20 +00:00
ab6f9f455c * Mail: inline images were not shown in Thunderbird
we need to send a multipart/related with html-body as first part and inline images as further parts
2015-06-19 14:21:18 +00:00
c5d224b87c Fix extra options in alarm time options 2015-06-18 19:12:29 +00:00
e4071323c8 * Mail/compose: Fix mail compose d-n-d for emails and distribution lists 2015-06-16 15:38:47 +00:00
b53405c973 Add property "data" into taglist-email for setting extra info into taglist item 2015-06-16 15:37:39 +00:00
de4a3d90c7 * Mail/inline image:Fix inline image handling for reply/forward mail 2015-06-15 16:55:49 +00:00
0a09f08d72 fixed wrong date for Fronleichnam 2016 for existing instances via DB update script 2015-06-13 06:56:26 +00:00
f1bbdb4e8d fixed wrong date for Fronleichnam 2016 2015-06-13 06:42:15 +00:00
c59538b64b * API/VFS: download as zip; increase the time limit on a small amount of files, as they may hold a big amount of data 2015-06-11 12:32:41 +00:00
8c66a10a75 Leave the ckeditor width untouched, only change the height in resize 2015-06-11 11:30:09 +00:00
92f37ad21c Remove fixed height from grid inside tabs as the tab should only get tab_height not the children 2015-06-11 10:39:10 +00:00
029ec9dcb5 * Setup: support mail authentication without PHP imap extension 2015-06-10 15:45:49 +00:00
f7e15d31c4 Fix a XSS issue in mailto temporary form post method 2015-06-09 16:19:47 +00:00
35a4687e29 * Addressbook: Fix sending many mails from AB to mail compose causes url length limitation error in IE and some webservers 2015-06-09 09:19:31 +00:00
968869e65d fix for imap_rfc822_write_address from imap extension 2015-06-09 08:54:47 +00:00
4c19e714bb load chosen and CKEditor as part of API javascript boundle, as they are used be old eTemplate to and loading only one of the two et2 bundles fails 2015-06-08 14:34:20 +00:00
41b60e9e12 * Mail: correctly quote name / personal part containing German umlauts or special chars when searching for email addresses in compose 2015-06-08 14:28:43 +00:00
db61f288d8 Fix none et2_popup issue in mobile framework 2015-06-08 14:13:55 +00:00
113d415a4e Fix translation and appIcon issue in mail integration 2015-06-03 13:25:22 +00:00
b211d7c4ab Fix mail display print with IE load issue 2015-06-03 12:29:58 +00:00
f246349060 Fix Fatal error: Cannot access self:: when no class scope is active. Happens only in PHP < 5.4 2015-06-03 11:57:51 +00:00
2ecc44147e Changelog for 14.2.20150603 2015-06-03 08:47:42 +00:00
d770bc9784 Add mail integration calendar action into preview toolbar 2015-06-03 08:45:25 +00:00
eb9289f441 Use restore_count variable instead of non-existing length attribute, maybe helps with framework loading. 2015-06-02 21:33:50 +00:00
18db7daa09 Avoid an extra reload from client side (egw.js) if there is no default app set by loading framework with home. 2015-06-02 21:33:41 +00:00
9aac691d91 Make sure get_rows is always set, fixes error when setting forced/default columns 2015-06-02 21:26:46 +00:00
0fb7ed4a24 Fix 'No project' column filter 2015-06-02 21:25:11 +00:00
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
b17616348a * Mobile: fix redirect loop, if template_set was forced to something else then "pixelegg"
- refactored generation of framework object to egw_framework::factory used now in login.php and egw object
- using now $framework->template_dir for *.tpl files of template-sets
2015-06-02 09:15:57 +00:00
09c32908f7 allow for visualization and sorting by the internal-/arrival- date of messages (list only) 2015-05-29 10:54:06 +00:00
652735b505 * EMail: fix to ensure that internaldate (, the internal IMAP storage date/timestamp), is fetched for list of emails and not the current date/time; INTERNALDATE is used and displayed, when header DATE is not set/available 2015-05-28 11:59:40 +00:00
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
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
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
01860bc469 * Mobile: fix redirect loop, if template_set was forced to something else then "pixelegg"
- refactored generation of framework object to egw_framework::factory used now in login.php and egw object
- using now $framework->template_dir for *.tpl files of template-sets
2015-05-27 14:01:32 +00:00
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
82f9190c32 * 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:12 +00:00
c7d6dd66d4 remove double schema prefix "vfs://defaultvfs://default/path" 2015-05-27 12:15:53 +00:00
3156134a31 remove double schema prefix "vfs://defaultvfs://default/path" 2015-05-27 12:15:36 +00:00
857ae9427a Do not remove cd=yes from url of an ajax app which has ajax=true 2015-05-27 09:29:33 +00:00
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
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
2903f1138e * 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:16 +00:00