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