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