1 2005-07-19 Helge Hess <helge.hess@opengroupware.org>
3 * UIxContactEditorBase.m: moved copyContact JS code to
4 UIxContactEditor.js file (v0.9.26)
6 2005-07-18 Helge Hess <helge.hess@opengroupware.org>
8 * English.lproj/Localizable.strings: added text for invalid emails
11 2005-07-13 Helge Hess <helge.hess@opengroupware.org>
13 * UIxContactEditorBase.m: added a safeguard for vCard contacts
16 2005-06-26 Helge Hess <helge.hess@opengroupware.org>
18 * created a library containing shared base classes (for
19 MailerContactsUI) (v0.9.23)
21 2005-03-23 Marcus Mueller <znek@mulle-kybernetik.com>
23 * renamed "default.strings" to "Localizable.strings" (v0.9.22)
25 2005-02-14 Helge Hess <helge.hess@opengroupware.org>
27 * UIxContactEditor.m: moved header file to own file (v0.9.21)
29 * UIxContactsListView.m: added ability in code to sort descending if
30 the desc=1 query parameter is set (v0.9.20)
32 * UIxContactsListView.h: properly protected header file (v0.9.19)
34 2004-12-08 Marcus Mueller <znek@mulle-kybernetik.com>
36 * UIxContactEditor.m: changed to use NGLogging (v0.9.18)
38 2004-10-27 Marcus Mueller <znek@mulle-kybernetik.com>
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)
46 * UIxContactView.wox: properly display new properties, suppress
47 rendering of "Organization". (#985)
49 * {English.lproj|French.lproj}/default.strings: needed to change some
50 labels according to new requirements.
52 2004-10-20 Marcus Mueller <znek@mulle-kybernetik.com>
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.
59 2004-10-14 Marcus Mueller <znek@mulle-kybernetik.com>
61 * UIxContactSelector.m: fixed wrong method name (v0.9.15)
63 2004-10-12 Marcus Mueller <znek@mulle-kybernetik.com>
65 * UIxContactSelector.m: moved helpers to UIxComponent (v0.9.14)
67 2004-10-08 Marcus Mueller <znek@mulle-kybernetik.com>
71 * UIxContactsSelectionView.m: pass more (previous empty) parameters
72 to the JavaScript callback.
74 * UIxContactSelector.m: correctly compute the relative path to the
77 2004-09-14 Marcus Mueller <znek@mulle-kybernetik.com>
81 * UIxContactEditor.[wox|m]: Copy from Anais functionality
83 * UIxContactsSelectionView.m: minor cleanup
85 * {English.lproj,French.lproj}/defaults.plist: new localizable string
89 * UIxContactSelector.m: changed width of satellite window to 800px
91 * UIxContactsSelectionView.m: hardcoded paths to stylesheets due to
92 resource lookup problems.
94 * French.lproj/defaults.plist: copied the English strings here
96 2004-09-13 Marcus Mueller <znek@mulle-kybernetik.com>
100 * UIxContactsListView.h: new header for subclassers
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.
106 * UIxContactSelector.[m|wox]: component for opening
107 UIxContactsSelectionView in a separate window
109 * product.plist: new method "select"
111 2004-09-03 Marcus Mueller <znek@mulle-kybernetik.com>
113 * UIxContactView.wox: added some more properties for display (v0.9.9)
115 2004-09-01 Marcus Mueller <znek@mulle-kybernetik.com>
117 * GNUmakefile.preamble: fixed for gsmake 1.9.2 build (v0.9.8)
119 2004-08-27 Marcus Mueller <znek@mulle-kybernetik.com>
123 * English.lproj/default.strings: provided labels
125 * UIxContactsListView.wox, UIxContactView.wox, UIxContactEditor.wox:
126 converted static strings into labels
128 2004-08-27 Helge Hess <helge.hess@skyrix.com>
130 * UIxContactsListView: added simple filtering (v0.9.6)
132 * UIxContactsListView: added simple sorting (v0.9.5)
134 * first working version of contacts UI (v0.9.4)
136 * removed GET from product.plist, the SoObject directly implements GET
137 now and redirects to the view method (v0.9.3)
139 2004-08-26 Helge Hess <helge.hess@skyrix.com>
141 * product.plist: more fixes to product.plist (v0.9.2)
143 * product.plist: fixed package dependency, fixed category name (v0.9.1)
145 2004-08-25 Marcus Mueller <znek@mulle-kybernetik.com>
149 * UIxContact*: added template views