X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=SOGo%2FUI%2FSOGoUI%2FChangeLog;h=bca45658ef6e32a60794c27de3d625bf53ffe9f4;hb=c28a3959ec8464f48a009ca50b8490da1a4e2cd4;hp=57a9ab7a8c7d6141850d92e087edd47586c9159b;hpb=0417a9a32ea0e3b82f7f16319d7fbbfb1cffab80;p=scalable-opengroupware.org diff --git a/SOGo/UI/SOGoUI/ChangeLog b/SOGo/UI/SOGoUI/ChangeLog index 57a9ab7a..bca45658 100644 --- a/SOGo/UI/SOGoUI/ChangeLog +++ b/SOGo/UI/SOGoUI/ChangeLog @@ -1,3 +1,73 @@ +2005-07-18 Helge Hess + + * UIxComponent.m: minor code reorgs (v0.9.31) + +2005-07-18 Marcus Mueller + + * SOGoAptFormatter.[hm]: added -titlePlaceholder API for properly + formatting appointments without titles (v0.9.30) + +2005-07-13 Marcus Mueller + + * WOContext+UIx.[hm]: new category to WOContext, currently provides + -isUIxDebugEnabled (v0.9.29) + +2005-07-08 Marcus Mueller + + * UIxComponent.m: moved -isAccessRestricted method to + UIxComponent+Agenor (v0.9.28) + +2005-07-07 Marcus Mueller + + * 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 + + * 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 + + * 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 + + * 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 + + * SOGoAptFormatter.m: remove "appointment" prefix from tooltips + (v0.9.22) + +2004-12-13 Marcus Mueller + + * SOGoAptFormatter.[hm]: new option for formatter (v0.9.21) + + * SOGoAptFormatter.[hm]: added ability to set custom title for private + appointments. (v0.9.20) + +2004-12-10 Marcus Mueller + + * SOGoAptFormatter.[hm]: added formatting for private apts, additional + cleanup (v0.9.19) + 2004-12-08 Marcus Mueller * UIxComponent.m: changed to use NGLogging (v0.9.18)