sogo/UI/Contacts/ChangeLog.upstream
Wolfgang Sourdeau 6cfc363238 - renamed old and obsolete ChangeLogs to Changelog.upstream;
Monotone-Parent: 0def6784d3ef69367b94ae24cc2b21a7e7715360
Monotone-Revision: 72f304d7caff41d213f1b38655d75a012724995d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-04T20:13:47
Monotone-Branch: ca.inverse.sogo
2006-07-04 20:13:47 +00:00

165 lines
4.6 KiB
Plaintext

2005-08-01 Helge Hess <helge.hess@skyrix.com>
* 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 <helge.hess@opengroupware.org>
* English.lproj/Localizable.strings: added a missing semicolon
(v0.9.27)
2005-07-19 Helge Hess <helge.hess@opengroupware.org>
* UIxContactEditorBase.m: moved copyContact JS code to
UIxContactEditor.js file (v0.9.26)
2005-07-18 Helge Hess <helge.hess@opengroupware.org>
* English.lproj/Localizable.strings: added text for invalid emails
(v0.9.25)
2005-07-13 Helge Hess <helge.hess@opengroupware.org>
* UIxContactEditorBase.m: added a safeguard for vCard contacts
(v0.9.24)
2005-06-26 Helge Hess <helge.hess@opengroupware.org>
* created a library containing shared base classes (for
MailerContactsUI) (v0.9.23)
2005-03-23 Marcus Mueller <znek@mulle-kybernetik.com>
* renamed "default.strings" to "Localizable.strings" (v0.9.22)
2005-02-14 Helge Hess <helge.hess@opengroupware.org>
* 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 <znek@mulle-kybernetik.com>
* UIxContactEditor.m: changed to use NGLogging (v0.9.18)
2004-10-27 Marcus Mueller <znek@mulle-kybernetik.com>
* 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 <znek@mulle-kybernetik.com>
* 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 <znek@mulle-kybernetik.com>
* UIxContactSelector.m: fixed wrong method name (v0.9.15)
2004-10-12 Marcus Mueller <znek@mulle-kybernetik.com>
* UIxContactSelector.m: moved helpers to UIxComponent (v0.9.14)
2004-10-08 Marcus Mueller <znek@mulle-kybernetik.com>
* 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 <znek@mulle-kybernetik.com>
* 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 <znek@mulle-kybernetik.com>
* 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 <znek@mulle-kybernetik.com>
* UIxContactView.wox: added some more properties for display (v0.9.9)
2004-09-01 Marcus Mueller <znek@mulle-kybernetik.com>
* GNUmakefile.preamble: fixed for gsmake 1.9.2 build (v0.9.8)
2004-08-27 Marcus Mueller <znek@mulle-kybernetik.com>
* 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 <helge.hess@skyrix.com>
* 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 <helge.hess@skyrix.com>
* 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 <znek@mulle-kybernetik.com>
* common.h: new file
* UIxContact*: added template views
* ChangeLog: created