]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/ChangeLog
added WOMessageUseUTF8 bool default
[sope] / sope-appserver / NGObjWeb / ChangeLog
index e1b2122bd90540f04c543722be1c73dcd9febf74..85143f7dfd1a5305750eb7548de8e4a111e88f32 100644 (file)
@@ -1,5 +1,90 @@
+2004-12-21  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WOMessage.m: added 'WOMessageUseUTF8' bool default to enable UTF-8
+         as the default message encoding (v4.5.104)
+
+2004-12-19  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.5.103
+
+       * WOContext.m: fixed bug in -pushCursor:, first element in newly
+         allocated stack was never set
+
+       * DynamicElements/WORepetition.m: reverted use of -pushCursor/
+         -popCursor for ComplexRepetition, but only in case index is not used.
+
+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
+
+       * WebDAV/WebDAV.xcode: minor changes and updated
+
+       * SoObjects/SoObjects.xcode: minor changes and updated
+
+       * NGHttp/NGHttp.xcode: minor changes and updated
+
+2004-11-25  Helge Hess  <helge.hess@skyrix.com>
+
+       * Defaults.plist: set WOHttpAllowHost per default to ( localhost,
+         localhost.localdomain ) (v4.5.101)
+
+2004-11-24  Helge Hess  <helge.hess@opengroupware.org>
+
+       * DynamicElements/WOForm.m: minor code cleanups (v4.5.100)
+
+2004-11-23  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WORequestHandler.m: properly check whether logger is available
+         prior running debugWithFormat: to avoid excessive logging in OGo
+         (v4.5.99)
+
+2004-11-23  Helge Hess  <helge.hess@skyrix.com>
+
+       * WOComponent.m: reapplied change in v4.2.423 which got lost in some
+         4.5 logging change (v4.5.98)
+
+2004-11-22  Helge Hess  <helge.hess@skyrix.com>
+
+       * v4.5.97
+
+       * WOContext.m: move some categories into main class implementation
+
+       * WORequestHandler.m: bind default logger to WODebuggingEnabled
+
+2004-11-21  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WODirectActionRequestHandler.m: minor code cleanups (v4.5.96)
+
+2004-11-19  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.5.95
+
+       * Defaults.plist: new defaults for NGLogging
+
+       * WOHttpAdaptor/WOHttpAdaptor.m: rewrote transaction logging to use
+         NGLogging. Configuration for transActionLogger is stored in
+         Defaults.plist.
+         NOTE: no profiling has been done, yet - thus the profiling
+         information needs to be updated (a TODO has been placed at the
+         appropriate place).
+
+       * DynamicElements/_WOTemporaryHyperlink.m: added correct cast to
+         circumvent gcc bug (false warning).
+
 2004-11-19  Helge Hess  <helge.hess@opengroupware.org>
 
+       * v4.5.94
+
+       * NGHttp+WO.m: minor improvements to cookie handling
+
+       * WORequestHandler.m: cleaned up cookie adder
+
        * v4.5.93
        
        * WOApplication.m: print a note if debug logging is enabled
 
        * use Version file for install directory location
 
-2004-11-04  Helge Hess  <helge.hess@skyrix.com>
-
-       * branched 4.3 into 4.4 and 4.5
-       
 2004-11-03  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * DynamicElements/*.api: provided formal specifications for all
          dynamic elements in a format borrowed from WebObjects 4.51.
-         (v4.3.83)
+         (v4.5.83)
+
+2004-11-03  Helge Hess  <helge.hess@skyrix.com>
 
+       * branched 4.3 into 4.4 and 4.5
+       
 2004-11-03  Helge Hess  <helge.hess@skyrix.com>
 
        * WOWatchDogApplicationMain.m: disable warning on /etc server defaults