]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Contacts/ChangeLog.upstream
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1173 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / Contacts / ChangeLog.upstream
1 2005-07-21  Helge Hess  <helge.hess@opengroupware.org>
2
3         * product.plist: make addressbook only available to owner (v0.9.15)
4
5 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
6
7         * SOGoContactObject.m: print an error log if a vCard could not be
8           parsed, cached failed parsing attempts (v0.9.14)
9
10 2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
11
12         * SOGoContactFolder.m: fixed a gcc 4.0 warning (v0.9.13)
13
14 2005-07-14  Helge Hess  <helge.hess@opengroupware.org>
15
16         * SOGoContactFolder.m: use +globallyUniqueObjectId method from
17           SOGoFolder.m baseclass (v0.9.12)
18
19 2005-07-13  Helge Hess  <helge.hess@opengroupware.org>
20
21         * SOGoContactObject.m: hardened against vCard content (v0.9.11)
22
23         * SOGoContactObject.m: removed special GET action, the redirect to
24           'view' seems to be handled by SOPE now. This also makes WebDAV GET
25           work (v0.9.10)
26
27 2005-03-20  Helge Hess  <helge.hess@opengroupware.org>
28
29         * SOGoContactFolder.m: changed to use GDLContentStore (v0.9.9)
30
31 2005-02-24  Helge Hess  <helge.hess@opengroupware.org>
32
33         * SOGoContactObject.m: fixed a MacOSX warning (v0.9.8)
34
35 2005-02-18  Helge Hess  <helge.hess@opengroupware.org>
36
37         * SOGoContactObject.m: added a REST method to patch a single field of
38           the contact (v0.9.7)
39
40 2005-02-06  Helge Hess  <helge.hess@opengroupware.org>
41
42         * SOGoContactObject.m, SOGoContactFolder.m: added proper
43           message/folder class (v0.9.6)
44
45 2004-12-08  Marcus Mueller  <znek@mulle-kybernetik.com>
46
47         * SOGoContactFolder.m: changed to NGLogging (v0.9.5)
48
49 2004-09-25  Helge Hess  <helge.hess@opengroupware.org>
50
51         * fixed compilation on MacOSX (v0.9.4)
52
53 2004-08-27  Helge Hess  <helge.hess@skyrix.com>
54
55         * v0.9.3
56
57         * SOGoContactObject.m: use 'cn' as davDisplayName
58
59         * SOGoContactObject.[hm]: can now decode the property list stored in
60           the store (v0.9.2)
61         
62         * started implementation of contact folders (v0.9.1)
63
64 2004-08-26  Marcus Mueller  <znek@mulle-kybernetik.com>
65
66         * Product.m: typo in comment fixed
67
68         * SOGoContactFolder.h, SOGoContactObject.h: changed _Appointments_ to
69           _Contacts_
70
71 2004-08-25  Marcus Mueller  <znek@mulle-kybernetik.com>
72
73         * ChangeLog: created