X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-appserver%2FNGObjWeb%2FChangeLog;h=fbe97e3c60263b95c0ee7bbcb757e146016b987a;hb=19194b8f0b2a6253f8d32a09bc04ecc23e3fc19a;hp=af49508bf85c9194a1acb24f22fb211fc988489d;hpb=e3d4a08f59d9ce90da79bdd3dc94575eed72d3d5;p=sope diff --git a/sope-appserver/NGObjWeb/ChangeLog b/sope-appserver/NGObjWeb/ChangeLog index af49508b..fbe97e3c 100644 --- a/sope-appserver/NGObjWeb/ChangeLog +++ b/sope-appserver/NGObjWeb/ChangeLog @@ -1,3 +1,170 @@ +2005-07-18 Helge Hess + + * 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 + + * 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 + + * 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 + + * 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 + + * WebDAV/SoObjectWebDAVDispatcher.m: fixed an issue when trying to call + a WebDAV method on an object (v4.5.168) + +2005-06-26 Helge Hess + + * 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 + + * SoObjects/SoProductRegistry.m: fixed product lookup on MacOSX with + GNUstep environment (v4.5.166) + +2005-06-23 Stephane Corthesy + + * 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 + + * WEClientCapabilities.m: fixed a typo (v4.5.164) + +2005-06-02 Helge Hess + + * WebDAV/SoObjectWebDAVDispatcher.m: prepared MKCALENDAR method + (v4.5.163) + +2005-06-01 Helge Hess + + * v4.5.162 + + * WebDAV/SoObjectWebDAVDispatcher.m: minor code cleanups, added support + for PROPFIND without content (treated as ) + + * WebDAV/README: added content to the README + +2005-05-30 Helge Hess + + * SoObjects/SoProductClassInfo.m: allow plain string values for slots + in product.plist (v4.5.161) + +2005-05-05 Helge Hess + + * WEClientCapabilities.m: added Perl HTTP::DAV as a known WebDAV user + agent (v4.5.160) + +2005-05-03 Helge Hess + + * Templates/WOApplication+Builders.m: fixed a typo (v4.5.159) + +2005-05-03 Helge Hess + + * v4.5.158 + + * WOWatchDogApplicationMainOSX.m: fixed a gcc 4.0 warning + + * NGHttp, WOImage.m, WOString.m, _WOTemporaryHyperlink.m: fixed Tiger + warnings + + * Templates/WOApplication+Builders.m: fixed an uninitialized variable + on Cocoa (v4.5.157) + +2005-04-25 Helge Hess + + * Templates/WODParser.m: fixed parsing of bool constants (got broken in + v4.5.152) (OGo bug #1360) (v4.5.156) + +2005-04-24 Helge Hess + + * v4.5.155 + + * WOMailDelivery.m: generate \r\n instead of \n when writing to the + sendmail process + + * fixed gcc 4.0 warnings + + * WOHttpAdaptor, WebDAV: fixed gcc 4.0 warnings (v4.5.154) + + * v4.5.153 + + * Templates/WOHTMLParser.m: rewrote parser to use unichar + + * Templates: fixed gcc 4.0 warnings + + * v4.5.152 + + * Templates/WODParser.m: rewrote parser to use unichar + + * DynamicElements, WOResponse+private.h: fixed gcc 4.0 warnings + +2005-04-12 Helge Hess + + * v4.5.151 + + * added generated manpages for all .api files + + * added woapi2man.py, a tool to generate man-pages from .api XML files + (used for describing the bindings of dynamic elements) + +2005-04-12 Helge Hess + + * v4.5.150 + + * fhs.make: install manpages + + * sope-ngobjweb-defaults: fixed a syntax error + 2005-04-05 Helge Hess * DynamicElements/WOPopUpButton.m: added a template so that static