]> err.no Git - sope/blob - sope-ical/NGiCal/ChangeLog
finishing touches on the vcard parser
[sope] / sope-ical / NGiCal / ChangeLog
1 2005-05-09  Helge Hess  <helge.hess@opengroupware.org>
2
3         * first version of working vCard SAX handler (v4.5.54)
4
5 2005-05-08  Helge Hess  <helge.hess@opengroupware.org>
6
7         * more work on vCard parsing (v4.5.53)
8
9         * work on vCard objects (incomplete) (v4.5.52)
10
11 2005-04-25  Helge Hess  <helge.hess@opengroupware.org>
12
13         * iCalDateHolder.m, iCalDataSource.m: fixed gcc 4.0 warnings (v4.5.51)
14
15 2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
16
17         * v4.5.50
18
19         * iCalRenderer.h: added missing paranthesis for iVar declarations
20
21         * iCalTrigger.m, iCalEntityObject.m, iCalToDo.m,
22           iCalRecurrenceCalculator.m, iCalDateHolder.m, iCalDataSource.m,
23           iCalPerson.m, iCalCalendar.m: numerous dealloc bugs/leaks fixed
24
25 2005-03-02  Marcus Mueller  <znek@mulle-kybernetik.com>
26
27         * iCalRecurrenceCalculator.m: bugfix for monthly and yearly recurrences
28           (v4.5.49)
29
30         * iCalRecurrenceCalculator.m: optimized exception date handling in
31           complex calculation method quite a bit. Fixed bugs in all calculation
32           methods by introducing checks on the desired range. (v4.5.48)
33
34 2005-02-28  Marcus Mueller  <znek@mulle-kybernetik.com>
35
36         * v4.5.47
37
38         * iCalRepeatableEntityObject.m:  shifted code to
39           iCalRecurrenceCalculator
40
41         * iCalRecurrenceCalculator.[hm]: new class method to calculate
42           complex recurrences. In SOGo this information is stored in quick
43           fields to reduce the complexity of lookups, hence we need to offer
44           a proper API to calculate date ranges from this information.
45           Fixed all calculations to explicitly set timeZone for all newly
46           created startDates - it seems the timeZone information is not
47           properly retained by the hour:minute:second: method from NGExtensions
48           which lead to improper DST related shifts.
49
50         * iCalDateHolder.h: exposed the API
51
52         * NSCalendarDate+ICal.[hm]: new convenience constructor for calendar
53           dates from iCal representations (uses iCalDateHolder internally)
54
55         * iCalRecurrenceRule.m: changed setUntil: to utilize new public
56           NSCalendarDate+ICal category
57
58         * NGiCal.h: added NSCalendarDate+ICal.h to the public headers
59
60         * GNUmakefile: NSCalendarDate+ICal.h is public now
61
62 2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
63
64         * NGiCal.xmap: fixed a missing semicolon (did not load on MacOSX)
65           (v.4.5.46)
66
67 2005-02-17  Helge Hess  <helge.hess@skyrix.com>
68
69         * GNUmakefile.preamble: fixed linking locations for dependencies
70           (v4.5.45)
71
72 2005-02-17  Marcus Mueller  <znek@mulle-kybernetik.com>
73
74         * v4.5.44
75
76         * iCalEntityObject.[hm]: added convenience API
77
78         * iCalRepeatableEntityObject.[hm]: added convenience API
79
80         * iCalRecurrenceRule.m: bugfixes in -byDayList and
81           -iCalRepresentationForWeekDay:
82
83         * iCalRecurrenceCalculator.m: implemented 'BYDAY' calculations for
84           weekly frequency. Note that 'COUNT' is still broken for this case.
85
86         * iCalRenderer.m: updated rendering, now can render recurrence rules
87           and accompanied stuff properly.
88
89 2005-02-15  Marcus Mueller  <znek@mulle-kybernetik.com>
90
91         * v4.5.43
92
93         * iCalRecurrenceRule.[hm]: exposed some more of the API
94
95         * iCalRecurrenceCalculator.m: some bugfixes. Split the code and gave
96           iCalWeeklyRecurrenceCalculator its own calculation - there are a
97           number of foreseeable differences to daily calculation that make
98           this necessary in the near future anyways.
99
100         * v4.5.42
101
102         * iCalRepeatableEntityObject.[hm]: added ability to properly calculate
103           the recurrence ranges within a specific calendar date range, taking
104           all possible exceptions into account.
105
106         * iCalEvent.[hm]: convenience wrapper for the new method found in
107           iCalRepeatableEntityObject.
108
109 2005-02-14  Helge Hess  <helge.hess@opengroupware.org>
110
111         * v4.5.41
112
113         * GNUmakefile.preamble: added missing dependency on libNGExtensions
114           (which also adds the dependency on libDOM)
115
116         * iCalRecurrenceCalculator.h: fixed missing forward declaration in
117           header
118
119 2005-02-12  Marcus Mueller  <znek@mulle-kybernetik.com>
120
121         * v4.5.40
122
123         * iCalRecurrenceCalculator.[hm]: implemented all required (and simple)
124           calculations. Added some convenience API to query some of the more
125           obvious ranges suitable as limits for fetching/comparison. 
126
127         * iCalRepeatableEntityObject.[hm]: new method for calculating the
128           last possible recurrence start date. This can be used for fetches
129           as well.
130
131         * iCalEvent.[hm]: more convenient wrapper for the new method found in
132           iCalRepeatableEntityObject.
133
134         * NSCalendarDate+ICal.[hm]: convenience methods for calculating
135           "distances" between dates.
136
137         * tests/*: updated
138
139 2005-02-11  Marcus Mueller  <znek@mulle-kybernetik.com>
140
141         * v4.5.39
142
143         * README: updated
144
145         * iCalRepeatableEntityObject.[hm]: new base class for all other
146           repeatable entity objects. Offers a convenience API for generating
147           recurrence ranges and tests, taking all exceptions into account.
148
149         * iCalRecurrenceRule.[hm]: an iCal recurrence rule, modeled as closely
150           as possible to RFC2445. Please note that this is work in progress
151           and far from being complete, yet.
152
153         * iCalRecurrenceCalculator.[hm]: a controller implementing RFC2445
154           to properly generate recurrence ranges and accompanied functionality.
155
156         * iCalEvent.[hm], iCalToDo.[hm]: now subclasses from
157           iCalRepeatableEntityObject, thus removed code dealing with
158           recurrences
159
160         * NGiCal.h: added new headers
161
162         * NGiCal.xmap: changed recurrenceRule mappings due to model change
163
164         * tests/*: contains unit tests for stuff dealing with recurrences. See
165           accompanied README for details
166
167 2004-12-17  Marcus Mueller  <znek@mulle-kybernetik.com>
168
169         * iCalPerson.[hm]: formalized participationStatus according to RFC2445.
170           Provided convenience API to set status without concrete knowledge
171           of string values involved. (v4.5.38)
172
173 2004-12-16  Marcus Mueller  <znek@mulle-kybernetik.com>
174
175         * v4.5.37
176
177         * iCalEvent.[hm]: Added transparency 'TRANSP'. Also multiple
178           convenience methods provided.
179
180         * NGiCal.xmap: added proper mapping for 'transp'.
181
182 2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
183
184         * NGiCal.xcode: minor changes and updated
185
186 2004-12-13  Marcus Mueller  <znek@mulle-kybernetik.com>
187
188         * iCalPerson.[hm]: added -cnWithoutQuotes and -rfc822Email convenience
189           methods to simplify client code dealing with these properties
190           (v4.5.36)
191
192 2004-11-07  Marcus Mueller  <znek@mulle-kybernetik.com>
193
194         * NGiCal.xcode: provide SOPE_{MAJOR,MINOR}_VERSION to the build
195
196 2004-11-06  Helge Hess  <helge.hess@opengroupware.org>
197
198         * iCalRenderer.m: use SOPE version defines for iCalendar product id
199           (v4.5.35)
200
201 2004-11-04  Helge Hess  <helge.hess@skyrix.com>
202
203         * use Version file for install directory location of sax mapping
204
205 2004-10-31  Marcus Mueller  <znek@mulle-kybernetik.com>
206
207         * iCalAlarm.[hm], iCalEvent.[hm], iCalToDo.[hm],
208           NGiCal.xmap: added recurrenceRule (v4.3.34)
209
210 2004-10-20  Marcus Mueller  <znek@mulle-kybernetik.com>
211
212         * NGiCal.xcode: added iCalRenderer.[hm], bumped framework version
213
214 2004-10-20  Helge Hess  <helge.hess@opengroupware.org>
215
216         * iCalRenderer.m: fixed some issue with Cocoa Foundation (v4.3.33)
217
218         * v4.3.32
219
220         * iCalEvent.m: added -vEvent method to produce an iCalendar
221           representation of an event
222
223         * added iCalRenderer class based on the SOGo render by ZNeK
224
225 2004-10-14  Marcus Mueller  <znek@mulle-kybernetik.com>
226
227         * NGiCal.xmap: added "categories" mapping (v4.3.31)
228
229 2004-10-05  Marcus Mueller  <znek@mulle-kybernetik.com>
230
231         * iCalEntityObject.[hm]: added categories property (v4.3.30)
232
233 2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
234
235         * NGiCal.xcode: fixed several build parameters
236
237 2004-09-01  Marcus Mueller  <znek@mulle-kybernetik.com>
238
239         * v4.3.29
240
241         * iCalEventChanges.[hm]: new class for tracking changes between
242           two given events
243
244         * iCalEvent.[hm]: new API to generate iCalEventChanges objects.
245
246         * common.h: inline function and macro for "safe" comparison of
247           object values
248
249 2004-09-01  Helge Hess  <helge.hess@opengroupware.org>
250
251         * GNUmakefile.postamble: copy sax-model to FHS_INSTALL_ROOT + 
252           /share/sope-4.3/saxmappings/ when compiling for FHS (v4.3.28)
253
254 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
255
256         * added hack to install the project in FHS locations - the library,
257           its headers, the tools and the resources will be installed in
258           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
259           (v4.3.27)
260
261 2004-08-26  Marcus Mueller  <znek@mulle-kybernetik.com>
262
263         * NGiCal.xcode: new Xcode project
264
265 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
266
267         * fixed for SOPE 3.3 directory layout (v4.3.26)
268
269         * moved to sope-ical
270
271         * moved to SOPE 4.3 (v4.3.25)
272
273 2004-08-14  Helge Hess  <helge.hess@opengroupware.org>
274
275         * iCalEntityObject.m: changed "sequence" attribute from NSString to
276           NSNumber (this might break some code, though some care was taken to
277           accept NSString parameters) (v4.2.24)
278
279 2004-07-14  Helge Hess  <helge.hess@opengroupware.org>
280
281         * iCalEvent.h: moved 'status' field to iCalEntityObject, because it is
282           also available in todo objects (v4.2.23)
283
284 2004-06-30  Marcus Mueller  <znek@mulle-kybernetik.com>
285
286         * iCalEntityObject.m: added -removeAllAttendees and -removeAllAlarms.
287           These are necessary in case you want to remake the contents of these
288           collections, but keep all other attributes otherwise. (v4.2.22)
289
290 2004-06-09  Helge Hess  <helge.hess@opengroupware.org>
291
292         * v4.2.21
293
294         * GNUmakefile.preamble: added prebinding
295
296         * GNUmakefile: create GNUmakefile.preamble, GNUmakefile.postamble
297
298 2004-05-05  Marcus Mueller  <znek@mulle-kybernetik.com>
299
300         * GNUmakefile: added support for building with
301           GNUSTEP_BUILD_DIR environment variable set for recent
302           gnustep-make package. (v4.2.20)
303
304 2004-01-23  Helge Hess  <helge.hess@opengroupware.org>
305
306         * iCalDataSource.m: added some sanity checks, improved to work better
307           with Mozilla generated iCal files (v4.2.19)
308
309 2003-12-22  Helge Hess  <helge.hess@skyrix.com>
310
311         * iCalDateHolder.m: small fix not to print a warning for "YYYYMMDD"
312           style dates (which are supported) (v4.2.18)
313
314 2003-12-21  Helge Hess  <helge.hess@opengroupware.org>
315
316         * v4.2.17
317
318         * iCalEvent.m: added parsing of duration values and calculation of 
319           end-dates based on that (eg required for Panther iCal.app)
320         
321         * iCalEvent.m: added support for 'status' and 'duration' fields 
322
323 Thu Nov 20 16:31:15 2003  Martin Hoerning  <martin@opengroupware.org>
324
325         * iCalDateHolder.m: added timeless date format: YYYYMMDD
326           (solves ogo bug 424) (v4.2.16)
327
328 Wed Oct 29 22:04:32 2003  Martin Hoerning  <martin@opengroupware.org>
329
330         * iCalDateHolder.m, iCalObject.[m|h]: added iCalDefaultTimeZone to 
331           create date from iCalDates without timeZone. (solves OGoo bug 257) 
332           (v4.2.15)
333
334 2003-10-12  Helge Hess  <helge@opengroupware.org>
335
336         * GNUmakefile (libNGiCal_LIBRARIES_DEPEND_UPON): link against
337           libSaxObjC on MacOSX (v4.2.14)
338
339 Fri Jul 18 17:04:55 2003  Martin Hoerning  <mh@skyrix.com>
340
341         * iCalToDo.h, iCalPerson.h, iCalEvent.h, iCalEntityObject.h: added 
342           accessor-methods to interface (v4.2.13)
343
344 2003-07-18  Helge Hess  <helge.hess@skyrix.com>
345
346         * iCalDateHolder.m: replaces and indexOfString with rangeOfString,
347           thanks to Filip Van Raemdonck for pointing that out (v4.2.12)
348
349 2003-03-21  Helge Hess  <helge.hess@skyrix.com>
350
351         * added some method prototypes
352
353 2003-03-13  Helge Hess  <helge.hess@skyrix.com>
354
355         * moved iCalEntityObject to a separate file (v4.2.11)
356
357 Mon Mar 10 18:41:10 2003  Bjoern Stierand  <bjoern@skyrix.com>
358
359         * NGiCal.xmap: added missing attendee attributes (as dictated by
360           mh on the phone)
361
362 2003-03-10  Helge Hess  <helge.hess@skyrix.com>
363
364         * iCalPerson.h: added some method prototypes
365
366 2003-02-24  Helge Hess  <helge.hess@skyrix.com>
367
368         * iCalObject.h: added some accessors (v4.2.10)
369
370 2003-02-12  Helge Hess  <helge.hess@skyrix.com>
371
372         * moved to skyrix-core (v4.2.9)
373
374 2003-01-13  Helge Hess  <helge.hess@skyrix.com>
375
376         * added some support for timezones to be able to parse Evolution
377           apt creation requests (v4.2.7)
378
379 2002-10-14  Helge Hess  <helge.hess@skyrix.com>
380
381         * added iCalDateHolder for decoding xCal date values with timezone
382           attributes to a NSCalendarDate
383
384         * iCalObject.m: ignore X- keys
385
386         * removed all the old stuff (v4.2.4)
387
388         * ICalVEvent.m: renamed -class to -eventClass since -class conflicts
389           with the NSObject method
390
391         * started XML based iCal (v4.2.3)
392
393 2002-10-10  Helge Hess  <helge.hess@skyrix.com>
394
395         * ICalParser.m: small cleanups (v4.2.2)
396
397 2002-10-04  Helge Hess  <helge.hess@skyrix.com>
398
399         * created ChangeLog, created NGiCal library into SkyCore
400
401