Граф коммитов

182 Коммитов

Автор SHA1 Сообщение Дата
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
jminta%gmail.com f8027f6beb Fixes for misc typos and libical errors in caldav. No bug. r=dmose 2006-03-04 03:51:29 +00:00
dmose%mozilla.org b5b10cc68f Fix error writing items that have attendees to the storage calendar (bug 327845); thanks to gekacheka@yahoo.com for the patch, r=dmose. 2006-03-03 19:43:28 +00:00
jminta%gmail.com 23a1eae230 Bug 328011 Fix identify comparison testing of xpcom objects to avoid problems with == and wrapping. r=dmose 2006-03-03 13:22:52 +00:00
jminta%gmail.com 974a7a67d5 Bug 328761 Wrong alarm offset calculation during startup for alarm with offset > 9 hours. r=mvl 2006-03-01 01:16:09 +00:00
dmose%mozilla.org 77984d4ce3 Fix storage calendar version migration bustage caused by failure to call reset() on a statement. Thanks to Stefan Sitter <ssitter@googlemail.com> for the patch; r=dmose. 2006-02-28 21:24:46 +00:00
dmose%mozilla.org db743dac4e Fix for schema-checker failure blowing away database tables (bug 327971), r=jminta 2006-02-26 04:10:47 +00:00
dmose%mozilla.org b9451f3262 Fix a couple of thinkos which cause bad things to happen when dealing with recurring tasks (bug 328197). Thanks to <daniel.boelzle@sun.com> for the patch, r=dmose 2006-02-26 01:54:49 +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
jminta%gmail.com fe7e9b356c Bug 325932 'Hide Completed Tasks' button doesn't work for tasks created with Sunbird 0.2 r=mvl 2006-02-18 21:38:42 +00:00
mvl%exedo.nl bc34382ebe bug 324849: check etag before uploading ics calendars. r=dmose 2006-02-04 22:23:24 +00:00
jminta%gmail.com 35560c9506 Bug 324735 Remove some references to obsolete calIItemOccurence interface. patch by robin.edrenius@gmail.com, r=jminta 2006-01-29 03:44:25 +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 d62cd394e2 Allow 201 response code for item modifications; no bug 2005-12-28 23:46:43 +00:00
dmose%mozilla.org 778c773d73 Minor tweaks to make the CalDAV provider work with the current (-08) draft. No bug. 2005-12-28 17:27:50 +00:00
dmose%mozilla.org 7670235c86 Make core calendar code work against both trunk and 1.8 branch builds (bug 318850), r=jminta@gmail.com 2005-12-04 21:53:17 +00:00
vladimir%pobox.com f2232124e1 b=273050, storage module interface review, r=darin 2005-11-15 00:35:50 +00:00
jminta%gmail.com 5e7d59a92c Bug 314345 Events and tasks still seen if all calendars is deselected, r=mvl 2005-11-07 17:55:05 +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 318d3ecf2c Bug 313483 Remove the ability to set composite calendars as readOnly, r=dmose 2005-10-23 18:49:58 +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 4e52e04582 Bustage fix from bug 310503. getCalendarManager is not defined. r=dmose 2005-10-21 17:16:04 +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 20fd60fafe don't drop CLASS property.
bug 312101, r=dmose
2005-10-20 20:25:04 +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 0fc1c0b9f4 store and read infinite recurring events better, in order to be able to import ics files.
bug 310497, r=dmose
2005-10-04 19:07:22 +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 ee00fd5347 When querying, convert items with a floating timezone to the timezone used for the query, instead of UTC.
bug 307416, r=dmose
2005-09-19 20:24:51 +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
dmose%mozilla.org 2b00d0d082 Make status code error reporting clearer, and stop automagically appending a 'calendar' path component. Not part of the build. 2005-09-14 22:11:01 +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
jminta%gmail.com dd36e2ffcc Bug 303830 bustage fix. Use toString() to make .split work in the single integer case r=dmose 2005-08-25 02:06:32 +00:00
mvl%exedo.nl 96b397e583 Make storage calendar store byday components of recur rules.
bug 303830, r=dmose
2005-08-24 18:12:54 +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
dmose%mozilla.org e1329abf63 Make it possible to move or delete non-recurring events in the memory (and therefore ICS) providers (bug 303988); r=vlad. Not part of the build. 2005-08-10 23:05:35 +00:00
dmose%mozilla.org be13c48905 Miscellaneous fixes: better mechanism for keeping track of calendar URI; deal with occurrences of single events correctly; make code for selecting event type table-driven. Not part of the build. 2005-08-02 01:03:06 +00:00
mvl%exedo.nl e3f71cec21 make 'Hide Completed Tasks' work. bug 295214, r=dmose 2005-07-27 19:31:01 +00:00