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