]> err.no Git - sope/commitdiff
added some more WebDrive WebDAV properties
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 22 Jun 2006 14:33:35 +0000 (14:33 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 22 Jun 2006 14:33:35 +0000 (14:33 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1278 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/DAVPropMap.plist
sope-appserver/NGObjWeb/Version

index 74b06a747407a3cb22af9928154a558206eabd4e..972c595c3e16c79e44fe5fabf1ee99fdf6f6435c 100644 (file)
@@ -1,3 +1,9 @@
+2006-06-22  Helge Hess  <helge.hess@opengroupware.org>
+
+       * DAVPropMap.plist: added three more WebDrive properties,
+         "{DAV:}srt_lastaccesstime", "{DAV:}SRT_fileattributes",
+         "{DAV:}BSI_isreadonly" (v4.5.238)
+
 2006-06-21  Helge Hess  <helge.hess@opengroupware.org>
 
        * DAVPropMap.plist: added WebDrive WebDAV properties: 
index 9b962beac71fe0443abf9f27808d33f0fed81768..8944ef8c01e7d62210751eb7ae0e2da1c921c048 100644 (file)
 
   /* WebDrive 7.10.1475 */
 
-  "{DAV:}srt_creationtime"  = davWebDriveCreationTime;
-  "{DAV:}srt_modifiedtime"  = davWebDriveModificationTime;
-  "{DAV:}srt_proptimestamp" = davWebDrivePropTimestamp;
+  "{DAV:}srt_creationtime"   = davWebDriveCreationTime;
+  "{DAV:}srt_modifiedtime"   = davWebDriveModificationTime;
+  "{DAV:}srt_proptimestamp"  = davWebDrivePropTimestamp;
+  "{DAV:}srt_lastaccesstime" = davWebDriveLastAccessTime;
+  "{DAV:}SRT_fileattributes" = davWebDriveFileAttributes;
+  "{DAV:}BSI_isreadonly"     = davIsReadOnly;
   
   /* Nautilus DAV support */
   "{http://services.eazel.com/namespaces}nautilus-treat-as-directory" = 
index 1d4c95973ebaa16406bf6a360d8632250c3bc618..7cf5239cc05f8b99c5cc9a92a35e44b259dbc1d7 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=237
+SUBMINOR_VERSION:=238
 
 # v4.5.234 requires libDOM          v4.5.21
 # v4.5.214 requires libNGExtensions v4.5.179