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