]> err.no Git - scalable-opengroupware.org/blob - SOGoLogic/ChangeLog
622a81175ed37d74f9768580278087e36e998e5b
[scalable-opengroupware.org] / SOGoLogic / ChangeLog
1 2004-10-05  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * v0.9.12
4
5         * SOGoAppointment.[hm]: added priority and categories, also fixed bug
6           in setComment:. Introduced hasComment to simplify handling.
7
8         * SOGoAppointmentICalRenderer.m: correctly render priority, categories
9           and comment.
10
11 2004-09-25  Helge Hess  <helge.hess@opengroupware.org>
12
13         * fixed compilation on MacOSX (v0.9.11)
14
15 2004-08-15  Helge Hess  <helge.hess@skyrix.com>
16
17         * SOGoAppointment.m: fixed -setAttendees: method (v0.9.10)
18
19         * SOGoAppointment.m: added comment accessors (v0.9.9)
20
21         * SOGoAppointmentICalRenderer.m: minor fixes to generated iCal (v0.9.8)
22
23         * SOGoAppointment.h: added -setAttendees: method (v0.9.7)
24
25         * v0.9.6
26
27         * added SOGoAppointmentICalRenderer
28
29         * SOGoAppointment.m: some code cleanups
30
31 2004-08-14  Marcus Mueller  <znek@mulle-kybernetik.com>
32
33         * UIxAppointmentEditor.m: changed filter. The iCalSaxDriver doesn't
34           push X-* properties through, so I reverted the X-OGo-RESOURCE prop.
35           to NON-PARTICIPANT. To me it appears to conform to the specs. Also
36           the iCalSaxDriver truncates these to NON-PART - I don't know why it
37           does so. (v0.9.5)
38
39 2004-08-14  Marcus Mueller  <znek@mulle-kybernetik.com>
40
41         * v0.9.4
42
43         * AgenorUserManager.[hm]: fixed typo, exposed new method
44           -getCNForUID:. This is very naive and should be fixed to use
45           LDAP instead.
46
47         * SOGoAppointment.[hm]: ROLE is set properly now. Added
48           -participants and -resources to differentiate between specific
49           roles in a UI convenient way. Resources are indentified via a
50           custom ROLE dubbed "X-OGo-RESOURCE".
51
52 2004-08-13  Marcus Mueller  <znek@mulle-kybernetik.com>
53
54         * AgenorUserManager.[hm]: new singleton object to manage Agenor
55           related user tasks. (v0.9.3)
56
57 2004-08-12  Helge Hess  <helge.hess@skyrix.com>
58
59         * SOGoAppointment.h: added -iCalString prototype (v0.9.2)
60
61 2004-06-30  Marcus Mueller  <znek@mulle-kybernetik.com>
62
63         * SOGoAppointment.[hm]: new cover methods. also added hackish
64           iCalString - this should be redone using some SAXProducer/Coder
65           architecture.
66
67 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
68
69         * SOGoAppointment.m: cache iCal parser and SAX driver
70
71 2004-06-25  Marcus Mueller  <znek@mulle-kybernetik.com>
72
73         * created.