See ChangeLog.

Monotone-Parent: 01efda1d10d4f37d07da45531701453a34e0be68
Monotone-Revision: 390f7c206ae4e50ad3d1334c22660aca0c7e31f6

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-05-16T17:13:11
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-05-16 17:13:11 +00:00
parent 829217e667
commit 69367de503
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2010-05-21 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentFolder.m
(-fetchCoreInfosFrom:to:title:component:additionalFilters:): added
c_category field so UIxCalListingActions can fetch it.
2010-05-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/SchedulerUI.js: (newEventDIV): we now add
@@ -2537,7 +2537,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
@"c_creationdate", @"c_lastmodified",
@"c_version", @"c_component", @"c_title",
@"c_location", @"c_orgmail", @"c_status",
@"c_classification", @"c_isallday",
@"c_category", @"c_classification", @"c_isallday",
@"c_isopaque", @"c_participants", @"c_partmails",
@"c_partstates", @"c_sequence", @"c_priority",
@"c_cycleinfo", @"c_iscycle", @"c_nextalarm", nil];