Commit Graph

19839 Commits

Author SHA1 Message Date
85f0c286e5 check if date.timezone is set, report it and set something if not, as it gives tons of errors in install log 2012-06-13 13:38:08 +00:00
78d4c235c5 mangle @ in blockquote cite attribute 2012-06-13 11:11:29 +00:00
3bd50e3e99 * Calendar/esync: control skip notifications (server-side) on client-side calendar edits/add as we introduced the control of client - side notification 2012-06-13 09:48:24 +00:00
fcd9862198 * Calendar/EMail: allow to accept, reject, tentative group invitations (gave error "You are not invited..." previously) 2012-06-12 16:18:44 +00:00
ea157ce34d fix of typos 2012-06-12 16:18:34 +00:00
5c6278629e * eMail/esync: pref to control client-side behavior for calendar notifications; default is to notify only if there is no server-side notification, to avoid double notification with calendar requests (server-side AND client-side) 2012-06-12 15:59:17 +00:00
037ccb85a6 bocalendar_update::email_update_requested() allowing eSync to check if calendar will send a notification according to preferences 2012-06-12 15:44:04 +00:00
d896ff64f8 * Filemanager: fixed clipboard icons had no tooltip (javascript error), fixes my.stylite.de bug #3466 2012-06-12 12:47:18 +00:00
6531bc69d2 * eMail: fix problem with display of ms-outlook 14 calendar requests (text/calendar only) 2012-06-12 10:53:47 +00:00
191ed55bf9 * eSync/API: update access-log action for eSync, run maintenance only on logout and other changes to speed up access/update to huge access-logs, thought indexes on session_php, (account_id,ip,li), (account_id,loginid,li) will help alot, but are postponed for next version 2012-06-12 06:33:36 +00:00
d8520d685b Add placeholders {{folder}} for containing folder, {{folder_file}} for {{folder}}/{{file}} 2012-06-11 14:45:07 +00:00
b971d2d672 * eMail/esync: handle problem in content-type handling when android4 devices sent replies as html 2012-06-11 10:56:45 +00:00
13ae5355ac * Setup/Admin: restoring 10 rows per sql statement to speed up restore 2012-06-10 12:39:08 +00:00
be1ab363a5 allow apps to implement further fsck methods 2012-06-08 16:28:44 +00:00
d6bfcc3add make sure mailbox delimiter is always set with the imap server object after successful connection 2012-06-08 08:12:37 +00:00
8f5d18a316 try to switch off autocompletion of passwords when handling accounts 2012-06-06 15:20:15 +00:00
00a29c8f13 * Api: use autocomplete=off on all etemplate password fields (not all browsers support that), to avoid filling in wrong passwords while administering 2012-06-06 15:09:58 +00:00
7099d009f4 try to switch off autocompletion of usernames and passwords, when handling user defined mail-profiles 2012-06-06 13:17:34 +00:00
920729a0bc replace ctype_digit with is_numeric, as ctype_digit returns false on integers 2012-06-06 10:48:21 +00:00
616fbeec40 update of italian translations provided by Ilias Chasapakis, Webtrain Services 2012-06-06 10:30:00 +00:00
f3b2cc3c46 calendar/email: distinguish between meeting request and meeting reply, while displaying ics 2012-06-06 09:45:44 +00:00
1c63b3a936 * API: upgrade htmLawed from 1.1.10 to 1.1.11 2012-06-06 08:56:12 +00:00
9465e654dd calendar/email: distinguish between meeting request and meeting reply, while displaying ics 2012-06-06 07:54:24 +00:00
3b480bf323 * InfoLog/CalDAV: set status of new tasks to NEEDS-ACTION (not started), if client does not specify a status or completion (was set to DONE before) 2012-06-05 15:18:57 +00:00
202613c771 Fix missing select lookups 2012-06-05 15:14:54 +00:00
6027f58ad9 * email/esync: forcing a cutoffdate of 28 days, when there is no limitation set;
> switch debug from error_log to debug.txt, fix strict warning in call of splitID
2012-06-05 13:21:49 +00:00
6a9e11a4d7 applied fix proposed on devel list, working around "PHP Warning:
Parameter 1 to boinfolog::write() expected to be a reference, value given"
2012-06-05 07:04:25 +00:00
8abb10c5ed when converting HTML 2 Text remove style,head and comment style browser-switch 2012-06-04 14:54:08 +00:00
30f8a711e3 * API: support windows-1256 via iconv and prefer iconv for windows-1252 too 2012-06-04 11:58:44 +00:00
87d0cff8f1 * email/esync: try to improve speed, by using already fetched headers when applicable;
more debug;
always report success on sending client side meeting requests
2012-06-04 11:42:06 +00:00
fda576c01f * email: fix for Helpdesk Issue:3430 (Unstructured display of text when converting email to infolog) 2012-06-04 11:31:39 +00:00
f926ab9c1c * LDAP: allow to specify multiple (space-separated) ldap URLs (eg. "ldap1 tls://ldap2")
added parameter to constructor to throw exceptions instead of echoing error-messages and returning false on ldapConnect
2012-06-04 08:02:02 +00:00
7c2a8bedd9 * Addressbook: fix for postgres error on advanced search in addressbook (Helpdesk 3421) 2012-06-01 12:53:08 +00:00
93be561b13 handle array in NAME parameter of attachment structure 2012-06-01 07:34:22 +00:00
e7d1b64b89 only call replace routines if the string to match occurs 2012-05-31 14:23:56 +00:00
f5c1a067a6 use instance cache for folderstatus to make sure it is available for esync 2012-05-31 11:46:02 +00:00
f87891bb1d try to improve performance (main target here is esync) by using instance cache instead of sessionCache for folderObjects and deletedMessages 2012-05-31 09:17:35 +00:00
0349f92b56 - Update default definitions
- Fix addressbook bug that ignored stop condition
2012-05-30 16:03:41 +00:00
e579a54013 handling of multibyte chars in attribute values of tags in mbstring.func_overload enviroments,
as substr_replace does not have a multibyte func overload function associated.
Thus substr_replace(, '', 0, strlen()) will fall short in the above mentioned enviroments; we use our own bytes-function now introduced into htmLawed
2012-05-30 14:49:21 +00:00
33633cd7a5 attempt of switching from htmlpurifier to htmLawed and replacing kses by htmLawed calls; this is done for performance and resource considerations; still the common call in egw is by html::purify, but htmLawed is doing the work now. let me know if there are issues regarding; if we cannot find issues within EGroupware, we will clean out the related sourcecode of kses and htmlpurifier with the next step 2012-05-30 14:47:03 +00:00
581b7cbd9c stop phpfreechat from attempting to create its tables, as it fails in some enviroments and its done by EGroupware anyway 2012-05-30 08:40:42 +00:00
ed218516d9 Changelog for 11.1.20120530 2012-05-30 08:31:00 +00:00
ec4b0ae9b2 * Timesheet: if linked via ProjectManager, behave identical as if project was set in own GUI, fixed setting project to none to also unset project-title and blur 2012-05-30 08:21:41 +00:00
668d517a39 * Admin: remove session timeout from EGroupware config and read it via ini_get("session.gc_maxlifetime") as config fails for many reasons, if different from php.ini setting 2012-05-29 14:46:44 +00:00
31927c7181 * addressbook/importexport: if there are no export csv definitions for a given user, do not show the csv export option in context menu 2012-05-29 14:00:37 +00:00
fd4d63f4d8 throw exception if there are no app profiles available for export 2012-05-29 11:03:57 +00:00
6150b1ec77 fixed not working save of forced (and probably also default) prefs 2012-05-25 17:49:08 +00:00
3b72aec983 * Fix country name issue during SyncML slowsync (community bug #3146) 2012-05-23 08:53:12 +00:00
61fb406928 Allow anchor tags in OO.o
r39251: Display error from merge, if merge gives error
r39252: Implement pagerepeat tag for html files
2012-05-22 17:54:01 +00:00
541d7539b9 * InfoLog: status filter in index shows now cumulated list of all status translations, if no type is selected (as context menu does too) 2012-05-22 17:42:30 +00:00