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