+2004-12-18 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * DynamicElements/WORepetition.m: bugfix in -appendToResponse:... for
+ case when only "count" and "index" are set (this didn't work because
+ of erroneous use of -pushCursor/-popCursor) (v4.5.102)
+
2004-12-14 Marcus Mueller <znek@mulle-kybernetik.com>
* NGObjWeb.xcode: minor changes and updated
}
if (debugTakeValues) {
- [[_ctx component]
- debugWithFormat:@"%@<%@>: let template take values ..",
- [_ctx elementID], NSStringFromClass([self class])];
+ [[_ctx component] debugWithFormat:@"%@<%@>: "
+ @"let template take values ..",
+ [_ctx elementID],
+ NSStringFromClass([self class])];
}
[self->template takeValuesFromRequest:_request inContext:_ctx];
#if DEBUG
if (descriptiveIDs) {
if (![[_ctx currentElementID] isEqualToString:self->repName]) {
- [[_ctx session]
- logWithFormat:@"%s: %@ missing repetition ID 'R' !",
- __PRETTY_FUNCTION__, self];
+ [[_ctx session] logWithFormat:@"%s: %@ missing repetition ID 'R' !",
+ __PRETTY_FUNCTION__, self];
return nil;
}
[_ctx consumeElementID]; // consume 'R'
if (self->item) {
[self->item setValue:lItem inComponent:sComponent];
}
- else {
- /* push cursor */
- [_ctx pushCursor:lItem];
- }
/* get identifier used for action-links */
if (self->identifier == nil)
[_ctx deleteLastElementIDComponent]; /* repetition index */
- if (self->item == nil) {
- [_ctx popCursor];
- }
-
//if (self->index) [self->index setUnsignedIntValue:0];
//if (self->item) [self->item setValue:nil];
}
);
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 4.5.100;
+ DYLIB_CURRENT_VERSION = 4.5.102;
FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
FRAMEWORK_VERSION = A;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
);
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 4.5.100;
+ DYLIB_CURRENT_VERSION = 4.5.102;
FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
FRAMEWORK_VERSION = A;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
);
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 4.5.100;
+ DYLIB_CURRENT_VERSION = 4.5.102;
FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
FRAMEWORK_VERSION = A;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
);
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 4.5.100;
+ DYLIB_CURRENT_VERSION = 4.5.102;
FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
FRAMEWORK_VERSION = A;
GCC_PRECOMPILE_PREFIX_HEADER = NO;