Ralf Becker
3c23ce30e0
fixing PHP5.3 deprecated warnings
2009-11-16 09:01:01 +00:00
Ralf Becker
98d4f86f0f
fixing my commit from this morning:
...
- namespaces need to be on a per request basis
- sometimes one level of array indirection to less removed
2009-10-16 13:59:19 +00:00
Ralf Becker
8bc9e7dc87
"improved memory usage to eg. allow to use much bigger addressbooks (with 96MB memory_limit 7500 instead of 2000 contacts) by:
...
- having a single foreach loop (instead of two)
- using references, to NOT copy files array
- going back to chunked encoding (requires change in header.inc.php, see header.inc.php.template)"
2009-10-16 07:55:09 +00:00
Klaus Leithoff
72d662d3c3
work around webdrive bug while deleting folders: pretend we didnt see it, as webdrive does not handle the depth parameter correctly while deleting collections
2009-10-12 14:40:37 +00:00
Ralf Becker
53b5e86323
Fix to get iCal in OS X 10.6 working (again):
...
WebDAV RFC 4918 allows a full url or a path as <D:href>:
http://www.webdav.org/specs/rfc4918.html#ELEMENT_href
Some clients can NOT deal with one or the other:
- KAddressbook (at least in 3.5) can NOT subscribe to addressbooks (it
does not find them) if just a path is used
- iCal in OS X 10.6 generates wrong requests, if a full url is used
2009-09-14 08:48:30 +00:00
Ralf Becker
4f4f58b159
switching off zlib.output_compression for zip archives, as the double compression makes problems eg. with lighttpd
2009-08-26 09:38:51 +00:00
Klaus Leithoff
c39b2e4de1
tackle problems with )( in Filenames
2009-07-30 12:52:59 +00:00
Ralf Becker
907da227e6
merged iPhone CalDAV fixes to 1.6
2009-07-16 16:38:33 +00:00
Ralf Becker
d70874eabf
"applied http://cvs.php.net/viewvc.cgi/pear/HTTP_WebDAV_Server/Server.php?r1=1.73&r2=1.74&view=patch
...
to fix bug #1875 : egw and lighttpd webdav: no put possible"
2009-03-25 07:08:26 +00:00
Klaus Leithoff
67bfda1e3b
filtering for valid messages with the reponse of the IMAP Servers
2009-03-16 09:18:34 +00:00
Klaus Leithoff
d313eb2daf
fixing various webdav problems, regarding pathbuilding
2009-03-09 12:23:47 +00:00
Klaus Leithoff
26555a065c
fixing 2 problems regarding the communication with a dovecotserver. CAPABILITIES and parseStructureCommonFields
2009-03-05 10:43:04 +00:00
Klaus Leithoff
b969464f1e
resolving a cause for a The-mimeparser-can-not-parse-this-message - error, as the bodystructure is not retrieved
2009-02-20 09:12:44 +00:00
Ralf Becker
93202d56ca
creating 1.6 branch
2008-11-24 09:40:19 +00:00