48 Commits

Author SHA1 Message Date
jminta%gmail.com
33ca8e93d3 Bug 335129 remove unused calIObserver.onAlarm, r=dmose 2006-05-30 00:18:22 +00:00
mvl%exedo.nl
76f483126a bug 327933: disable etag checks on trunk, because webdav is broken. r=dmose 2006-05-05 08:03:07 +00:00
dmose%mozilla.org
8ac381d606 Fix ICS calendar regression from WebDAV interface change (no bug); r=mvl 2006-04-25 19:10:32 +00:00
mvl%exedo.nl
a8adc18592 Bug 325519: Better readable error dialog. r=jminta 2006-03-21 18:32:46 +00:00
dmose%mozilla.org
313a8ded82 Add missing observer methods (bug 325726); patch by <daniel.boelzle@sun.com>, r=dmose. 2006-03-17 17:42:55 +00:00
dmose%mozilla.org
01bf648181 Check the ETag when downloading to avoid unnecessary downloads (bug 326116) and fix remote ICS calendar creation to not throw an error (bug 315511); thanks to Michiel van Leeuwen <mvl+moz@exedo.nl> for the patches, r=dmose 2006-03-06 07:23:37 +00:00
dmose%mozilla.org
148c3a7dca Make creating a local ICS calendar work (bug 329373); thanks to <gekacheka@yahoo.com> for the patch, r=mvl. 2006-03-05 21:08:19 +00:00
mvl%exedo.nl
e7d07d5d0e Bug 327890: Serialize exceptions to ics calendars. patch by michael.buettner@sun.com and daniel.boelzle@sun.com. r=mvl 2006-02-24 20:42:56 +00:00
jminta%gmail.com
24e6bb8260 Bug 315051 Switch to storing alarms based on offsets from start/end time rather than as absolute times. Ensure that missed alarms are fired. r=dmose 2006-02-23 23:14:14 +00:00
mvl%exedo.nl
bc34382ebe bug 324849: check etag before uploading ics calendars. r=dmose 2006-02-04 22:23:24 +00:00
mvl%exedo.nl
3040fec4ca bug 315959, add .adoptItem for faster loading of ics files. r=dmose 2006-01-19 21:54:54 +00:00
mvl%exedo.nl
ec93e8e4a3 Bug 323548 re-order code in calICSCalendar.js. r=jminta 2006-01-17 17:57:13 +00:00
dmose%mozilla.org
99ef7e6a1b Don't manually add VTIMEZONE bits into ICS calendars; this was triggering crashes (bug 305857); r=mvl 2005-10-29 20:32:51 +00:00
mvl%exedo.nl
d0d088d1a8 make importer notify observers about a batch change coming up.
bug 313502, r=dmose
2005-10-28 20:13:53 +00:00
jminta%gmail.com
02cbbd5ccc Bug 306508 WebDAV provider should notice and propagate all possible dataloss issues to the UI. r1=dmose, r2=mvl 2005-10-25 21:15:41 +00:00
jminta%gmail.com
7deddde5c7 Bug 313489 A calendar's readOnly attribute should not persist between sessions, r=mvl 2005-10-23 17:36:42 +00:00
jminta%gmail.com
1840752152 Bug 313483 properly set memory calendars' uri. r=dmose 2005-10-23 14:58:43 +00:00
mvl%exedo.nl
4f9715e928 remove old files before using copyTo.
bug 312883, r=dmose
2005-10-21 17:49:02 +00:00
jminta%gmail.com
8127ab2430 Bug 310503 Implement support for readonly calendars, put calendars in readonly mode when an error occurs, report this to the user in relevant UI bits. r1=mvl, r2=dmose 2005-10-21 16:51:13 +00:00
mvl%exedo.nl
187bb3d7bc parse multiple vcalendar components in one ics file.
bug 308997, r=dmose
2005-10-19 17:54:43 +00:00
dmose%mozilla.org
be63c93879 ICS provider assertion/failure and performance fix (bug 312381); r=mvl 2005-10-14 21:12:56 +00:00
mvl%exedo.nl
6285bd8c73 catch errors in streamLoader.init: those are new files, not an error.
bug 311427, r=jminta
2005-10-14 13:32:17 +00:00
mvl%exedo.nl
bfa3069e13 Bug 311405 Improve the way the ics provider handles batches by waiting for an empty queue before uploading the file.
r=dmose
2005-10-12 20:33:43 +00:00
mvl%exedo.nl
56bc8bc35e Don't overwrite old backups, but write to a new one and delete the old file, to prevent races. Also adds some error checking.
bug 309366, r=dmose
2005-10-06 21:52:42 +00:00
mvl%exedo.nl
44682de1ce the convertor stream isn't a service.
no bug, r=jminta
2005-09-24 21:13:10 +00:00
dmose%mozilla.org
1c8cf6c8e9 Fix regression where ICS calendars larger than 65536 bytes were getting truncated to that length (bug 309362), r=mvl 2005-09-21 21:34:11 +00:00
mvl%exedo.nl
4b1849afc1 Make backups of ics files, just to be sure.
bug 307033, original patch by jminta, r=jminta
2005-09-16 19:33:24 +00:00
mvl%exedo.nl
84ba0f6b23 Do proper utf8 conversion when uploading and in import/export for ics calendars.
bug 306765, r=dmose
2005-09-12 20:33:08 +00:00
dmose%mozilla.org
fc87cfcb35 Fix a typo-induced bug in the storage calendar as well as a whole bunch of warning spew (bug 305404), r=mvl 2005-08-21 19:11:28 +00:00
mvl%exedo.nl
ea6fce7366 Add a way to refresh calendars. bug 285018, r=shaver 2005-07-25 19:17:09 +00:00
mvl%exedo.nl
fc4096fdc9 fix deleting items from ics calendar. update event dialog to change recurrence api. r=shaver 2005-07-07 17:44:03 +00:00
mvl%exedo.nl
52a70e374a Make subscribing to a webcal calendar from a link in a browser work. Bug 295896, r=pavlov 2005-07-03 18:36:51 +00:00
dmose%mozilla.org
f0c77cac48 Change modifyItems to require the caller to pass in the old item for ease of provider implementation (bug 295775). Also contains fixes for CalDAV bugs discovered at the CalConnect interop. r=pavlov@pavlov.net. Not part of the build. 2005-06-09 23:24:45 +00:00
mvl%exedo.nl
a842d8d287 Also get the todo's from the memory calendar, so they are put back in the file. 2005-06-01 10:58:30 +00:00
pavlov%pavlov.net
a3f6fb3d1c adding publish to lightning. bug 293545 r=shaver,mvl 2005-05-11 05:04:40 +00:00
mvl%exedo.nl
bce52566ee the ics provider should return the right calendar to the listeners.
bug 293053, r=vladimir
2005-05-05 20:59:53 +00:00
pavlov%pavlov.net
0f0b74e420 persisting calendar name and name changes using calendar prefs (bug 292097) r=shaver 2005-04-27 21:13:48 +00:00
mvl%exedo.nl
c04cf5e555 make observers work in ics calendar. npotb. 2005-04-19 12:28:28 +00:00
vladimir%pobox.com
de007a8244 remove itemFilter from calICalendar's addObserver method 2005-04-15 18:51:47 +00:00
mvl%exedo.nl
027bd33e7f queue any changes while loading or storing the ics file. 2005-03-26 20:51:55 +00:00
mvl%exedo.nl
3238a7f33e use composite calendar for view. Allows to use multiple calendars.
bug 286455, r=stuart,vlad
2005-03-21 17:55:24 +00:00
mvl%exedo.nl
fb7af0311a make todos work in ics and memory providers
r=dmose. no bug
2005-03-13 21:52:04 +00:00
mvl%exedo.nl
feca0ecf48 store unknown properties
other misc fixes
2005-02-18 22:16:55 +00:00
pavlov%pavlov.net
e4c33752df adding calendar manager. bug 289189 r=vlad 2005-01-29 01:51:04 +00:00
mvl%exedo.nl
bea86d243e Update comments 2005-01-09 22:44:28 +00:00
mvl%exedo.nl
3200383ba4 Updates to ics provider. Inherit from memory calendar instead of wrapping the calls 2005-01-06 18:48:38 +00:00
mvl%exedo.nl
8c2283ac8c updating ics provider 2004-12-17 21:24:29 +00:00
mvl%exedo.nl
04c41e6e29 initial .ics file based calender provider 2004-12-15 20:18:48 +00:00