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