vladimir%pobox.com
6acfac2509
b=289439, lightning and calendar update stuff
2005-04-08 20:57:34 +00:00
shaver%mozilla.org
d7293225e2
Make the subscript-loading properly detect the installation directory
...
of the components, so that we work in Lightning as well as Sunbird. (Had
this in my other tree for ages, *blush*.)
Properly navigate the prototype chain to find the shadowed QI, rather than
just recurring infinitely on ourselves.
Tested in sunbird and lightning, NPOTB, r=dmose.
2005-04-07 15:55:14 +00:00
shaver%mozilla.org
7e62cda06d
Bug 289272: fix component initialization to let us create calEvents and such
...
again. r=mvl, NPOTB.
2005-04-06 18:46:11 +00:00
vladimir%pobox.com
db1cec37d7
Fix component registration order issues
2005-04-04 21:46:09 +00:00
bsmedberg%covad.net
a33114e31e
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-04 17:05:17 +00:00
mvl%exedo.nl
2297a8a082
make date-like attributes readwrite, to make it possible to edit a todo
...
bug 287985, r=vlad
2005-03-30 21:21:58 +00:00
mvl%exedo.nl
14f593e510
Add some documentation
...
bug 278140, r=vlad
2005-03-28 18:59:33 +00:00
mvl%exedo.nl
8260eb8ec6
it is a todo, not an event.
2005-03-25 14:45:58 +00:00
pavlov%pavlov.net
0e541d864b
fixing bug 286228. patch by stelian@popies.net. r=pavlov
2005-03-24 20:22:46 +00:00
mvl%exedo.nl
4f742ef4c3
forgot to update this file for bug 286455.
2005-03-22 16:09:50 +00:00
mvl%exedo.nl
ec3672e7c6
Give this the right classname. Just because it looks better. r=vlad
2005-03-16 18:44:00 +00:00
mvl%exedo.nl
87d1df6e55
another bustage fix. also bug 279189
2005-02-27 15:10:30 +00:00
mvl%exedo.nl
f66b3a42e1
bustage fix. fallout from bug 279189
2005-02-27 15:06:54 +00:00
pavlov%pavlov.net
f713b3e877
adding prefs api for calendars. bug 279189 r=vlad
2005-02-23 21:50:36 +00:00
mvl%exedo.nl
2175320c4e
make calIDateTime properties like hour to be in the given timezone
...
bug 280971, r=vlad
(plus off-by-one fix for weekday)
2005-02-04 20:42:08 +00:00
pavlov%pavlov.net
db4de01899
adding support for creating and deleting calendars
2005-02-01 00:56:51 +00:00
pavlov%pavlov.net
791ff69d43
adding calendar manager. bug 289189 r=vlad
2005-01-29 01:51:04 +00:00
pavlov%pavlov.net
df3cac5915
partial fix for all day events. bug 278425. patch by jt@nerant.org. r=pavlov
2005-01-29 00:47:51 +00:00
mvl%exedo.nl
a5b37c2367
do the right test.
...
r=vlad
2005-01-28 21:27:59 +00:00
mvl%exedo.nl
e1a08cdf46
don't try create a complete rule for exdate.
...
r=vlad
2005-01-28 20:07:26 +00:00
vladimir%pobox.com
9fca2cc9cb
added new maketzdata.pl in this location; regenerated tzdata.c straight from Olson data via vzic, without --pure option. Less carbohydrates and same great taste as the old tzdata.c, but without nasty compatability problems.
2005-01-26 23:05:23 +00:00
vladimir%pobox.com
3440be6f78
more timezone conversion fixes
2005-01-17 22:06:24 +00:00
vladimir%pobox.com
fa42b557a2
Generate a timezone on the icaltimetype if one is specified, and the calDatetime isn't in UTC
2005-01-17 21:51:53 +00:00
mvl%exedo.nl
5ef33596f8
make calIRecurrenceInfo.getNextOccurrence not return occurences with startTime == aStartTime
...
bug 278149, r=vlad
2005-01-14 21:02:10 +00:00
dmose%mozilla.org
a385218b1d
Removing DTALARM attrib; it doesn't exist. Not part of the build.
2005-01-12 17:35:20 +00:00
shaver%mozilla.org
b22b5765b9
Bugs from CalDAV Calconnect interop.
...
- Use uppercase property names until 277978 is fixed.
- Don't set empty-string properties, because some servers don't like them.
2005-01-12 01:12:00 +00:00
vladimir%pobox.com
0b8b5b75e9
fix tzid generation
2005-01-10 20:22:48 +00:00
vladimir%pobox.com
ebd54aaa90
updated as per mvl's suggestions, also an offset fix
2005-01-10 20:09:41 +00:00
vladimir%pobox.com
3aaf97b4e9
add timezone handling in output ics files. we currently output dtstart/dtend in the tz specified by the calendar.local-time-zone pref
2005-01-10 02:24:03 +00:00
vladimir%pobox.com
7354da2807
no, the real tzdata is this one
2005-01-10 02:20:36 +00:00
vladimir%pobox.com
29b0dafa2e
newer tzdata that builds on msvc
2005-01-10 02:16:36 +00:00
mvl%exedo.nl
03f5be39b0
Don't put rrule and attendee in the property bag, they are handled specially.
...
bug 277562, r=shaver
2005-01-09 19:01:52 +00:00
mvl%exedo.nl
afc89f3aa5
don't build libicalss
...
bug 277570, r=shaver
2005-01-09 18:33:58 +00:00
vladimir%pobox.com
b3422be96b
parse recurrence components on input of icalProperty
2005-01-07 22:11:48 +00:00
mvl%exedo.nl
690b11bd7e
Use new libical. Don't build libxpical anymore
...
r=dmose. bug 237302 and 273447
2005-01-07 19:16:46 +00:00
vladimir%pobox.com
34d8c18781
more recurrence handling goop: single RDATE/EXDATEs supported (no more dateset); serializing to ICS works correctly; storage handles all item cases now; added compiled-in VTIMEZONE data for olson timezones (generated from libical olson VTIMEZONE files) -- bugs on output, TZ bits disabled for now; updates to storage and caldav for support.
2005-01-03 23:32:28 +00:00
vladimir%pobox.com
41c03e6d2d
thinko. or cutandpasteo, up to you.
2005-01-03 23:24:22 +00:00
vladimir%pobox.com
980c9cb8b3
Added reset() to calIDateTime; updated Todo back-end bits (cruft fixing). notpartofthebuild
2005-01-03 23:08:13 +00:00
dmose%mozilla.org
96de4ccf68
Allow calIDateTime objects to expose an ical-serialized version of the object as an attribute. Not part of the build.
2005-01-02 02:52:11 +00:00
mvl%exedo.nl
3715a0291f
don't update lastmodified when setting icalComponent, when cloning or when setting parent
...
bug 276522, r=shaver
2004-12-31 15:36:10 +00:00
dmose%mozilla.org
5fd9419870
Removed old tests; new copies now exist in mozilla/calendar/test. Not part of the build.
2004-12-27 19:58:43 +00:00
pavlov%pavlov.net
166506a909
adding new calendar attachment interface -- bug 274966
2004-12-20 18:04:15 +00:00
shaver%mozilla.org
1ba290d760
Bugs 275070, 274464:
...
- remove preprocessing step in favour of some JS dynamism love
- much improved invalid-date/null/etc. argument handling in the ICS service
- better management of stampDate and lastModifiedTime
- unification of immutable checks
- test for attendee cloning
r=mvl.
2004-12-18 22:59:51 +00:00
vladimir%pobox.com
b7f0fb372d
new recurrence system. exceptions supported now, along with everything else ical can throw at us. I hope.
2004-12-18 01:54:30 +00:00
vladimir%pobox.com
69d4ea526b
fix mAttendees typo
2004-12-17 19:54:54 +00:00
pavlov%pavlov.net
eccf2748cd
fix toString() to print the correct month r=vlad
2004-12-16 21:18:00 +00:00
mvl%exedo.nl
1fefb9bc7c
fix typo. make this actually work.
2004-12-15 19:19:49 +00:00
mvl%exedo.nl
2f2ede7d7f
make calIItemBase.icalComponent read/write
...
bug 274645, r=shaver
2004-12-15 16:22:01 +00:00
shaver%mozilla.org
5097dbe634
clone attendees properly
2004-12-14 23:47:33 +00:00
vladimir%pobox.com
219fa26021
icalrecur_iterator_next doesn't seem to return the first date, so we were off by one when computing a RecurCount. notpartofthebuild
2004-12-14 11:10:42 +00:00