]> err.no Git - scalable-opengroupware.org/commitdiff
minor improv. for WebDAV
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 7 Oct 2004 23:00:59 +0000 (23:00 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 7 Oct 2004 23:00:59 +0000 (23:00 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@370 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/SOGo/ChangeLog
SOGo/SoObjects/SOGo/SOGoUserFolder.m
SOGo/SoObjects/SOGo/Version

index 7ea1785ea2c40083dfe4457e9c0d4ff8dfb43269..68f1da953cf7169d8287dd779ec1f66237e02b7b 100644 (file)
@@ -1,5 +1,9 @@
 2004-10-08  Helge Hess  <helge.hess@opengroupware.org>
 
+       * v0.9.22
+
+       * SOGoUserFolder.m: do not try to fetch file names in this folder
+
        * v0.9.21
 
        * SOGoContentObject.m: added PUTAction:
index 96752e3452284cb51e86a12fa7fce2f67969f62f..f0ccb776c50eff576ba4c4f92e20a5a4b80d4f5a 100644 (file)
 
 /* WebDAV */
 
+- (NSArray *)fetchContentObjectNames {
+  /* the SOGoUserFolder has no 'files', only subfolders */
+  return nil;
+}
+
 - (BOOL)davIsCollection {
   return YES;
 }
index d5b1826cb73dadd0fa306b4f42054942b22a5d43..4bb2a0be763dcd54d6cb850623d69c8912c48f3d 100644 (file)
@@ -1,3 +1,3 @@
 # $Id: Version 170 2004-08-11 10:45:40Z helge $
 
-SUBMINOR_VERSION:=21
+SUBMINOR_VERSION:=22