]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/ChangeLog
improved query string handling
[sope] / sope-appserver / NGObjWeb / ChangeLog
index af8f40c1149550a3425bf8fb507764680722d3a4..fbe97e3c60263b95c0ee7bbcb757e146016b987a 100644 (file)
@@ -1,3 +1,104 @@
+2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.173
+       
+       * DynamicElements/WOFileUpload.m: improved debug logging
+       
+       * DynamicElements/_WOComplexHyperlink.m: minor code cleanups
+       
+       * WOElement.m: improved handling of query parameters (now handles
+         arrays of form values)
+
+2005-07-13  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WebDAV/SoObject+SoDAV.m: changed not to return an etag per default
+         (must be overridden by subclasses!) (v4.5.172)
+
+2005-07-11  Helge Hess  <helge.hess@opengroupware.org>
+       
+       * v4.5.171
+       
+       * WOComponentRequestHandler.m: stabilized session handling to properly
+         deal with expired sessions and URLs without element-ids
+       
+       * WORequestHandler.m: properly register logger bound to
+         'WODebuggingEnabled' as debugLogger, not as the regular logger
+       
+2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SoObjects/SoHTTPAuthenticator.m: deprecated -authRealm, replaced with
+         -authRealmInContext: (v4.5.170)
+
+       * WOComponent.m: added support for WODebugTakeValues (v4.5.169)
+
+2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WebDAV/SoObjectWebDAVDispatcher.m: fixed an issue when trying to call
+         a WebDAV method on an object (v4.5.168)
+
+2005-06-26  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.167
+       
+       * WebDAV/SoWebDAVRenderer.m: improved reliability by checking the class
+         of OPTIONS method results, deprecated array results
+       
+       * WebDAV/SoObjectWebDAVDispatcher.m: when receiving an OPTIONS request,
+         the dispatcher will try to invoke a method with the same name on the
+         object. If none is available, the dispatcher checks supported methods
+         and DAV compliance classes
+       
+       * WebDAV/SoObject+SoDAV.m: added method to determine the WebDAV
+         compliance classes supported by an object
+         (davComplianceClassesInContext:). The method now only returns class 2
+         if the object returns a lock manager object. Also moved the 'allowed'
+         processing to the object (-davAllowedMethodsInContext: method)
+
+2005-06-24  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SoObjects/SoProductRegistry.m: fixed product lookup on MacOSX with
+         GNUstep environment (v4.5.166)
+
+2005-06-23  Stephane Corthesy  <stephane@sente.ch>
+
+       * v4.5.165
+
+       * WOComponent.m: -synchronizesVariablesWithBindings now returns NO if
+         the component is stateless (-isStateless returns YES)
+         
+       * WOComponent.m: -frameworkName now returns 'nil' if the component is
+         located in the main bundle (this might affect resource lookups)
+         
+       * WOComponent.m: +templateWithHTMLString:declarationString:languages:
+         is now a class method like in WO
+         
+       * WOComponent.m: -pathForResourceNamed: now checks whether a session
+         is available and otherwise uses the browserLanguages array to
+         perform a languages lookup
+
+2005-06-10  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WEClientCapabilities.m: fixed a typo (v4.5.164)
+
+2005-06-02  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WebDAV/SoObjectWebDAVDispatcher.m: prepared MKCALENDAR method
+         (v4.5.163)
+
+2005-06-01  Helge Hess  <helge.hess@skyrix.com>
+
+       * v4.5.162
+
+       * WebDAV/SoObjectWebDAVDispatcher.m: minor code cleanups, added support
+         for PROPFIND without content (treated as <allprop/>)
+
+       * WebDAV/README: added content to the README
+
+2005-05-30  Helge Hess  <helge.hess@skyrix.com>
+
+       * SoObjects/SoProductClassInfo.m: allow plain string values for slots
+         in product.plist (v4.5.161)
+
 2005-05-05  Helge Hess  <helge.hess@opengroupware.org>
 
        * WEClientCapabilities.m: added Perl HTTP::DAV as a known WebDAV user