]> err.no Git - scalable-opengroupware.org/commitdiff
added WebDAV access
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 13 Jul 2005 11:08:36 +0000 (11:08 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 13 Jul 2005 11:08:36 +0000 (11:08 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@734 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/Contacts/ChangeLog
SOGo/SoObjects/Contacts/SOGoContactObject.m
SOGo/SoObjects/Contacts/Version

index 4176cbc0ad7eda876679eabd1a6097e1df19c3ac..8e33884a612f90523b3885f09fbd6d2032e603c1 100644 (file)
@@ -1,3 +1,9 @@
+2005-07-13  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SOGoContactObject.m: removed special GET action, the redirect to
+         'view' seems to be handled by SOPE now. This also makes WebDAV GET
+         work (v0.9.10)
+
 2005-03-20  Helge Hess  <helge.hess@opengroupware.org>
 
        * SOGoContactFolder.m: changed to use GDLContentStore (v0.9.9)
index 1a7c08133a430c97d721a6e47c8a660ffa812300..68d015d0cb31d1c90d1de93a5e77902bf0e94441 100644 (file)
   return [self nameInContainer];
 }
 
-/* GET */
-
-- (id)GETAction:(WOContext *)_ctx {
-  // TODO: I guess this should really be done by SOPE (redirect to
-  //       default method)
-  WOResponse *r;
-  NSString *uri;
-
-  uri = [[_ctx request] uri];
-  if (![uri hasSuffix:@"/"]) uri = [uri stringByAppendingString:@"/"];
-  uri = [uri stringByAppendingString:@"view"];
-  
-  r = [_ctx response];
-  [r setStatus:302 /* moved */];
-  [r setHeader:uri forKey:@"location"];
-  return r;
-}
-
 /* specialized actions */
 
 - (NSException *)saveRecord:(id)_record {
index 34a952b83335ccdee4e2fdcd06ecac6e423e2f90..d383fb7e2169d949d6f411d084ba3b2e9fafd53e 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=9
+SUBMINOR_VERSION:=10
 
 # v0.9.9 requires libGDLContentStore v4.5.26
 # v0.9.5 requires libNGExtensions    v4.5.136