]> err.no Git - scalable-opengroupware.org/blob - UI/MailPartViewers/ChangeLog
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@900 d1b88da0-ebda-0310-925b-ed51d...
[scalable-opengroupware.org] / UI / MailPartViewers / ChangeLog
1 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
2
3         * UIxMailRenderingContext.m: show text/plain and text/html attachments
4           which have "filename" set in the content-disposition using the link
5           viewer (#1468) (v0.9.16)
6
7 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
8
9         * UIxMailRenderingContext.m: map multipart/report mimetype to use the
10           multipart/mixed viewer, map message/delivery-status mimetype to use
11           the link viewer (v0.9.15)
12
13         * v0.9.14
14
15         * UIxMailPartICalViewer.m: replaced some methods with label bindings
16
17         * English.lproj/Localizable.strings: added more strings
18
19         * UIxMailPartICalViewer.m: added -attendeeStatusLabel to produce a
20           readable and localized part-stat (v0.9.13)
21
22 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
23
24         * UIxMailPartICalViewer.m: added code to support iMIP REPLY messages
25           (v0.9.12)
26
27 2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
28
29         * v0.9.11
30         
31         * added UIxMailPartICalAction for calendar part related link actions
32           (no actions implemented yet)
33         
34         * UIxMailPartViewer.m: added preferred extensions for iCalendar and
35           vCard mime types, moved in -pathToAttachment from
36           UIxMailPartLinkViewer (returns a nice download-link), added
37           -pathToAttachmentObject method (returns a plain link to the part
38           SoObject)
39           
40         * UIxMailPartLinkViewer.m: moved -pathToAttachment method to baseclass
41
42         * UIxMailPartICalViewer.m: added method to retrieve the authorative
43           event (DB before mail), added a method to return an organizer display
44           name (with appropriate fallbacks) (v0.9.10)
45
46         * UIxMailPartICalViewer.m: rewrote not to use SOGoAppointment and to
47           use iCalCalendar instead (v0.9.9)
48
49         * UIxMailSizeFormatter.m, UIxMailPartMixedViewer.m, 
50           UIxMailPartICalViewer.m, UIxMailPartAlternativeViewer.m,
51           UIxMailPartViewer.m: fixed gcc 4.0 warnings (v0.9.8)
52
53 2005-07-14  Helge Hess  <helge.hess@opengroupware.org>
54
55         * UIxMailPartICalViewer.m: properly reset part caches when the
56           part-path changes, added methods to check whether the event is
57           already stored in the calendar of the login-user, added methods to
58           check whether the login-user is the organizer (v0.9.7)
59
60 2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
61
62         * UIxMailPartViewer.m: added '8bit' as a known MIME encoding (v0.9.6)
63
64 2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
65
66         * UIxMailRenderingContext.m: fixed a bug when rendering nested
67           multiparts (cannot be cached) (v0.9.5)
68
69 2005-06-24  Helge Hess  <helge.hess@opengroupware.org>
70
71         * UIxMailPartLinkViewer.m: fixed an exception on Cocoa when a mail is
72           composed from just the HTML body (v0.9.4)
73
74 2005-02-21  Helge Hess  <helge.hess@opengroupware.org>
75
76         * prepared HTML and iCal mail part viewers (0.9.3)
77
78 2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
79
80         * moved in UIxMailSizeFormatter (v0.9.2)
81
82 2005-02-18  Helge Hess  <helge.hess@opengroupware.org>
83
84         * created ChangeLog