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