Commit Graph

18601 Commits

Author SHA1 Message Date
Klaus Leithoff
778d4c39a0 try to find and open text/vcard attachments as well as text/x-vcard attachments; treat them alike. problem occurred after changing the mime type detection/resolution for VCards from text/x-vcard to text/vcard 2011-12-13 14:34:28 +00:00
Nathan Gray
824829ae3e Fix missing >< when merging to XML, caused by double escaping 2011-12-12 23:28:20 +00:00
Nathan Gray
7bbba04979 Set currentapp to addressbook so existing categories are properly detected 2011-12-12 18:12:15 +00:00
Nathan Gray
fd57cd738c Take field translations from wizard, if available, otherwise leave them alone 2011-12-12 18:11:11 +00:00
Nathan Gray
97c45ff7c8 Fix conditions using custom fields - needed extra query key 2011-12-12 18:06:18 +00:00
Klaus Leithoff
4431a978f5 * eMail: feature to attach the VCard of the current user to every new mail sent via UI 2011-12-12 17:24:52 +00:00
Klaus Leithoff
eb131f6123 improve handling of connection errors, improve handling of supportedAuthMethods 2011-12-12 17:17:47 +00:00
Klaus Leithoff
adbc245a3b improve authMethod handling 2011-12-12 17:14:59 +00:00
Nathan Gray
e272848444 - Fix broken encodings by using export_csv's fputcsv
- Include set charset in HTTP header
2011-12-09 21:08:48 +00:00
Nathan Gray
f765be9748 Changed Startdate & Enddate to Start date and Due date to match UI. 2011-12-09 18:00:40 +00:00
Klaus Leithoff
b41d214e47 improved authentication handling; trying to recover when bestAuthMethod fails, by trying the next best method available 2011-12-09 15:10:20 +00:00
Klaus Leithoff
469ed91581 * API: fixed a reported deprecated warning on logout when using CAS 2011-12-09 11:21:53 +00:00
Nathan Gray
acffb97eb1 Add CP850 to charset list, add configuration option for other available charsets 2011-12-08 16:08:36 +00:00
Nathan Gray
319022aab5 - Fix updates failing because of update time mismatch
- Set default status by type, if not in CSV
2011-12-08 16:07:26 +00:00
Nathan Gray
d5895ae25e Fix some issues with group ownership and adding / updating 2011-12-08 15:59:34 +00:00
Klaus Leithoff
14554a6fd6 * email/sieve: improve connection handling (timeout) 2011-12-08 15:17:02 +00:00
Klaus Leithoff
db6c0b6841 ignore/rebuild cache when retrieving ALL folder objects 2011-12-07 11:07:11 +00:00
Klaus Leithoff
1759838b91 * calendar/esync: active-sync does NOT want calendar owner as participant 2011-12-06 13:59:47 +00:00
Nathan Gray
e4c4ce3d45 fixing an php5.2.x error for ::export... to ->export... - we dont need the static call here anyhow. 2011-12-05 16:14:21 +00:00
Nathan Gray
6032b48c82 * Add ability to create an export definition based on an existing import definition 2011-12-05 16:07:40 +00:00
Nathan Gray
25914c234c * Import/export speed improvements 2011-12-05 16:02:19 +00:00
Nathan Gray
5898109a41 Use PHP's native fputcsv, doesn't appear to cause problems 2011-12-05 15:56:55 +00:00
Nathan Gray
f57b01dd42 Do charset conversion once per line instead of on each field 2011-12-05 15:49:56 +00:00
Nathan Gray
1391b47ea6 Move handling of filter by date from user interface into logic layer 2011-12-05 15:42:32 +00:00
Nathan Gray
c98e614c85 Let browser notification happen if verbosity is low 2011-12-05 15:37:50 +00:00
Ralf Becker
3ca6e6c523 remove old ISS specific redirect code and default of $_SERVER[PHP_SELF] for $url parameter of egw::redirect (not used in current EGroupware) 2011-11-30 20:33:54 +00:00
Nathan Gray
a3d417b318 Wrap attempt at lang in try/catch for if egw.lang() isn't available 2011-11-30 19:50:25 +00:00
Ralf Becker
22034c81e4 quietening permanent error_log 2011-11-30 09:38:18 +00:00
Ralf Becker
973d6b71a0 fixed racecondition in caching translations for installs with multiple instances:
do NOT use automatic callback to cache result, as installing languages in setup can create a racecondition, therefore only cache existing non-instance-specific translations, never cache nothing found === array(), instance-specific translations can and should always be cached!
2011-11-30 09:20:54 +00:00
Ralf Becker
793d14caf3 added some docu 2011-11-30 08:12:15 +00:00
Ralf Becker
61b6dabcdb fixed not working display of validation errors and show them in red 2011-11-29 15:44:51 +00:00
Ralf Becker
f84f2c779b * Addressbook: ablity to mail (multiple) vCard via context menu 2011-11-29 12:09:29 +00:00
Nathan Gray
e927e73560 * Add ability to use browser notifications+popups, when available from the browser 2011-11-28 17:42:35 +00:00
Klaus Leithoff
0b7a080627 transformation of webdav.php urls to vfs where only performed on local urls (starting with /) ToDo: test if the webdav url in question is of our own scope/instance before transforming it to a vfs url 2011-11-26 14:01:49 +00:00
Ralf Becker
34b5845af2 changing french language from "French" to "Français" for *updating* installations 2011-11-25 06:34:56 +00:00
Ralf Becker
5af9d7f5e6 changing french language from "French" to "Français" for *new* installations 2011-11-25 06:31:20 +00:00
Ralf Becker
ba806097e9 Changelog for 11.1.20111124 2011-11-24 15:04:43 +00:00
Ralf Becker
fbe1856c5c * CalDAV: fixed group-invitations got lost (urn:uuid url lost one char with each new import) 2011-11-24 14:37:45 +00:00
Ralf Becker
ec93e57000 log full requests to files directory "$files/groupdav/$user-$agent.log" 2011-11-24 12:21:02 +00:00
Ralf Becker
c5712cd6b5 dont use html5 input type="url", as it requires a scheme (eg. http) 2011-11-24 07:13:06 +00:00
Ralf Becker
ac78cbbdae * CalDAV/CardDAV/GroupDAV new user preference to log requests and responses to Apache error-log 2011-11-23 16:37:43 +00:00
Klaus Leithoff
6ac00a2375 try resizing available listarea / determine some reliable documentHeight for the resizing issues. 2011-11-23 14:04:54 +00:00
Klaus Leithoff
39c6b6ca90 * email: feature for html-mails -> convert images included as link to inline images (attachments to the mail) 2011-11-23 12:43:40 +00:00
Klaus Leithoff
778935ff72 * email: fix for text/html attachment was not recognized (neither in list, nor in preview or display) if it is the one and only part of the mail; preparational function for Link2Attachment feature 2011-11-21 16:33:29 +00:00
Ralf Becker
7efd0f6ff0 * Calendar: fixed groupmembers cant accept/reject group-invitations in listview via context-menu (error: failed because of insufficient rights!) 2011-11-21 14:26:16 +00:00
Klaus Leithoff
638d4c639b fixing an en/de- coding issue, regarding the attaching of an .eml file to the infolog in question when converting an email -with german umlauts within the subject line- to infolog and adding the original email to it. 2011-11-21 12:42:57 +00:00
Ralf Becker
176e81cd1c * ImportExport: allow to select "Old fixed definition" in preference for nextmatch export (disk icon) 2011-11-21 10:10:46 +00:00
Ralf Becker
77647a9d31 only check for class.$classname.inc.php files, when scanning for plugins, as backupfiles postfixing the filename with an other extension stall EGroupware completly (Fatal Error: Can not redeclar class) 2011-11-21 09:51:15 +00:00
Ralf Becker
ae0542eaf7 * Admin: fix white screen (fatal error) when trying to delete a user without home directory 2011-11-21 08:38:54 +00:00
Ralf Becker
924452030b fix for bug #3071: r37248 - new function makes problems in listview/unable to hide field 2011-11-20 09:15:41 +00:00