2005-08-01 Helge Hess * v0.9.28 * moved classes from shared library back to bundle * UIxContactEditorBase.m, UIxContactView.m: fixed some gcc 4.0 warning 2005-07-26 Helge Hess * English.lproj/Localizable.strings: added a missing semicolon (v0.9.27) 2005-07-19 Helge Hess * UIxContactEditorBase.m: moved copyContact JS code to UIxContactEditor.js file (v0.9.26) 2005-07-18 Helge Hess * English.lproj/Localizable.strings: added text for invalid emails (v0.9.25) 2005-07-13 Helge Hess * UIxContactEditorBase.m: added a safeguard for vCard contacts (v0.9.24) 2005-06-26 Helge Hess * created a library containing shared base classes (for MailerContactsUI) (v0.9.23) 2005-03-23 Marcus Mueller * renamed "default.strings" to "Localizable.strings" (v0.9.22) 2005-02-14 Helge Hess * UIxContactEditor.m: moved header file to own file (v0.9.21) * UIxContactsListView.m: added ability in code to sort descending if the desc=1 query parameter is set (v0.9.20) * UIxContactsListView.h: properly protected header file (v0.9.19) 2004-12-08 Marcus Mueller * UIxContactEditor.m: changed to use NGLogging (v0.9.18) 2004-10-27 Marcus Mueller * v0.9.17 * UIxContactEditor.[wox|m]: new parameters "mobile", "departmentNumber" and "l" passed to callback. Provide proper unescaping to the callback's parameters. (#985, #987) * UIxContactView.wox: properly display new properties, suppress rendering of "Organization". (#985) * {English.lproj|French.lproj}/default.strings: needed to change some labels according to new requirements. 2004-10-20 Marcus Mueller * UIxContactsSelectionView.m: several properties provided to the callback need to be unescaped properly before being passed back. This is achieved by using the new SOGoJSStringFormatter in SOGoUI. (v0.9.16) 2004-10-14 Marcus Mueller * UIxContactSelector.m: fixed wrong method name (v0.9.15) 2004-10-12 Marcus Mueller * UIxContactSelector.m: moved helpers to UIxComponent (v0.9.14) 2004-10-08 Marcus Mueller * v0.9.13 * UIxContactsSelectionView.m: pass more (previous empty) parameters to the JavaScript callback. * UIxContactSelector.m: correctly compute the relative path to the "Contacts" URL. 2004-09-14 Marcus Mueller * v0.9.12 * UIxContactEditor.[wox|m]: Copy from Anais functionality * UIxContactsSelectionView.m: minor cleanup * {English.lproj,French.lproj}/defaults.plist: new localizable string * v0.9.11 * UIxContactSelector.m: changed width of satellite window to 800px * UIxContactsSelectionView.m: hardcoded paths to stylesheets due to resource lookup problems. * French.lproj/defaults.plist: copied the English strings here 2004-09-13 Marcus Mueller * v0.9.10 * UIxContactsListView.h: new header for subclassers * UIxContactsSelectionView.[m|wox]: new subclass of UIxContactsListView which is basically the same only in its own window frame to mimic the appearance of Anais. * UIxContactSelector.[m|wox]: component for opening UIxContactsSelectionView in a separate window * product.plist: new method "select" 2004-09-03 Marcus Mueller * UIxContactView.wox: added some more properties for display (v0.9.9) 2004-09-01 Marcus Mueller * GNUmakefile.preamble: fixed for gsmake 1.9.2 build (v0.9.8) 2004-08-27 Marcus Mueller * v0.9.7 * English.lproj/default.strings: provided labels * UIxContactsListView.wox, UIxContactView.wox, UIxContactEditor.wox: converted static strings into labels 2004-08-27 Helge Hess * UIxContactsListView: added simple filtering (v0.9.6) * UIxContactsListView: added simple sorting (v0.9.5) * first working version of contacts UI (v0.9.4) * removed GET from product.plist, the SoObject directly implements GET now and redirects to the view method (v0.9.3) 2004-08-26 Helge Hess * product.plist: more fixes to product.plist (v0.9.2) * product.plist: fixed package dependency, fixed category name (v0.9.1) 2004-08-25 Marcus Mueller * common.h: new file * UIxContact*: added template views * ChangeLog: created