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

97 Коммитов

Автор SHA1 Сообщение Дата
mattwillis%gmail.com bb4908cd6c bug 333688 - Converts STRING and VARCHAR columns to TEXT to avoid SQLite's auto-conversion of strings to numbers (10e4 to 10000) r=ctalbert,jminta 2006-11-30 21:39:45 +00:00
mvl%exedo.nl 6a133be9d3 bug 355577: add index to properties table, to speed up item construction. r=jminta 2006-11-02 20:24:30 +00:00
mattwillis%gmail.com 9ca3778ec6 bug 357481 - Fixes typo in storage provider that prevents viewing of todos in floating tz. r1/r2=mvl 2006-10-21 14:56:24 +00:00
mattwillis%gmail.com fcecd128c6 bug 351598 - Fixes task SQL query. r1=ssitter, r2=jminta 2006-09-06 22:40:26 +00:00
mattwillis%gmail.com b785d9d51c bug 296202 - Fix typo 2006-09-06 02:40:44 +00:00
mattwillis%gmail.com 501cbd1b9c bug 296202 - Deleting a calendar doesn't necessarily delete its contents. patch by jminta, r1=lilmatt, r2=dmose 2006-09-06 01:42:08 +00:00
mattwillis%gmail.com cc41412875 bug 349796 - Updates mSelectTodosbyRange to handle tasks with due dates, entry dates, neither, or both. patch by jminta, r1=lilmatt, r2=mvl 2006-09-05 00:51:53 +00:00
jminta%gmail.com 9fde865bd8 Bug 317469 need better UIDs for ICS items, r=dmose 2006-08-01 02:59:29 +00:00
mattwillis%gmail.com 76987f0415 bug 320266 - Moves javascript bits that don't implement nsIModule out of components/. r=dmose 2006-07-27 14:10:31 +00:00
martijn.martijn%gmail.com 7ab280b484 Bug 345593 - can not modify existing event, patch by Damian Szczepanik, r=jminta 2006-07-23 01:23:21 +00:00
jminta%gmail.com 33f4063e74 Bug 307501 Fixes for strict warning (js doesn't trust us), r=mvl 2006-07-21 23:11:03 +00:00
jminta%gmail.com ab82bd8760 Bug 345119: Set up and use architecture for helper functions in components, r=dmose 2006-07-21 00:36:38 +00:00
jminta%gmail.com b414a271c3 Bug 336048 Undefined property warning in calStorageCalendar.getItems, r=mvl 2006-07-04 06:04:07 +00:00
jminta%gmail.com 7be7e40d2a Bug 248795 Menu item 'Refresh Remote Calendars' should be disabled when there are no remote calendars 2006-06-12 19:51:19 +00:00
dmose%mozilla.org bb6f8b06b1 Fix SQL query for non-recurrent events being incorrect when getItems was called for a range of time with different start and end offsets (bug 339670); thanks to Thomas Benisch <thomas.benisch@sun.com> for the patch; r=dmose. 2006-06-06 00:48:46 +00:00
dmose%mozilla.org b398b6a690 Make tasks in the multiweek and month views show up even if their start date is earlier than the start of the view (bug 335643), patch by Thomas Benisch <thomas.benisch@sun.com>, r=dmose 2006-05-31 20:32:02 +00:00
mattwillis%gmail.com 6c34ec91eb bug 336766 fixes javascript error 'alarmTime has no properties'. patch by ssitter, r=mvl 2006-05-15 22:02:53 +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 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
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 3040fec4ca bug 315959, add .adoptItem for faster loading of ics files. r=dmose 2006-01-19 21:54:54 +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
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 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 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 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 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
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
mvl%exedo.nl e3f71cec21 make 'Hide Completed Tasks' work. bug 295214, r=dmose 2005-07-27 19:31:01 +00:00
mvl%exedo.nl ea6fce7366 Add a way to refresh calendars. bug 285018, r=shaver 2005-07-25 19:17:09 +00:00
pavlov%pavlov.net 80f1651b1e remove isAllDay from calIEvent. bug 299182. r=vlad 2005-06-30 22:41:14 +00:00
vladimir%pobox.com e30bb95289 typo fix 2005-06-30 22:36:38 +00:00
mvl%exedo.nl 8d91ed1daf use the right constant, one that was actually defined. 2005-06-30 09:30:00 +00:00
vladimir%pobox.com 545ec4d5a4 attempt to unscrew todos 2005-06-29 22:38:42 +00:00
pavlov%pavlov.net 41a67763e6 fixing storage to read properties back correctly r=vlad 2005-06-14 23:22:07 +00:00
pavlov%pavlov.net 64eefc8c3a s/alarm_Time/alarm_time/ r=vlad 2005-06-13 22:48:04 +00:00
dmose%mozilla.org 58688fcdf3 Fix up argument ordering. Not part of the build. 2005-06-11 00:45:12 +00:00
dmose%mozilla.org d0f11b105d Backing out unintentional parts of previous checkin. 2005-06-11 00:41:36 +00:00
dmose%mozilla.org a5c97a5023 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 1afea82710 b=293183, implement exception support for recurrence, r=shaver 2005-06-10 01:31:48 +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
pavlov%pavlov.net 28a293a843 set startDate.isDate and endDate.isDate if the event is marked as allday 2005-06-06 21:25:36 +00:00