]> err.no Git - scalable-opengroupware.org/blobdiff - SOGo/UI/SOGoUI/ChangeLog
minor cleanups
[scalable-opengroupware.org] / SOGo / UI / SOGoUI / ChangeLog
index 3a950e3d12e114530cbe42e2d1f27d51cb571933..bca45658ef6e32a60794c27de3d625bf53ffe9f4 100644 (file)
@@ -1,3 +1,56 @@
+2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxComponent.m: minor code reorgs (v0.9.31)
+
+2005-07-18  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SOGoAptFormatter.[hm]: added -titlePlaceholder API for properly
+         formatting appointments without titles (v0.9.30)
+
+2005-07-13  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * WOContext+UIx.[hm]: new category to WOContext, currently provides
+         -isUIxDebugEnabled (v0.9.29)
+
+2005-07-08  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxComponent.m: moved -isAccessRestricted method to
+         UIxComponent+Agenor (v0.9.28)
+
+2005-07-07  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v0.9.27
+       
+       * UIxComponent.m: implicitly set the context's queryPathSeperator
+         when generating URIs used in redirects
+
+       * v0.9.26
+
+       * UIxComponent.m: added method -isAccessRestricted to indicate whether
+         certain options might have to be disabled due to restrictions
+         set by the customer
+
+2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxComponent.m: added method -isInvokedBySafeMethod to check whether 
+         the current HTTP method is a safe one (eg HEAD/GET) (v0.9.25)
+
+2005-07-05  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SOGoAptFormatter.[hm]: new API. -stringForObjectValue: is deprecated
+         now and should not be used anymore. Formatting needs a referenceDate
+         in order to properly display time ranges. Time ranges are currently
+         rendered in SOGoAptFormatter, but this should probably be delegated
+         to a natural language aware auxiliary (date-)formatter. Also, some
+         new formatting options have been introduced. (v0.9.24)
+
+2005-01-26  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SOGoDateFormatter.[hm]: new method -setFrenchDateFormat: to override
+         the default ISO format. This will be chosen depending on locale
+         automatically. The full description uses this setting when generating
+         the appropriate part of the description. (v0.9.23)
+
 2004-12-17  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * SOGoAptFormatter.m: remove "appointment" prefix from tooltips