]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/ChangeLog
otherTagString fixed
[sope] / sope-appserver / NGObjWeb / ChangeLog
index e3d769a0fe78fc7112e6730998a76864dde0585e..6672cb90aa424f56cb54d880ec3a8efe8ca113db 100644 (file)
@@ -1,3 +1,86 @@
+2004-10-27  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * DynamicElements/{WOResetButton.m, WOText.m, WOFileUpload.m,
+         WOGenericElement.m, _WOComplexHyperlink.m, WOHiddenField.m,
+         WOImageButton.m, WOCheckBoxList.m, _WOCommonStaticDAHyperlink.m,
+         WORadioButton.m, WOForm.m, WOMetaRefresh.m, WOJavaScript.m,
+         WOEmbeddedObject.m, WOImage.m, WOBrowser.m, WOVBScript.m, WOIFrame.m,
+         WOPasswordField.m, _WOSimpleActionHyperlink.m, WOGenericContainer.m,
+         WOCheckBox.m, WORadioButtonList.m, WOTextField.m, WOFrame.m,
+         WOBody.m, WOSubmitButton.m}:
+         fixed rendering of otherTagString, which was appended without
+         leading space before. (v4.3.77)
+
+2004-10-26  Helge Hess  <helge.hess@opengroupware.org>
+
+       * DynamicElements/WOxHTMLElemBuilder.m: select WOSubmitButton for
+         <input type="button"> in .wox files (should be fixed) (v4.3.76)
+
+2004-10-25  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SoObjects/SoUser.m: just return nil for unsupported KVC keys
+         (v4.3.75)
+
+2004-10-23  Helge Hess  <helge.hess@opengroupware.org>
+       
+       * v4.3.74
+       
+       * WODirectAction.m: ignore requests on unbound KVC keys on non-lF
+         libraries
+
+       * SoObjects/SoObjectXmlRpcDispatcher.m: do not call -setUserInfo: to
+         annotate NSException's on Cocoa Foundation
+
+       * SoObjects/SoActionInvocation.m: added support for calling actions
+         and pages with positional parameters (eg from XML-RPC)
+
+       * SoObjects/SoObjectXmlRpcDispatcher.m: when looking up a SoMethod for
+         an XML-RPC method name containing a dot (like system.listmethods),
+         first check the fully qualified name prior traversing the package
+         namespaces
+       
+       * SoObjects/SoObjectXmlRpcDispatcher.m: print a warning if server was
+         not linked against libNGXmlRpc
+
+2004-10-22  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * WOElement.m: fixed unwanted behaviour introduced in v4.3.72 (v4.3.73)
+
+       * WOElement.m: queryParameters override keys from queryDictionary in
+         case of conflicts (v4.3.72)
+
+       * WOElement.m: if both queryDictionary and queryParameters were set on
+         an element, the '&' seperator wasn't rendered when it should in fact
+         (v4.3.71)
+
+2004-10-22  Helge Hess  <helge.hess@opengroupware.org>
+
+       * Defaults.plist: only use single char prefixes for Exchange namespaces
+         (Connector bug #68682) (v4.3.70)
+
+2004-10-21  Helge Hess  <helge.hess@skyrix.com>
+
+       * DynamicElements/WOImage.m: minor code cleanup (v4.3.69)
+
+2004-10-19  Helge Hess  <helge.hess@skyrix.com>
+       
+       * SoObjects/SoHTTPAuthenticator.m: return 401 instead of 400 if the
+         authentication method was not recognized (eg if Evo attempts an NTLM
+         connect) (v4.3.68)
+
+2004-10-17  Helge Hess  <helge.hess@opengroupware.org>
+
+       * include config.make if available (v4.3.67)
+
+2004-10-16  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * NGObjWeb.xcode: added WOxTagClassElemBuilder.m and
+         SoActionInvocation.m to the xcode build, bumped the framework 
+         version
+         
+       * SoObjects/SoObjects.xcode: added SoActionInvocation.h as a public
+         header, bumped the framework version.
+
 2004-10-16  Helge Hess  <helge.hess@opengroupware.org>
 
        * sope-ngobjweb-defaults.5: added more default descriptions to man page