]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/ChangeLog
bumped Xcode projects to version 4.7. Added a new Xcode project for the STXSaxDriver.
[sope] / sope-appserver / NGObjWeb / ChangeLog
index 74b06a747407a3cb22af9928154a558206eabd4e..786b3c71d375502746805c2de456f7eac6391164 100644 (file)
@@ -1,3 +1,175 @@
+2007-02-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.266
+
+       * SoObject.m, SoWebDAVRenderer.m: made the URL generation honour the
+         WOUseRelativeURLs default (which is on by default, so all generated
+         WebDAV URLs now do not include the hostname)
+
+       * DAVPropMap.plist: mapped calendar-color WebDAV property
+
+       * WebDAV/SoWebDAVRenderer.m: added support for XML properties which
+         contain values (v4.5.265)
+
+       * DAVPropMap.plist: added mappings for calendar-home-set,
+         dropbox-home-URL and notifications-URL CalDAV properties (v4.5.264)
+
+2007-01-17  Helge Hess  <helge@perform>
+
+       * WebDAV/SoObjectWebDAVDispatcher.m: never report 404 WebDAV properties
+         in combination with <allprop/> requests (this hacks in the 'brief'
+         header into the request) (v4.5.263)
+
+2006-12-30  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.5.262
+
+       * WOCoreApplication.m: Removed the +_initDefaults class method and
+         instead added a new -registerUserDefaults method which provides a
+         sane hook to alter/extend registration of userDefaults in
+         subclasses. Registration is called very early by -init, though, so
+         subclassers must still act very carefully. Removed the braindead
+         +_initializeClass method, instead moved the proper initialization
+         code into -init.
+
+       * WOCoreApplication.h: exposed -registerUserDefaults to subclassers.
+
+       * WOApplication.m: removed +_initializeWOApp, instead moved
+         initialization code to the proper place in -init (after super has
+         been initialized and user defaults have been set in a proper manner).
+
+2006-12-17  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * DynamicElements/WORepetition.m: fixed another bug when using count
+         without index and list (v4.5.261)
+
+2006-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * DynamicElements/WORepetition.m: fixed a bug when using count without
+         index and list (v4.5.260)
+
+2006-12-13  Helge Hess  <helge.hess@opengroupware.org>
+
+       * Templates/WOHTMLParser.m: fixed a bug with lowercase NAME tags in
+         wrapper templates (v4.5.259)
+
+2006-11-23  Wolfgang Sourdeau  <WSourdeau@Inverse.CA>
+
+       * NGHttp: added DeltaV HTTP methods (v4.5.258)
+
+       * SoObjects/SoProductClassInfo.m: enable the use of arrays in the
+         declaration of default roles for a permission in product.plist files
+         (v4.5.257)
+
+2006-11-14  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WEClientCapabilities.m: added Sunbird as a known user-agent
+         (v4.5.256)
+
+2006-11-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * DynamicElements/WOCopyValue.m: fixed an uninitialized local
+         (v4.5.255)
+
+2006-11-03  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.254
+
+       * DynamicElements/WOInput.m: changed to use -warnWithFormat:
+
+       * DynamicElements/WOCheckBox.m: subminor code cleanup
+
+2006-11-02  Helge Hess  <helge.hess@opengroupware.org>
+
+       * woapp-gs.make: fixed a bug in a variable test for which_lib, note
+         that WHICH_LIB_SCRIPT must be defined for older gnustep-make versions
+         (v4.5.253)
+
+2006-09-20  Helge Hess  <helge.hess@opengroupware.org>
+
+       * DynamicElements: filter out -O% flags for files using exception
+         handlers, enable -O2 per default (v4.5.252)
+
+2006-09-18  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * wobundle-gs.make: basically reverted to r103, but with the
+         WHICH_LIB_SCRIPT check enabled - the rest was garbage which
+         accidentaly got committed, unsure how that happened in the
+         first place (v4.5.251)
+
+2006-09-18  Helge Hess  <helge.hess@opengroupware.org>
+
+        * removed deprecated woapp.make, wobundle.make (v4.5.250)
+
+2006-09-12  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * woapp-gs.make, wobundle-gs.make: play nicely with
+         gnustep-make 1.13.0, where WHICH_LIB_SCRIPT has been removed
+         (v4.5.249)
+
+2006-09-10  Helge Hess  <helge.hess@opengroupware.org>
+
+       * DynamicElements/WOForm.m: added 'fragmentIdentifier' binding to
+         generate actions which contains a named link (#tasks) (v4.5.248)
+
+2006-09-05  Helge Hess  <helge.hess@opengroupware.org>
+
+       * DynamicElements/WOCheckBoxList.m: fixed a typo (v4.5.247)
+
+2006-08-31  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WebDAV/SoObjectWebDAVDispatcher.m: code cleanups, use -isNotEmpty
+         (v4.5.246)
+
+2006-08-31  Wolfgang Sourdeau  <WSourdeau@Inverse.CA>
+
+       * DynamicElements/WOCheckBoxList.m: embed 'suffix' label binding in
+         a label tag enclosing the checkbox (v4.5.245)
+
+2005-08-15  Sebastian Reitenbach  <reitenbach@rapideye.de>
+
+       * WOWatchDogApplicationMain.m: include <unistd.h> instead of
+         <sys/unistd.h>, fixes warnings on BSD and works with Linux too
+         (v4.5.244)
+
+2006-08-15  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WEClientCapabilities.m: properly mark Safari as a JavaScript capable
+         browser (v4.5.243)
+
+2006-08-03  Wolfgang Sourdeau  <WSourdeau@Inverse.CA>
+
+       * WebDAV/SoWebDAVRenderer.m: added special handling for 0-port values
+         in URLs (v4.5.242)
+
+2006-07-25  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * Templates/WODParser.m: fixed an infinite loop bug during comment
+         scanning that occured when a multiline comment contained a '*'
+         (v4.5.241)
+
+2006-07-05  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.240
+
+       * SoObjects/SoProductRegistry.m, SoObjects/SoProductLoader.m:
+         changed to find SoProducts on 64bit systems in lib64, added
+         FHS_INSTALL_ROOT to lookup path
+
+       * Templates/WOApplication+Builders.m: changed to find WOxBuilders on
+         64bit systems in lib64, added FHS_INSTALL_ROOT to lookup path
+
+2006-07-03  Helge Hess  <helge.hess@opengroupware.org>
+
+       * use %p for pointer formats, fixed gcc 4.1 warnings, use
+         -warnWithFormat: when appropriate (v4.5.239)
+
+2006-06-22  Helge Hess  <helge.hess@opengroupware.org>
+
+       * DAVPropMap.plist: added three more WebDrive properties,
+         "{DAV:}srt_lastaccesstime", "{DAV:}SRT_fileattributes",
+         "{DAV:}BSI_isreadonly" (v4.5.238)
+
 2006-06-21  Helge Hess  <helge.hess@opengroupware.org>
 
        * DAVPropMap.plist: added WebDrive WebDAV properties: