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