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