Commit Graph

17789 Commits

Author SHA1 Message Date
Ralf Becker
d596587bfe fixed warning: missing argument 3 2011-06-28 13:49:46 +00:00
Klaus Leithoff
c8dbe8937b * eMail: fix behavior for importMessage FolderSelection (additional hierarchyDelimiter) 2011-06-28 08:46:44 +00:00
Ralf Becker
f250a871b1 * Calendar: fixed not working accept/reject of invitations, if participant is in a group with only a freebusy grant
- previouse prevented that, thought we dont know why it was implemented that way
2011-06-26 15:47:55 +00:00
Ralf Becker
7b63f1945e fixed since r29490 not working private attribute 2011-06-26 13:21:26 +00:00
Ralf Becker
bd76d95a20 fixed warning 2011-06-26 12:27:38 +00:00
Jörg Lehrke
7721b608c0 * Fix RRULE parser (UTC fix) - Bug#2991@egroupware.org 2011-06-25 17:48:46 +00:00
Jörg Lehrke
ad291a312f * Fix RRULE parser (2nd part) - Bug#2991@egroupware.org 2011-06-25 14:15:45 +00:00
Jörg Lehrke
4034a0ae0b * Fix RRULE parser - Bug#2991@egroupware.org 2011-06-25 12:13:55 +00:00
Klaus Leithoff
5f175e23fd test on 'null', as json_last_error is a php5.3.x function 2011-06-22 10:48:00 +00:00
Klaus Leithoff
5c0383bac6 * eMail: fix for displayed message body is null: if charset reported is reported not correctly, converting to utf-8 may not succeed as expected, leaving some non utf-8 chars which may lead to problems with json_encode; 2011-06-22 09:53:56 +00:00
Klaus Leithoff
409d8c042c handle possible serialized stationery_active_templates on edit 2011-06-21 15:01:39 +00:00
Klaus Leithoff
f5ac25322a handle stationery_active_templates that may be stored in the database as serialized array, but stored now as comma separated list 2011-06-21 14:47:15 +00:00
Klaus Leithoff
d56f69615e regard addressbook preference to hide accounts or not in ajax search for emailadresses while composing messages, even if accountstorage is the same as the authmechanismn 2011-06-21 13:53:42 +00:00
Klaus Leithoff
a6fc9eb4d9 * eMail: regard addressbook preference to hide accounts or not in ajax search for emailadresses while composing messages 2011-06-21 13:09:39 +00:00
Klaus Leithoff
6c258d1395 remove obsolet code 2011-06-21 11:39:25 +00:00
Klaus Leithoff
57bc46eb87 * eMail: action to undelete/revert single messages that may be marked as deleted in preview or view message mode; using revert icon for that action 2011-06-21 10:51:27 +00:00
Ralf Becker
2ad7f94023 fix exception: calendar_bo::resource_info(NULL) parameter must be scalar, when deleting and afterwards adding a participant 2011-06-21 06:49:41 +00:00
Klaus Leithoff
173cb6e842 * emailadmin: restored capability of storing basic default mail server settings back to config on saving active profiles that are allowed for all apps, groups and users; remove obsolet code 2011-06-20 15:37:19 +00:00
Klaus Leithoff
620c91e755 * emailadmin: restored capability of storing setup mail server settings to first default emailadmin profile (no app, no group, no user) 2011-06-20 10:37:58 +00:00
Ralf Becker
14a86eae9f * CardDAV/GroupDAV: handle deleted contacts, as not existing (404 Not Found) 2011-06-19 09:04:07 +00:00
Ralf Becker
950c7f24fa * CalDAV: handle deleted events, as not existing (404 Not Found) 2011-06-19 08:56:42 +00:00
Klaus Leithoff
e5c80b1044 add authPLAIN Method 2011-06-15 15:32:36 +00:00
Ralf Becker
429c11b222 fixed not created "calendar_purge" job, if 0.5 years is selected 2011-06-15 13:51:04 +00:00
Klaus Leithoff
ef3cbeaac8 try LOGIN first for login to IMAP Server as prefered login method. only use best auth method, if LOGIN is not available: Reason-> some servers do report auth methods that they do not truly support (cram-md5) 2011-06-15 13:04:36 +00:00
Ralf Becker
4fef26e926 * Calendar: warning if user tries to move horizont further then default 1000 days and NOT start moving horizont, to allow adding events after the horizont 2011-06-14 18:46:03 +00:00
Ralf Becker
3ccd187698 * Calendar: added purge interval of half a year 2011-06-14 18:17:22 +00:00
Nathan Gray
56ccefd994 Order link search results by name 2011-06-14 14:33:29 +00:00
Klaus Leithoff
5f9bd5fd98 * eMail: fix bug regarding the poisoning of the message session cache by filter driven execution of getSortedList to validate the SEEN/UNSEEN information 2011-06-14 10:04:32 +00:00
Ralf Becker
cded8a7954 fixing problem under windows: dirname("/something") === "\\", with which EGroupware VFS can NOT work, using now egw_vfs::dirname 2011-06-14 07:33:43 +00:00
Ralf Becker
4547e0f63e * CalDAV/GroupDAV/KDE Akonadi seems to require redundant namespaces, see KDE bug #265096 https://bugs.kde.org/show_bug.cgi?id=265096 2011-06-13 09:11:02 +00:00
Ralf Becker
bed311fd26 * Admin/VFS/LDAP: on saving a group, check if group directory exists and create it if not 2011-06-10 11:01:50 +00:00
Klaus Leithoff
9f714dd88b * eMail: match cid to filename if the attempt to match the cid failed -> extending the fetch attempt even for non cid attachments, when nothing is found within the previous loops 2011-06-10 09:21:14 +00:00
Klaus Leithoff
72a015bf06 * eMail: improving of the fetching of cids; match cid to filename if the attempt to match the cid failed 2011-06-09 13:50:51 +00:00
Klaus Leithoff
e72cd51f8e * eMail: fixed bug for not getting multiple unnamed attachments, while saving a mail to infolog or tracker 2011-06-09 11:14:04 +00:00
Ralf Becker
c42b39a242 Changelog for 10.1.20110608 2011-06-08 14:10:12 +00:00
Ralf Becker
29c5eda728 Changelog for 10.1.20110608 2011-06-08 13:09:47 +00:00
Ralf Becker
77cfac76a1 allow extending class to supply stat of parent 2011-06-08 12:55:50 +00:00
Ralf Becker
1aac4978ef fixed sometimes not working setting of multiple status (timesheet_bo::read($td_id) require ts_id as parameter not array("ts_id" => $ts_id)!) 2011-06-08 11:18:55 +00:00
Ralf Becker
9e7c719b37 consider running in setup (install/update of app) as run by an admin 2011-06-08 11:01:59 +00:00
Ralf Becker
6339b5d1c8 no need to run expensive mb_substr 3 times 2011-06-08 10:42:28 +00:00
Klaus Leithoff
0255244b30 extending (trunk) patch rev32909/34417 (chopped off urls when URI contains umlauts AND mbstring.func_overload is activated): using rawurlencode instead of '%' . sprintf('%02X', ); as ord() only returns the int for the first character in a given string, thus crippling multibyte chars 2011-06-08 10:16:31 +00:00
Ralf Becker
e532c973d3 no need to scan non-directories - gives only warnings ;-) 2011-06-07 07:03:21 +00:00
Ralf Becker
d302dabfa3 italien translation from Ilias Chasapakis from Webtrain 2011-06-06 10:11:03 +00:00
Ralf Becker
1e80d9705d added parameter to run a command after copying checkout to buildroot, eg. to apply a patch or replace some files 2011-06-05 10:32:19 +00:00
Ralf Becker
18d45e9614 nicer workaround 2011-06-03 10:14:59 +00:00
Ralf Becker
a07432d1af * workaround for Fennec bug https://bugzilla.mozilla.org/show_bug.cgi?format=multiple&id=648250 window.(outerHeight|outerWidth|screenX|screenY) throw exception 2011-06-03 09:51:07 +00:00
Ralf Becker
1a728fbd35 missed UA check was caseinsensitiv 2011-06-03 09:09:55 +00:00
Ralf Becker
05d68f98ed mobil browser detection: html::$ua_mobile 2011-06-03 07:49:39 +00:00
Jörg Lehrke
6269714dc8 fix for egroupware.org bug #2824: SyncML ingnored multiline descriptions in infolog 2011-06-02 18:17:52 +00:00
Ralf Becker
61584cd16b * Setup/API: new option to enforce ssl (without specifying a domain in Webserver-URL) 2011-05-31 13:35:09 +00:00