]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/ChangeLog
fixed OGo bug #894
[sope] / sope-appserver / NGObjWeb / ChangeLog
index c80a01b206d20c460ee19c0d494f6fb6ea7a77bc..06a95e40686292dda1fdfe01fc0e99c5b199ec43 100644 (file)
@@ -1,3 +1,60 @@
+2004-09-09  Helge Hess  <helge.hess@opengroupware.org>
+
+       * DynamicElements/WOBrowser.m: deprecated 'selection' binding and
+         activated 'selections' as requested in OGo bug #894 (v4.3.33)
+       
+       * DynamicElements/WOBrowser.m: deprecated 'string' binding and
+         activated 'displayString' as requested in OGo bug #888 (v4.3.32)
+
+2004-09-09  Frank Reppin  <frank@opengroupware.org>
+
+       * GNUmakefile.postamble: added patch for installing in different
+         install roots (INSTALL_ROOT_DIR prefix variable) (v4.3.31)
+
+2004-09-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WOHttpAdaptor/WOHttpTransaction.m: check whether the simple HTTP
+         parser is to be used using the
+         -shouldUseSimpleHTTPParserForTransaction: method on
+         WOCoreApplication. That way applications which require the parser
+         (like xmlrpcd/ZideStore) can override the default
+         WOHttpTransactionUseSimpleParser default (v4.3.30)
+
+2004-09-07  Helge Hess  <helge.hess@skyrix.com>
+
+       * Defaults.plist: disable WODebugging per default (v4.3.29)
+
+       * WOContext.m: minor code cleanup (v4.3.28)
+       
+2004-09-06  Helge Hess  <helge.hess@skyrix.com>
+
+       * Defaults.plist: enable watch dog per default (use WOUseWatchDog
+         default to disable the watch dog) (v4.3.27)
+
+2004-09-06  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WOResourceManager.m: minor code cleanups (v4.3.26)
+
+2004-09-05  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WOResourceRequestHandler.m: added some debug logging, send a 404
+         instead of a 500 if a resource could not be found (v4.3.25)
+
+2004-09-02  Helge Hess  <helge.hess@opengroupware.org>
+
+       * wo*.make: when copying bundles to the install location, ensure that
+         .svn directories (Subversion tracking dirs) are excluded (v4.3.24)
+
+2004-09-01  Helge Hess  <helge.hess@skyrix.com>
+
+       * WOApplication.m: added a fix to find the appwrapper in flattened
+         environments (v4.3.23)
+
+       * WOCoreApplication.m: search for libNGObjWeb resources in
+         Library/Libraries for compatibility with gstep-make 1.9.2 (Note:
+         this version does _not_ work with the old gstep-make fork anymore!)
+         (v4.3.22)
+
 2004-09-01  Helge Hess  <helge.hess@opengroupware.org>
 
        * fhs.make (move-headers-to-fhs): moved NGHttp headers to FHS root
@@ -6,7 +63,7 @@
 2004-08-31  Helge Hess  <helge.hess@skyrix.com>
 
        * GNUmakefile.preamble: fixed sope-mime library location for gstep-make
-         1.9.2 (v.4.3.20)
+         1.9.2 (v4.3.20)
 
 2004-08-29  Marcus Mueller  <znek@mulle-kybernetik.com>