]> err.no Git - scalable-opengroupware.org/blob - UI/Contacts/ChangeLog
moved SOGo files up
[scalable-opengroupware.org] / UI / Contacts / ChangeLog
1 2005-07-19  Helge Hess  <helge.hess@opengroupware.org>
2
3         * UIxContactEditorBase.m: moved copyContact JS code to
4           UIxContactEditor.js file (v0.9.26)
5
6 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
7
8         * English.lproj/Localizable.strings: added text for invalid emails
9           (v0.9.25)
10
11 2005-07-13  Helge Hess  <helge.hess@opengroupware.org>
12
13         * UIxContactEditorBase.m: added a safeguard for vCard contacts
14           (v0.9.24)
15
16 2005-06-26  Helge Hess  <helge.hess@opengroupware.org>
17
18         * created a library containing shared base classes (for
19           MailerContactsUI) (v0.9.23)
20
21 2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
22
23         * renamed "default.strings" to "Localizable.strings" (v0.9.22)
24
25 2005-02-14  Helge Hess  <helge.hess@opengroupware.org>
26
27         * UIxContactEditor.m: moved header file to own file (v0.9.21)
28
29         * UIxContactsListView.m: added ability in code to sort descending if
30           the desc=1 query parameter is set (v0.9.20)
31
32         * UIxContactsListView.h: properly protected header file (v0.9.19)
33
34 2004-12-08  Marcus Mueller  <znek@mulle-kybernetik.com>
35
36         * UIxContactEditor.m: changed to use NGLogging (v0.9.18)
37
38 2004-10-27  Marcus Mueller  <znek@mulle-kybernetik.com>
39
40         * v0.9.17
41
42         * UIxContactEditor.[wox|m]: new parameters "mobile", "departmentNumber"
43           and "l" passed to callback. Provide proper unescaping to the
44           callback's parameters. (#985, #987)
45
46         * UIxContactView.wox: properly display new properties, suppress
47           rendering of "Organization". (#985)
48
49         * {English.lproj|French.lproj}/default.strings: needed to change some
50           labels according to new requirements.
51
52 2004-10-20  Marcus Mueller  <znek@mulle-kybernetik.com>
53
54         * UIxContactsSelectionView.m: several properties provided to the
55           callback need to be unescaped properly before being passed back.
56           This is achieved by using the new SOGoJSStringFormatter in SOGoUI.
57           (v0.9.16)
58
59 2004-10-14  Marcus Mueller  <znek@mulle-kybernetik.com>
60
61         * UIxContactSelector.m: fixed wrong method name (v0.9.15)
62
63 2004-10-12  Marcus Mueller  <znek@mulle-kybernetik.com>
64
65         * UIxContactSelector.m: moved helpers to UIxComponent (v0.9.14)
66
67 2004-10-08  Marcus Mueller  <znek@mulle-kybernetik.com>
68
69         * v0.9.13
70
71         * UIxContactsSelectionView.m: pass more (previous empty) parameters
72           to the JavaScript callback.
73
74         * UIxContactSelector.m: correctly compute the relative path to the
75           "Contacts" URL.
76
77 2004-09-14  Marcus Mueller  <znek@mulle-kybernetik.com>
78
79         * v0.9.12
80
81         * UIxContactEditor.[wox|m]: Copy from Anais functionality
82
83         * UIxContactsSelectionView.m: minor cleanup
84
85         * {English.lproj,French.lproj}/defaults.plist: new localizable string
86
87         * v0.9.11
88
89         * UIxContactSelector.m: changed width of satellite window to 800px
90
91         * UIxContactsSelectionView.m: hardcoded paths to stylesheets due to
92           resource lookup problems.
93
94         * French.lproj/defaults.plist: copied the English strings here
95
96 2004-09-13  Marcus Mueller  <znek@mulle-kybernetik.com>
97
98         * v0.9.10
99
100         * UIxContactsListView.h: new header for subclassers
101
102         * UIxContactsSelectionView.[m|wox]: new subclass of UIxContactsListView
103           which is basically the same only in its own window frame to mimic
104           the appearance of Anais.
105
106         * UIxContactSelector.[m|wox]: component for opening
107           UIxContactsSelectionView in a separate window 
108
109         * product.plist: new method "select"
110
111 2004-09-03  Marcus Mueller  <znek@mulle-kybernetik.com>
112
113         * UIxContactView.wox: added some more properties for display (v0.9.9)
114
115 2004-09-01  Marcus Mueller  <znek@mulle-kybernetik.com>
116
117         * GNUmakefile.preamble: fixed for gsmake 1.9.2 build (v0.9.8)
118         
119 2004-08-27  Marcus Mueller  <znek@mulle-kybernetik.com>
120
121         * v0.9.7
122
123         * English.lproj/default.strings: provided labels
124
125         * UIxContactsListView.wox, UIxContactView.wox, UIxContactEditor.wox:
126           converted static strings into labels
127
128 2004-08-27  Helge Hess  <helge.hess@skyrix.com>
129
130         * UIxContactsListView: added simple filtering (v0.9.6)
131
132         * UIxContactsListView: added simple sorting (v0.9.5)
133
134         * first working version of contacts UI (v0.9.4)
135
136         * removed GET from product.plist, the SoObject directly implements GET
137           now and redirects to the view method (v0.9.3)
138         
139 2004-08-26  Helge Hess  <helge.hess@skyrix.com>
140
141         * product.plist: more fixes to product.plist (v0.9.2)
142
143         * product.plist: fixed package dependency, fixed category name (v0.9.1)
144
145 2004-08-25  Marcus Mueller  <znek@mulle-kybernetik.com>
146
147         * common.h: new file
148
149         * UIxContact*: added template views
150
151         * ChangeLog: created