]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/SOGoUI/ChangeLog
some progress in the mailer
[scalable-opengroupware.org] / SOGo / UI / SOGoUI / ChangeLog
1 2004-10-22  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * UIxComponent.m: rewrote handling of queryParameters, these get
4           constructed lazily now (v0.9.17)
5
6 2004-10-20  Marcus Mueller  <znek@mulle-kybernetik.com>
7
8         * SOGoJSStringFormatter.[hm]: new formatter to properly escape certain
9           strings passed to JavaScript (v0.9.16)
10           
11 2004-10-18  Marcus Mueller  <znek@mulle-kybernetik.com>
12
13         * UIxComponent.m: changed the implementation of -ownPath and fixed a
14           bug in -userFolderPath (v0.9.15)
15
16 2004-10-12  Marcus Mueller  <znek@mulle-kybernetik.com>
17
18         * UIxComponent.m: added some helper methods for computing relative
19           paths within the application (v0.9.14)
20
21 2004-09-26  Helge Hess  <helge.hess@opengroupware.org>
22
23         * UIxComponent.m: minor code cleanups (v0.9.13)
24
25 2004-09-25  Helge Hess  <helge.hess@opengroupware.org>
26
27         * v0.9.12
28
29         * GNUmakefile.preamble: fixed library dependencies (used wrong project
30           name)
31
32         * SOGoAptFormatter.m: minor code cleanups, fixed issue on MacOSX
33
34 2004-08-26  Helge Hess  <helge.hess@skyrix.com>
35
36         * v0.9.11
37
38         * SOGoDateFormatter.m: minor cleanups
39
40         * UIxComponent.m: fixed includes to fix warnings
41
42         * added common.h
43
44 2004-08-24  Marcus Mueller  <znek@mulle-kybernetik.com>
45
46         * UIxComponent.m: new date related methods moved here from UIxCalView
47           (v0.9.10)
48
49 2004-08-14  Marcus Mueller  <znek@mulle-kybernetik.com>
50
51         * UIxComponent.m: new method -isUIxDebugEnabled, triggered by new
52           default "SOGoUIxDebugEnabled" (v0.9.9)
53
54 2004-08-13  Marcus Mueller  <znek@mulle-kybernetik.com>
55
56         * v0.9.8
57
58         * SOGoAptFormatter.[hm]: added new formatter for appointments.
59
60         * UIxComponent.m: added warning.
61
62         * GNUmakefile: added SOGoAptFormatter.[hm]
63
64 2004-08-11  Marcus Mueller  <znek@mulle-kybernetik.com>
65
66         * UIxComponent.[hm]: added -SoUser (v0.9.7)
67
68 2004-08-10  Marcus Mueller  <znek@mulle-kybernetik.com>
69
70         * v0.9.6
71         
72         * SOGoDateFormatter.[hm]: added fast localizable date formatter.
73
74         * GNUmakefile: added SOGoDateFormatter.[hm]
75
76 2004-07-26  Marcus Mueller  <znek@mulle-kybernetik.com>
77
78         * UIxComponent.m: added "hm" queryParameter to add hour/minute part to
79           selectedDate which is necessary for appointment proposals. Removed
80           all additional stuff from -dateForDateString: and moved this to
81           -selectedDate. IMHO this is always high-level behaviour which needs to
82           be refined in the appropriate high-level method, not at conversion
83           level. (v0.9.5)
84
85 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
86
87         * UIxComponent.[hm]: renamed some of the labels to better reflect the
88           intention (and to avoid name clashes) (v0.9.4)
89
90 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
91
92         * UIxComponent.[hm]: date specific labels (weekday names, month names)
93           (v0.9.3)
94
95 2004-07-20  Marcus Mueller  <znek@mulle-kybernetik.com>
96
97         * UIxComponent.[hm]: new method -labelForKey: implemented very similar to
98           new WOLabelAssociation in SOPE. Also implemented -locale. (v0.9.2)
99
100 2004-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
101
102         * UIxComponent.m: new method -backendTimeZone.
103
104 2004-07-02  Helge Hess  <helge.hess@opengroupware.org>
105
106         * UIxComponent.m: introduced 'viewTimeZone' method and adds some
107           timezone correction to date methods
108
109 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
110
111         * product.plist: make categories on SOGoObject instead of SxFolder
112
113         * GNUmakefile: patches for different build/runtime environment
114
115         * created ChangeLog