+2005-07-13 Helge Hess <helge.hess@opengroupware.org>
+
+ * SOGoFolder.m: changed to use plain column names (v0.9.50)
+
2005-07-12 Marcus Mueller <znek@mulle-kybernetik.com>
* SOGoUserFolder.m: forbid access (403) to SOGoGroupFolders if access
}
if ([records isKindOfClass:[NSException class]])
return records;
- return [records valueForKey:@"cName"];
+ return [records valueForKey:@"c_name"];
}
- (NSDictionary *)fetchContentStringsAndNamesOfAllObjects {
NSDictionary *files;
# version file
-SUBMINOR_VERSION:=49
+SUBMINOR_VERSION:=50
+# v0.9.50 requires libGDLContentStore v4.5.30
# v0.9.34 requires libGDLContentStore v4.5.26
# v0.9.26 requires libOGoContentStore v0.9.13
+2005-07-13 Helge Hess <helge.hess@opengroupware.org>
+
+ * ContactsUI/UIxContactsListView.wox, UIxMailContactList.wox: changed
+ to use c_name instead of cName (as required by new GDLContentStore)
+
2005-07-12 Marcus Mueller <znek@mulle-kybernetik.com>
* UIxAppointmentEditor.wox: moved the 'checkForConflicts' button near
<var:foreach list="contactInfos" item="contact">
<tr>
<td>
- <a var:href="contact.cName"
+ <a var:href="contact.c_name"
><var:string value="contact.sn" /></a>
</td>
<td><var:string value="contact.givenname" /></td>
<!-- actual table contents -->
<var:foreach list="contactInfos" item="contact">
<tr class="tableview"
- var:id="contact.cName"
+ var:id="contact.c_name"
onclick="openContact(this, this.id)"
onmouseover="cl_highlight(this)"
onmouseout="cl_lowlight(this)"