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