]> err.no Git - scalable-opengroupware.org/blob - SoObjects/ChangeLog.upstream
initial sync
[scalable-opengroupware.org] / SoObjects / ChangeLog.upstream
1 2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
2
3         * common.make: fixed for OSX compilation
4
5 2005-07-12  Marcus Mueller  <znek@mulle-kybernetik.com>
6
7         * common.make: provide default install dir and bundle extension to
8           WO bundles
9
10 2005-03-20  Helge Hess  <helge.hess@opengroupware.org>
11
12         * common.make: link against GDLContentStore instead of OGoContentStore
13
14 2005-02-24  Helge Hess  <helge.hess@opengroupware.org>
15
16         * common.make (ADDITIONAL_LIB_DIRS): removed SOGoLogic from the linking
17           path
18
19 2005-02-17  Marcus Mueller  <znek@mulle-kybernetik.com>
20
21         * common.make: removed dependency to removed libSOGoLogic
22
23 2005-02-15  Marcus Mueller  <znek@mulle-kybernetik.com>
24
25         * v0.9.25
26
27         * GNUmakefile.preamble: added libNGiCal as a dependency
28
29         * Appointments/SOGoAppointmentObject.[hm]: added -event as a 
30           convenience to retrieve a complete iCalEvent from the stored
31           representation. This is used by SOGoAppointmentFolder to perform
32           necessary range calculations on recurrent events.
33
34         * Appointments/SOGoAppointmentFolder.[hm]: extended -fixupRecord: and
35           -fixupRecords: to accept a fetchRange: as second parameter. This
36           is used for cyclic (recurrent) events to determine the required
37           'amount' of fixup that needs to be done. During -fixupRecords: its
38           correctly determined now whether the record describes a recurrent
39           event - if that's the case, the whole event is retrieved and the
40           record gets duplicated (memory efficiently) as necessary to resemble
41           the appropriate fetch information in the desired range.
42
43 2004-12-22  Marcus Mueller  <znek@mulle-kybernetik.com>
44
45         * v0.9.24
46
47         * Appointments/SOGoAppointmentFolder.[hm]: added -fetchFreebusy...
48           Removed all -fetchXXXInfosFromFolder: methods. There's a single
49           method to override now, making the job in SOGoGroupAppointmentFolder
50           much easier (to understand).
51
52         * Appointments/SOGoGroupAppointmentFolder.m: added necessary fetch
53           abstraction.
54
55 2004-12-17  Marcus Mueller  <znek@mulle-kybernetik.com>
56
57         * Appointments/SOGoAppointmentFolder.[hm]: added "partstates" to
58           coreInfos for fetching. Also added new API to fetch a stripped down
59           version of coreInfos, suitable for overviews. (v0.9.23)
60
61 2004-12-15  Marcus Mueller  <znek@mulle-kybernetik.com>
62
63         * Appointments/SOGoAppointmentFolder.m: default redirect is now
64           "schedule" instead of "weekoverview" (0.9.22)
65
66         * Appointments/SOGoAppointmentFolder.m: cleanup (v0.9.21)
67
68         * Appointments/SOGoAppointmentFolder.m: compile fix (v0.9.20)
69
70 2004-12-13  Marcus Mueller  <znek@mulle-kybernetik.com>
71
72         * v0.9.19
73
74         * Appointments/SOGoAppointmentFolder.[hm]: new method to fetch generic
75           fields (better suited for freebusy), fixed some "mailto:" prefix
76           madness
77
78         * Appointments/SOGoAppointmentFolder.m: fixed bug in
79           -uidsFromICalPersons: (v0.9.18)
80
81 2004-12-10  Marcus Mueller  <znek@mulle-kybernetik.com>
82
83         * Appointments/SOGoAppointmentFolder.m: added new quickinfo attributes
84           for fetching (v0.9.17)
85
86 2004-12-08  Marcus Mueller  <znek@mulle-kybernetik.com>
87
88         * GNUmakefile: added Sieve product
89
90         * Appointments/SOGoGroupAppointmentFolder.m,
91           Appointments/SOGoAppointmentFolder.m, SOGo/SOGoContentObject.m,
92           SOGo/SOGoUserFolder.m: changed to NGLogging.
93
94 2004-08-26  Marcus Mueller  <znek@mulle-kybernetik.com>
95
96         * added "Mailer" product
97
98 2004-08-25  Marcus Mueller  <znek@mulle-kybernetik.com>
99
100         * added "Contacts" product
101
102         * ChangeLog: created