+2004-08-26 Helge Hess <helge.hess@skyrix.com>
+
+ * WOComponentScript.m, WOComponentScriptPart.m: removed dependency on
+ NGScripting (disables WOx scripting due to missing backend) (v4.3.15)
+
2004-08-26 Helge Hess <helge.hess@opengroupware.org>
* v4.3.14
_WOStringTable.m \
WOElementID.m \
-# WOScriptedComponent.m \
-
libNGObjWeb_OBJC_FILES = \
$(NGObjWebCore_OBJC_FILES) \
NGHttp+WO.m \
#include <NGObjWeb/WOTemplateBuilder.h>
#include <NGObjWeb/WOComponent.h>
-#include <NGScripting/NSObject+Scripting.h>
#include "common.h"
@interface WOComponentScriptPart(UsedPrivates)
/*
- Copyright (C) 2000-2003 SKYRIX Software AG
+ Copyright (C) 2000-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
#include <NGObjWeb/WOTemplateBuilder.h>
#include <NGObjWeb/WOComponent.h>
-#include <NGScripting/NSObject+Scripting.h>
#include "common.h"
@implementation WOComponentScriptPart
}
- (void)initScriptWithComponent:(WOComponent *)_object {
+#if 1
+ [self logWithFormat:@"ERROR: cannot apply script on object: %@", _object];
+#else
/* fixed on JavaScript, part should have a language ... */
NS_DURING {
[_object evaluateScript:self->script language:@"javascript"
NS_HANDLER
[[self handleException:localException] raise];
NS_ENDHANDLER;
+#endif
}
/* description */
# version file
-SUBMINOR_VERSION:=14
+SUBMINOR_VERSION:=15
# v4.2.413 requires libSaxObjC v4.2.33
# v4.2.341 requires libNGExtensions v4.2.77
<?xml version='1.0' standalone='yes'?>
<var:component
- className="Frame"
- title="name"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:var="http://www.skyrix.com/od/binding"
- xmlns:const="http://www.skyrix.com/od/constant">
-
+ className="Frame"
+ title="name"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:var="http://www.skyrix.com/od/binding"
+ xmlns:const="http://www.skyrix.com/od/constant"
+>
<form var:action="self">
<!-- in this case we need some 'subtags' for configuration ... -->