Monotone-Parent: 22b4654cd70bbe3488846e0939147e93e6113c95

Monotone-Revision: dbd490c81ea6cac4c12b2e17661e2fef43219e68

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-06-23T23:41:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-06-23 23:41:25 +00:00
parent 39c9be64db
commit 6ea89d62cd
2 changed files with 18 additions and 4 deletions
+8
View File
@@ -1,6 +1,14 @@
2009-06-23 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoGCSFolder.m (-davSyncCollection:): certain
dav attribute methods do not necessitate additional fields, we
declare their corresponding fields to "". Also, we make sure those
fake fields are not specified in the SQL query and we ensure all
the fields are only requested once each.
* SoObjects/Appointments/SOGoAppointmentFolder.m
(+initialize): we no longer need reportQueryFields nor
reducedReportQueryFields.
(-davCalendarQuery:,-davCalendarMultiget:): automatically include
"c_component" in the requested fields, so that items can be
instantiated properly.