]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/SOGoUI/ChangeLog
minor changes
[scalable-opengroupware.org] / SOGo / UI / SOGoUI / ChangeLog
1 2005-07-13  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * WOContext+UIx.[hm]: new category to WOContext, currently provides
4           -isUIxDebugEnabled (v0.9.29)
5
6 2005-07-08  Marcus Mueller  <znek@mulle-kybernetik.com>
7
8         * UIxComponent.m: moved -isAccessRestricted method to
9           UIxComponent+Agenor (v0.9.28)
10
11 2005-07-07  Marcus Mueller  <znek@mulle-kybernetik.com>
12
13         * v0.9.27
14         
15         * UIxComponent.m: implicitly set the context's queryPathSeperator
16           when generating URIs used in redirects
17
18         * v0.9.26
19
20         * UIxComponent.m: added method -isAccessRestricted to indicate whether
21           certain options might have to be disabled due to restrictions
22           set by the customer
23
24 2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
25
26         * UIxComponent.m: added method -isInvokedBySafeMethod to check whether 
27           the current HTTP method is a safe one (eg HEAD/GET) (v0.9.25)
28
29 2005-07-05  Marcus Mueller  <znek@mulle-kybernetik.com>
30
31         * SOGoAptFormatter.[hm]: new API. -stringForObjectValue: is deprecated
32           now and should not be used anymore. Formatting needs a referenceDate
33           in order to properly display time ranges. Time ranges are currently
34           rendered in SOGoAptFormatter, but this should probably be delegated
35           to a natural language aware auxiliary (date-)formatter. Also, some
36           new formatting options have been introduced. (v0.9.24)
37
38 2005-01-26  Marcus Mueller  <znek@mulle-kybernetik.com>
39
40         * SOGoDateFormatter.[hm]: new method -setFrenchDateFormat: to override
41           the default ISO format. This will be chosen depending on locale
42           automatically. The full description uses this setting when generating
43           the appropriate part of the description. (v0.9.23)
44
45 2004-12-17  Marcus Mueller  <znek@mulle-kybernetik.com>
46
47         * SOGoAptFormatter.m: remove "appointment" prefix from tooltips
48           (v0.9.22)
49
50 2004-12-13  Marcus Mueller  <znek@mulle-kybernetik.com>
51
52         * SOGoAptFormatter.[hm]: new option for formatter (v0.9.21)
53
54         * SOGoAptFormatter.[hm]: added ability to set custom title for private
55           appointments. (v0.9.20)
56
57 2004-12-10  Marcus Mueller  <znek@mulle-kybernetik.com>
58
59         * SOGoAptFormatter.[hm]: added formatting for private apts, additional
60           cleanup (v0.9.19)
61
62 2004-12-08  Marcus Mueller  <znek@mulle-kybernetik.com>
63
64         * UIxComponent.m: changed to use NGLogging (v0.9.18)
65
66 2004-10-22  Marcus Mueller  <znek@mulle-kybernetik.com>
67
68         * UIxComponent.m: rewrote handling of queryParameters, these get
69           constructed lazily now (v0.9.17)
70
71 2004-10-20  Marcus Mueller  <znek@mulle-kybernetik.com>
72
73         * SOGoJSStringFormatter.[hm]: new formatter to properly escape certain
74           strings passed to JavaScript (v0.9.16)
75           
76 2004-10-18  Marcus Mueller  <znek@mulle-kybernetik.com>
77
78         * UIxComponent.m: changed the implementation of -ownPath and fixed a
79           bug in -userFolderPath (v0.9.15)
80
81 2004-10-12  Marcus Mueller  <znek@mulle-kybernetik.com>
82
83         * UIxComponent.m: added some helper methods for computing relative
84           paths within the application (v0.9.14)
85
86 2004-09-26  Helge Hess  <helge.hess@opengroupware.org>
87
88         * UIxComponent.m: minor code cleanups (v0.9.13)
89
90 2004-09-25  Helge Hess  <helge.hess@opengroupware.org>
91
92         * v0.9.12
93
94         * GNUmakefile.preamble: fixed library dependencies (used wrong project
95           name)
96
97         * SOGoAptFormatter.m: minor code cleanups, fixed issue on MacOSX
98
99 2004-08-26  Helge Hess  <helge.hess@skyrix.com>
100
101         * v0.9.11
102
103         * SOGoDateFormatter.m: minor cleanups
104
105         * UIxComponent.m: fixed includes to fix warnings
106
107         * added common.h
108
109 2004-08-24  Marcus Mueller  <znek@mulle-kybernetik.com>
110
111         * UIxComponent.m: new date related methods moved here from UIxCalView
112           (v0.9.10)
113
114 2004-08-14  Marcus Mueller  <znek@mulle-kybernetik.com>
115
116         * UIxComponent.m: new method -isUIxDebugEnabled, triggered by new
117           default "SOGoUIxDebugEnabled" (v0.9.9)
118
119 2004-08-13  Marcus Mueller  <znek@mulle-kybernetik.com>
120
121         * v0.9.8
122
123         * SOGoAptFormatter.[hm]: added new formatter for appointments.
124
125         * UIxComponent.m: added warning.
126
127         * GNUmakefile: added SOGoAptFormatter.[hm]
128
129 2004-08-11  Marcus Mueller  <znek@mulle-kybernetik.com>
130
131         * UIxComponent.[hm]: added -SoUser (v0.9.7)
132
133 2004-08-10  Marcus Mueller  <znek@mulle-kybernetik.com>
134
135         * v0.9.6
136         
137         * SOGoDateFormatter.[hm]: added fast localizable date formatter.
138
139         * GNUmakefile: added SOGoDateFormatter.[hm]
140
141 2004-07-26  Marcus Mueller  <znek@mulle-kybernetik.com>
142
143         * UIxComponent.m: added "hm" queryParameter to add hour/minute part to
144           selectedDate which is necessary for appointment proposals. Removed
145           all additional stuff from -dateForDateString: and moved this to
146           -selectedDate. IMHO this is always high-level behaviour which needs to
147           be refined in the appropriate high-level method, not at conversion
148           level. (v0.9.5)
149
150 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
151
152         * UIxComponent.[hm]: renamed some of the labels to better reflect the
153           intention (and to avoid name clashes) (v0.9.4)
154
155 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
156
157         * UIxComponent.[hm]: date specific labels (weekday names, month names)
158           (v0.9.3)
159
160 2004-07-20  Marcus Mueller  <znek@mulle-kybernetik.com>
161
162         * UIxComponent.[hm]: new method -labelForKey: implemented very similar to
163           new WOLabelAssociation in SOPE. Also implemented -locale. (v0.9.2)
164
165 2004-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
166
167         * UIxComponent.m: new method -backendTimeZone.
168
169 2004-07-02  Helge Hess  <helge.hess@opengroupware.org>
170
171         * UIxComponent.m: introduced 'viewTimeZone' method and adds some
172           timezone correction to date methods
173
174 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
175
176         * product.plist: make categories on SOGoObject instead of SxFolder
177
178         * GNUmakefile: patches for different build/runtime environment
179
180         * created ChangeLog