+2005-07-15 Helge Hess <helge.hess@opengroupware.org>
+
+ * SOGoContactFolder.m: fixed a gcc 4.0 warning (v0.9.13)
+
2005-07-14 Helge Hess <helge.hess@opengroupware.org>
* SOGoContactFolder.m: use +globallyUniqueObjectId method from
/* GET */
-- (id)GETAction:(WOContext *)_ctx {
+- (id)GETAction:(id)_ctx {
// TODO: I guess this should really be done by SOPE (redirect to
// default method)
WOResponse *r;
# version file
-SUBMINOR_VERSION:=12
+SUBMINOR_VERSION:=13
# v0.9.12 requires libSOGo v0.9.54
# v0.9.9 requires libGDLContentStore v4.5.26
2005-07-15 Helge Hess <helge.hess@opengroupware.org>
+ * SOGoMailObject.m, SOGoMailBodyPart.m, SOGoDraftObject.m: fixed gcc4.0
+ warnings (v0.9.104)
+
* SOGoMailManager.h: fixed a gcc 4.0 warning (v0.9.103)
2005-07-14 Helge Hess <helge.hess@opengroupware.org>
return [NSNumber numberWithBool:YES]; /* delete worked out ... */
}
-- (id)GETAction:(WOContext *)_ctx {
+- (id)GETAction:(id)_ctx {
/*
Override, because SOGoObject's GETAction uses the less efficient
-contentAsString method.
/* actions */
-- (id)GETAction:(WOContext *)_ctx {
+- (id)GETAction:(id)_ctx {
WOResponse *r;
NSData *data;
NSData *data;
key = [_fetchKeys objectAtIndex:i];
- data = [[result objectForKey:key] objectForKey:@"data"];
+ data = [(NSDictionary *)[(NSDictionary *)result objectForKey:key]
+ objectForKey:@"data"];
if (![data isNotNull]) {
[self debugWithFormat:@"got no data fork key: %@", key];
/* actions */
-- (id)GETAction:(WOContext *)_ctx {
+- (id)GETAction:(id)_ctx {
WOResponse *r;
NSData *content;
# Version file
-SUBMINOR_VERSION:=103
+SUBMINOR_VERSION:=104
# v0.9.96 requires libNGMime v4.5.223
# v0.9.91 requires libNGMime v4.5.222