]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@208 d1b88da0-ebda-0310-925b-ed51d...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sat, 14 Aug 2004 16:12:13 +0000 (16:12 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sat, 14 Aug 2004 16:12:13 +0000 (16:12 +0000)
SOGo/SoObjects/Appointments/ChangeLog
SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m
SOGo/SoObjects/Appointments/Version

index 414d8eb424a0df12487b9f6f3442012eda351f35..eacac779c7220a8056f1feb8430a7becadec6e0e 100644 (file)
@@ -1,4 +1,9 @@
-2004-08-12    <helge@agenor.opengroupware.org>
+2004-08-14  Helge Hess  <helge.hess@skyrix.com>
+
+       * SOGoAppointmentFolder.m: fetch location, isallday, iscycle and
+         partmails fields in -fetchCoreInfo (v0.9.5)
+
+2004-08-12  Helge Hess  <helge.hess@skyrix.com>
 
        * v0.9.4
 
index 3bde4e998ac2c52626a3f308b964a522e7041bf9..320c35e8ec538ea01e1187897ef84e1324b992ae 100644 (file)
@@ -188,7 +188,9 @@ static NSTimeZone *MET = nil;
   
   fields = [NSArray arrayWithObjects:
                      @"uid", @"startdate", @"enddate",
-                     @"title", @"participants", nil];
+                     @"title", @"participants", @"location", @"isallday",
+                     @"iscycle", @"partmails", @"sequence",
+                   nil];
   
   records = [_folder fetchFields:fields matchingQualifier:qualifier];
   if (records == nil) {
index 8ca0a8d0fc2c47575a11d9d97d2fb7252c0febd0..3a46c165479bba38ec2ce1c7c125d0981d06d354 100644 (file)
@@ -1,3 +1,3 @@
 # $Id: Version,v 1.9 2004/05/19 14:30:45 helge Exp $
 
-SUBMINOR_VERSION:=4
+SUBMINOR_VERSION:=5