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

82 Коммитов

Автор SHA1 Сообщение Дата
dmose%mozilla.org 16c4482e6f 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 94f88c4a63 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 3daa09c560 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 6ba5d5b1d6 Fix for schema-checker failure blowing away database tables (bug 327971), r=jminta 2006-02-26 04:10:47 +00:00
dmose%mozilla.org 01dcaa255f 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
jminta%gmail.com d2c3b149cf 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 f09cc075d7 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 94b0ab51d7 bug 315959, add .adoptItem for faster loading of ics files. r=dmose 2006-01-19 21:54:54 +00:00
dmose%mozilla.org 80e5436a19 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 b0261cd14c b=273050, storage module interface review, r=darin 2005-11-15 00:35:50 +00:00
mvl%exedo.nl 50752cbc92 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 5f36b8f842 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 10aa71fd0b 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 72886fca8f don't drop CLASS property.
bug 312101, r=dmose
2005-10-20 20:25:04 +00:00
mvl%exedo.nl a0b192bbac 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 d3043af78a 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
jminta%gmail.com acd8439154 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 fada183496 Make storage calendar store byday components of recur rules.
bug 303830, r=dmose
2005-08-24 18:12:54 +00:00
dmose%mozilla.org c4fbcc134e 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 eb49fa8f3a make 'Hide Completed Tasks' work. bug 295214, r=dmose 2005-07-27 19:31:01 +00:00
mvl%exedo.nl 39e57e2c71 Add a way to refresh calendars. bug 285018, r=shaver 2005-07-25 19:17:09 +00:00
pavlov%pavlov.net 02bf3d9bbb remove isAllDay from calIEvent. bug 299182. r=vlad 2005-06-30 22:41:14 +00:00
vladimir%pobox.com e95908bf2c typo fix 2005-06-30 22:36:38 +00:00
mvl%exedo.nl f72cd8892f use the right constant, one that was actually defined. 2005-06-30 09:30:00 +00:00
vladimir%pobox.com 75c6f94966 attempt to unscrew todos 2005-06-29 22:38:42 +00:00
pavlov%pavlov.net 38d73d8835 fixing storage to read properties back correctly r=vlad 2005-06-14 23:22:07 +00:00
pavlov%pavlov.net f8613e0c07 s/alarm_Time/alarm_time/ r=vlad 2005-06-13 22:48:04 +00:00
dmose%mozilla.org 9306744053 Fix up argument ordering. Not part of the build. 2005-06-11 00:45:12 +00:00
dmose%mozilla.org ec7c58da25 Backing out unintentional parts of previous checkin. 2005-06-11 00:41:36 +00:00
dmose%mozilla.org 280f5745e1 Initial fixups to cope with new occurrence model; more to come. Not part of the build. 2005-06-11 00:38:09 +00:00
vladimir%pobox.com ebe009656b b=293183, implement exception support for recurrence, r=shaver 2005-06-10 01:31:48 +00:00
dmose%mozilla.org 1b6f0137f7 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
pavlov%pavlov.net 3e2024e810 set startDate.isDate and endDate.isDate if the event is marked as allday 2005-06-06 21:25:36 +00:00
mvl%exedo.nl d28e293604 don't share the cache and observers arrays between multiple instances.
bug 296746, r=shaver
2005-06-06 16:54:05 +00:00
vladimir%pobox.com 9e3a93030d b=296318, rename item.parent to item.calendar, r=shaver/pavlov 2005-06-03 20:46:36 +00:00
mvl%exedo.nl 458ad79df6 use the right column name. r=vlad 2005-05-24 20:45:28 +00:00
vladimir%pobox.com c8d08bdc5d fix name of getTodoFromRow 2005-05-24 20:18:51 +00:00
vladimir%pobox.com e22138481b todo_due_tz, not todo_due_dz 2005-05-23 21:40:42 +00:00
vladimir%pobox.com efbca539b5 handle null timezone in newDateTime helper as floating 2005-05-23 21:03:29 +00:00
pavlov%pavlov.net 5bdfb6b9bb adding else case to set hasAlarm = false is there is no alarm 2005-05-20 19:03:24 +00:00
vladimir%pobox.com 20e99d3d4f b=294104, remove isUtc to explicit 'UTC' timezone, and change null timezone -> 'floating', r=shaver+pav 2005-05-19 21:14:24 +00:00
mvl%exedo.nl e38640af76 fix undefined variable i. r=vlad, no bug, npotb 2005-05-17 20:09:05 +00:00
vladimir%pobox.com 663d211e0e setTimeInTimezone really /does/ work, it turns out... so let's not use it here. r=shaver 2005-05-12 21:09:11 +00:00
vladimir%pobox.com 75ad736a78 storage bugfix 2005-05-12 19:34:22 +00:00
mvl%exedo.nl 7a9bbdda84 use the right statement. bustage fix. r=shaver. 2005-05-12 14:20:51 +00:00
vladimir%pobox.com 63da3fee46 added versioned sql schemas 2005-05-12 05:56:09 +00:00
vladimir%pobox.com 415397e217 b=293707, updates to storage provider; calendar manager database locked fix, rish=shaver 2005-05-12 05:54:44 +00:00
pavlov%pavlov.net a900c05973 persisting calendar name and name changes using calendar prefs (bug 292097) r=shaver 2005-04-27 21:13:48 +00:00
vladimir%pobox.com bc97c9c530 make sure to reset the schema version getter statement, to avoid a locked db later 2005-04-26 19:59:34 +00:00
vladimir%pobox.com b7fe8cc76f b=290772, make calendar getItems() use non-inclusive end date, r=shaver 2005-04-21 21:03:12 +00:00