]> err.no Git - scalable-opengroupware.org/blob - SOGo/SoObjects/SOGo/ChangeLog
minor cleanups
[scalable-opengroupware.org] / SOGo / SoObjects / SOGo / ChangeLog
1 2005-02-07  Helge Hess  <helge.hess@opengroupware.org>
2
3         * SOGoObject.h: added prototype for GETAction (v0.9.28)
4
5 2005-02-06  Helge Hess  <helge.hess@opengroupware.org>
6
7         * added -outlookMessageClass / -outlookFolderClass (v0.9.27)
8
9 2004-10-19  Helge Hess  <helge.hess@opengroupware.org>
10
11         * SOGoFolder: added method -fetchContentStringsAndNamesOfAllObjects
12           which fetches the contents of all folders objects (avoid to use this
13           high overhead method!). Required for iCalendar file generation.
14           (v0.9.26)
15
16 2004-10-08  Helge Hess  <helge.hess@opengroupware.org>
17         
18         * SOGoUserFolder.m: enhanced object lookup so that when a Calendar
19           is opened with an extensions (eg "Calendar.ics") (v0.9.25)
20         
21         * SOGoFolder.m: added facility to define default extensions (v0.9.24)
22
23         * SOGoObject.m: fixed not implemented return status (501, not 502)
24           (v0.9.23)
25         
26         * SOGoUserFolder.m: do not try to fetch file names in this folder
27           (v0.9.22)
28
29         * v0.9.21
30
31         * SOGoContentObject.m: added PUTAction:
32
33         * SOGoObject.m: implemented special WebDAV support in GETAction:
34
35         * SOGoFolder.m: added -toOneRelationshipKeys method (enables listing of
36           contained objects in WebDAV), added container name to logging prefix,
37           explicitly mark as WebDAV collection
38
39         * SOGoContentObject.m: mark as WebDAV non-collection
40
41 2004-10-07  Helge Hess  <helge.hess@opengroupware.org>
42
43         * SOGoUserFolder.m: added toManyRelationshipKeys, marked as WebDAV
44           collection (v0.9.20)
45
46 2004-09-29  Helge Hess  <helge.hess@opengroupware.org>
47         
48         * SOGoObject.m: added -fetchSubfolders method to resolve all 
49           toManyRelationshipKeys to SOPE objects (v0.9.19)
50         
51 2004-09-20  Helge Hess  <helge.hess@skyrix.com>
52
53         * SOGoObject.m: added a default GET method which redirects to
54           url + "/view" (v0.9.18)
55
56         * SOGoObject.m(-description): added name of container (v0.9.17)
57
58 2004-09-08  Helge Hess  <helge.hess@skyrix.com>
59
60         * SOGoGroupFolder.m: separate -resetFolderCaches method from -sleep
61           (v0.9.16)
62
63 2004-09-08  Helge Hess  <helge.hess@skyrix.com>
64
65         * SOGoUserFolder.m: map "Mail" key to SOGoMailAccounts object (v0.9.15)
66
67 2004-09-01  Marcus Mueller  <znek@mulle-kybernetik.com>
68
69         * v0.9.14
70
71         * GNUmakefile.preamble: fixed for gsmake 1.9.2 build
72
73         * GNUmakefile: include ../../Version also
74
75 2004-08-26  Helge Hess  <helge.hess@skyrix.com>
76
77         * SOGoUserFolder.m: added ability to create Contacts folder (v0.9.13)
78
79 2004-08-24  Maxime Wacker  <mwacker@linagora.com>
80
81         * GNUmakefile.preamble: fixes for the build process (v0.9.12)
82
83 2004-08-16  Helge Hess  <helge.hess@skyrix.com>
84         
85         * SOGoCustomGroupFolder.m: added -initWithUIDs:inContainer: for using
86           the groups folder for internal group fetches (v0.9.11)
87         
88         * SOGoContentObject.m: updated multi-save things (which belong into the
89           SOGoAppointmentObject class), implement -sleep to release the content
90           (v0.9.10)
91
92 2004-08-15  Helge Hess  <helge.hess@skyrix.com>
93
94         * SOGoContentObject.m: implement first version of -delete (v0.9.9)
95
96         * SOGoObject.[hm], SOGoUserFolder.[hm]: implemented SOPE 
97           -ownerInContext: (v0.9.8)
98
99 2004-08-14  Helge Hess  <helge.hess@skyrix.com>
100
101         * v0.9.7
102
103         * SOGoGroupFolder.m: renamed -reset method to -sleep (called by SOPE)
104
105         * SOGoObject.m: added SOPE -sleep method (resets container and can be
106           called by subclasses)
107
108         * SOGoGroupFolder.m: made the folder found note log a debug log
109
110 2004-08-11  Helge Hess  <helge.hess@skyrix.com>
111
112         * v0.9.6
113
114         * SOGoUserFolder.m: added "Groups" folder name and lookup
115
116         * added: SOGoGroupsFolder, SOGoGroupFolder, SOGoCustomGroupFolder
117
118 2004-07-02  Helge Hess  <helge.hess@opengroupware.org>
119
120         * SOGoObject.m: added -delete method (but not yet implemented)
121
122 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
123
124         * SOGoContentObject.m: added -contentAsString method
125
126         * created ChangeLog
127