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