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