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