X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-appserver%2FNGObjWeb%2FChangeLog;h=9b96516f9074e6387f35611d785ec2e30a8db91b;hb=4b1424b2e3d638ecb293799b7534964fdbd75060;hp=cb96f497dae68d245c08dfbd53821db37cb755aa;hpb=43298455a36f612ccafa5cebb237b75d28300b1a;p=sope diff --git a/sope-appserver/NGObjWeb/ChangeLog b/sope-appserver/NGObjWeb/ChangeLog index cb96f497..9b96516f 100644 --- a/sope-appserver/NGObjWeb/ChangeLog +++ b/sope-appserver/NGObjWeb/ChangeLog @@ -1,3 +1,80 @@ +2004-10-11 Helge Hess + + * SoObjects/SoObjCClass.m: fixed a bug in "Action" selector processing + (v4.3.62) + + * v4.3.61 + + * SoObjects/product.plist: properly export SoActionInvocation + + * SoObjects/SoProductClassInfo.m: fixed product.plist class name entry + for action invocations + + * SoObjects/SoPageInvocation.h: fixed header file (install include and + compile include differ :-|) (v4.3.60) + + * v4.3.59 + + * SoObjects/SoProductClassInfo.m: added support for action invocations + (triggered by either 'actionClass' or 'directActionName' key in + product.plist) + + * SoObjects/SoPageInvocation.m: moved most of the implementation to a + new SoActionInvocation class which can invoke WODirectAction objects + +2004-10-10 Helge Hess + + * NGHttp: fixed umlaut decoding on MacOSX, removed some unused code + (v4.3.58) + +2004-10-08 Helge Hess + + * WebDAV/SoObjectDataSource.m: ensure that the child key used for + lookup is a string (eg if toOneRelationshipKeys returns NSNumber's + as values) (v4.3.57) + + * WebDAV/SoObjectDataSource.m: minor optimization to URL generation + (v4.3.56) + + * v4.3.55 + + * WebDAV/SoObjectResultEntry.m, WebDAV/SoWebDAVRenderer.m: improved + debugging and error detection facilities + + * WebDAV/SoObjectDataSource.m: fixed URL construction on Cocoa + Foundation (you cannot use NSPathUtilities to work on URLs with that + Foundation) + + * WEClientCapabilities.m: added Goliath as a known (WebDAV) user agent, + added -isRSSClient method + +2004-10-07 Helge Hess + + * v4.3.54 + + * WebDAV/SoObject+SoDAV.m: -isCollection now also checks whether + objects are contained in the toManyRelationshipKeys collection + + * WebDAV/SoObject+SoDAVQuery.m: -davChildKeys now returns the values of + both, -toOneRelationshipKeys and -toManyRelationshipKeys + +2004-10-07 Helge Hess + + * WebDAV/SoObjectWebDAVDispatcher.m: added more debug output (v4.3.53) + +2004-10-04 Helge Hess + + * Templates/WOxElemBuilder.m: moved WOxTagClassElemBuilder to own file + (v4.3.52) + +2004-10-04 Marcus Mueller + + * NGObjWeb.xcode: updated to current build version + +2004-10-03 Helge Hess + + * DynamicElements/_WOComplexHyperlink.m: minor code cleanups (v4.3.51) + 2004-09-30 Helge Hess * WOHttpAdaptor/WOHttpAdaptor.m: print listen address as a string value