Monotone-Parent: 863c571be4782f1a0a91daa6a3747c901ac69aaa

Monotone-Revision: 57e11c311296e70140960bcd3420fad8473f5342

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-20T12:37:09
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-08-20 12:37:09 +00:00
parent 3c426c52cf
commit 8ac94ac581
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
2010-08-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoFolder.m (-davEntityTag): we no return a
pseudo etag for collections for compatibility with the broken
Apple clients.
2010-08-19 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/generic.js (showConfirmDialog): new
+5
View File
@@ -242,6 +242,11 @@
/* WebDAV */
- (NSString *) davEntityTag
{
return @"\"None\"";
}
- (NSString *) davContentType
{
return @"httpd/unix-directory";