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