Monotone-Parent: e3fab991f8acdf50ab7d6d504ea815833917dca9

Monotone-Revision: 0262ad6d9f36a6eba330f44333c27b101a5ca0cf

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-05T22:35:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-05 22:35:12 +00:00
parent a8aacc68be
commit 1db0113823
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
2007-03-05 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentFolder.m
([SOGoAppointmentFolder
-fetchCoreInfosFrom:_startDateto:_endDatecomponent:_component]):
see below, the query is adapted consequently.
* OGoContentStore/OCSiCalFieldExtractor.m ([OCSiCalFieldExtractor
-extractQuickFieldsFromTodo:_task]): the field "ispublic" was
renamed to "classification" and can any integer as value.

View File

@@ -807,12 +807,13 @@ static NSNumber *sharedYes = nil;
infos = [[NSArray alloc] initWithObjects:
@"c_name", @"component",
@"title", @"location", @"orgmail",
@"status", @"ispublic",
@"status", @"classification",
@"isallday", @"isopaque",
@"participants", @"partmails",
@"partstates", @"sequence", @"priority", nil];
return [self fetchFields: infos from: _startDate to: _endDate component: _component];
return [self fetchFields: infos from: _startDate to: _endDate
component: _component];
}
- (void) deleteEntriesWithIds: (NSArray *) ids