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