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