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