mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user