Commit Graph

28 Commits

Author SHA1 Message Date
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