+2006-11-08 Helge Hess <helge.hess@opengroupware.org>
+
+ * DynamicElements/WOCopyValue.m: fixed an uninitialized local
+ (v4.5.255)
+
2006-11-03 Helge Hess <helge.hess@opengroupware.org>
* v4.5.254
template:(WOElement *)_c
{
if ((self = [super initWithName:_name associations:_config template:_c])) {
- NSDictionary *statVals;
+ NSDictionary *statVals = nil;
self->template = [_c retain];
self->copyValues = OWGetProperty(_config, @"copyValues");
# version file
-SUBMINOR_VERSION:=254
+SUBMINOR_VERSION:=255
# v4.5.234 requires libDOM v4.5.21
# v4.5.214 requires libNGExtensions v4.5.179
+2006-11-08 Helge Hess <helge.hess@opengroupware.org>
+
+ * WETableView/WETableCell.m: fixed a MacOS compilation warning
+ (v4.5.92)
+
2006-09-30 Helge Hess <helge.hess@opengroupware.org>
* WETableView/WETableCell.m: improved sortkey handling for keypathes
# version file
-SUBMINOR_VERSION:=91
+SUBMINOR_VERSION:=92
# v4.5.76 requires libNGObjWeb v4.5.176
# v4.5.75 requires libNGObjWeb v4.5.174
/*
- Copyright (C) 2000-2005 SKYRIX Software AG
+ Copyright (C) 2000-2006 SKYRIX Software AG
+ Copyright (C) 2006 Helge Hess
This file is part of SOPE.
#include "WETableCell.h"
#include "WETableView.h"
+#include <NGExtensions/NSString+Ext.h>
#include "common.h"
-#include <NGObjWeb/NGObjWeb.h>
@implementation WETableCell