]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/SOGoUI/ChangeLog
general enhancements
[scalable-opengroupware.org] / SOGo / UI / SOGoUI / ChangeLog
1 2004-08-14  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * UIxComponent.m: new method -isUIxDebugEnabled, triggered by new
4           default "SOGoUIxDebugEnabled" (v0.9.9)
5
6 2004-08-13  Marcus Mueller  <znek@mulle-kybernetik.com>
7
8         * v0.9.8
9
10         * SOGoAptFormatter.[hm]: added new formatter for appointments.
11
12         * UIxComponent.m: added warning.
13
14         * GNUmakefile: added SOGoAptFormatter.[hm]
15
16 2004-08-11  Marcus Mueller  <znek@mulle-kybernetik.com>
17
18         * UIxComponent.[hm]: added -SoUser (v0.9.7)
19
20 2004-08-10  Marcus Mueller  <znek@mulle-kybernetik.com>
21
22         * v0.9.6
23         
24         * SOGoDateFormatter.[hm]: added fast localizable date formatter.
25
26         * GNUmakefile: added SOGoDateFormatter.[hm]
27
28 2004-07-26  Marcus Mueller  <znek@mulle-kybernetik.com>
29
30         * UIxComponent.m: added "hm" queryParameter to add hour/minute part to
31           selectedDate which is necessary for appointment proposals. Removed
32           all additional stuff from -dateForDateString: and moved this to
33           -selectedDate. IMHO this is always high-level behaviour which needs to
34           be refined in the appropriate high-level method, not at conversion
35           level. (v0.9.5)
36
37 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
38
39         * UIxComponent.[hm]: renamed some of the labels to better reflect the
40           intention (and to avoid name clashes) (v0.9.4)
41
42 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
43
44         * UIxComponent.[hm]: date specific labels (weekday names, month names)
45           (v0.9.3)
46
47 2004-07-20  Marcus Mueller  <znek@mulle-kybernetik.com>
48
49         * UIxComponent.[hm]: new method -labelForKey: implemented very similar to
50           new WOLabelAssociation in SOPE. Also implemented -locale. (v0.9.2)
51
52 2004-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
53
54         * UIxComponent.m: new method -backendTimeZone.
55
56 2004-07-02  Helge Hess  <helge.hess@opengroupware.org>
57
58         * UIxComponent.m: introduced 'viewTimeZone' method and adds some
59           timezone correction to date methods
60
61 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
62
63         * product.plist: make categories on SOGoObject instead of SxFolder
64
65         * GNUmakefile: patches for different build/runtime environment
66
67         * created ChangeLog