]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/ChangeLog
fixed a bug in selector processing
[sope] / sope-appserver / NGObjWeb / ChangeLog
index ceecba9049d12b903384c2e17e6646718bcf4f1f..9b96516f9074e6387f35611d785ec2e30a8db91b 100644 (file)
@@ -1,3 +1,63 @@
+2004-10-11  Helge Hess  <helge.hess@opengroupware.org>
+
+       * 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  <helge.hess@opengroupware.org>
+
+       * NGHttp: fixed umlaut decoding on MacOSX, removed some unused code
+         (v4.3.58)
+
+2004-10-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * 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  <helge.hess@opengroupware.org>
+
+       * 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  <helge.hess@skyrix.com>
 
        * WebDAV/SoObjectWebDAVDispatcher.m: added more debug output (v4.3.53)