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

46 Коммитов

Автор SHA1 Сообщение Дата
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
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 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
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 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
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 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 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
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
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 2248c0f404 Fixes to memory provider's modifyItem. bug 299760, r=shaver 2005-07-05 21:47:16 +00:00
mvl%exedo.nl 54ff3f59db works on todos. Update some callers to how the items handle unset dates.
bug 299238, r=jminta
2005-07-04 17:06:04 +00:00
mvl%exedo.nl e92a3efb39 make this valid javascript. r=shaver 2005-06-15 20:12:17 +00:00
mvl%exedo.nl 0764b4f95d fix regressions from full exception support. bug 293183, r=vlad 2005-06-11 19:46:18 +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
vladimir%pobox.com 4cc1760f46 b=296318, rename item.parent to item.calendar, r=shaver/pavlov 2005-06-03 20:46:36 +00:00
mvl%exedo.nl fb6bd743c0 missed one spot for bug 293053. (make ics calendar return the right parent on items) 2005-06-03 10:01:38 +00:00
mvl%exedo.nl 4a03424f60 Bug 290761 calIDateTime: rename valid to isValid.
patch by gekacheka@yahoo.com, r=vladimir
2005-05-19 13:29:48 +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
vladimir%pobox.com 15e7adf06d b=290772, make calendar getItems() use non-inclusive end date, r=shaver 2005-04-21 21:03:12 +00:00
vladimir%pobox.com de007a8244 remove itemFilter from calICalendar's addObserver method 2005-04-15 18:51:47 +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
pavlov%pavlov.net e4c33752df adding calendar manager. bug 289189 r=vlad 2005-01-29 01:51:04 +00:00
mostafah%oeone.com 10a400229e Checked in attachment 170470 for bug 277176:
Javascript Strict Warning fixes
r=pavlov
2005-01-06 21:03:15 +00:00
vladimir%pobox.com c52141fe2b fix for todo/event differentiation 2005-01-05 19:02:06 +00:00
vladimir%pobox.com c4e4b7e063 remove double-use of i index in loop 2005-01-04 22:46:05 +00:00
dmose%mozilla.org b459325593 Fix minor thinkos turned up by mvl's sync script. r=shaver. Not part of the build. 2004-12-22 01:02:58 +00:00
vladimir%pobox.com b397544e5e 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
mvl%exedo.nl f5e6703da6 don't use 0 as beginning of time
bug 275083, r=dmose
2004-12-17 21:29:23 +00:00
vladimir%pobox.com e61a9e0702 fix observer business; fix recurrence for memory calendar; notpartofthebuild 2004-12-14 03:34:59 +00:00
vladimir%pobox.com f42243e57c fix occurrence thingy, notpartofthebuild 2004-12-14 00:53:45 +00:00
dmose%mozilla.org 34892f9c97 Fix recurrence issues; patch from vlad. Not part of the build. 2004-12-14 00:49:54 +00:00
vladimir%pobox.com 30c6c1d746 fixed up memory calendar, with working modify, and some recurrence impl. notpartoftehbuild 2004-12-11 00:38:10 +00:00
vladimir%pobox.com e175e14b86 utcTime is now nativeTime, notpartofthebuild 2004-12-10 01:43:25 +00:00
vladimir%pobox.com f6e3629717 correctly set parent and generation on added/modified items in memory calendar. also change observer/listener order to match decided order (listener first, observer last) 2004-12-08 22:48:30 +00:00
shaver%mozilla.org 660aba3f98 Make in-memory calendar actually work:
- Don't share the prototype's mObservers and mItems with all instances.
- Enumerate mItems as an object, not an array, since that's how we use it.
- Commonize occurrence-creation logic.
- Fix itemNotCompleted filter to trigger on COMPLETED_NO instead of
  COMPLETED_YES.
- Use instanceof rather than QI failure (which will throw, and uglifies control
  flow) to check item type.
- Handle items with no startTime/endTime specified.
- Unify brace style.
- Use constant for END_OF_TIME.
2004-11-25 16:55:31 +00:00
vladimir%pobox.com cd0d681d53 added calICalendar param to calIOperationListener. Added calCompositeCalendar impl. notpartofthebuild 2004-11-23 23:40:06 +00:00
vladimir%pobox.com 867a14fae5 updated memory/storage for new calICalendar, notpartofthebuild.com 2004-11-23 01:37:43 +00:00
vladimir%pobox.com 3ed5153e77 continuing cal provider fixes. not part of the build. 2004-11-19 01:01:40 +00:00
vladimir%pobox.com ca5755f23d calendar base & providers continuing development/code dump 2004-11-10 21:25:38 +00:00
vladimir%pobox.com 4911f02697 in-memory and mozStorage calICalendar providers initial checkin 2004-11-07 23:48:13 +00:00