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

67 Коммитов

Автор SHA1 Сообщение Дата
dmose%mozilla.org d134a1f9c3 Lots of item type filtering cleanup and bugfixing in getItems. Not part of the build. 2005-01-12 19:33:52 +00:00
dmose%mozilla.org 794434db08 Get rid of automatic append of 'calendar/' to preference. This means that existing users will need to change their preference to include that string. Also tweak a few dumps and comments. Not part of the build. 2005-01-12 00:36:29 +00:00
mvl%exedo.nl 8785f7f12a Update comments 2005-01-09 22:44:28 +00:00
vladimir%pobox.com 016d922052 if a recurring item, return all items within the requested range 2005-01-07 22:12:13 +00:00
mostafah%oeone.com 51dcf8f9ca Checked in attachment 170470 for bug 277176:
Javascript Strict Warning fixes
r=pavlov
2005-01-06 21:03:15 +00:00
mvl%exedo.nl c642e1e024 Enable ics provider
nptob
2005-01-06 19:08:36 +00:00
mvl%exedo.nl 3e3c6861eb Updates to ics provider. Inherit from memory calendar instead of wrapping the calls 2005-01-06 18:48:38 +00:00
dmose%mozilla.org 6a31d998f7 Unbreak addItem after previous location fix. Not part of the build. 2005-01-05 23:58:01 +00:00
mattwillis%gmail.com c985199ae7 bug 272732
rev12
fixes labels on recurrence items
also fixes storing recurrence components to storage
storage changes: r=vlad
UI changes: r=me
2005-01-05 23:54:06 +00:00
dmose%mozilla.org 9770669bc3 Remember the location URI that is returned by the server in REPORT and use it when modifying an event, rather than trying to construct a new URI from the event's UUID. Not part of the build. 2005-01-05 21:45:05 +00:00
vladimir%pobox.com ff12bcd215 fix for todo/event differentiation 2005-01-05 19:02:06 +00:00
vladimir%pobox.com c518f99c6a calendar storage-back end sql schema source files (included in the .js, just checking in files from which it is generated) 2005-01-05 18:45:55 +00:00
dmose%mozilla.org 9161f3688c Support the aCount argument to getItems. Not part of the default build. 2005-01-05 02:50:27 +00:00
dmose%mozilla.org 2711daedf7 Make getItem and getItems use the REPORT method instead of the old icky hack of getting all methods and searching locally. Not part of the default build. 2005-01-05 01:53:58 +00:00
vladimir%pobox.com e4fafeda9b remove double-use of i index in loop 2005-01-04 22:46:05 +00:00
vladimir%pobox.com 34d8c18781 more recurrence handling goop: single RDATE/EXDATEs supported (no more dateset); serializing to ICS works correctly; storage handles all item cases now; added compiled-in VTIMEZONE data for olson timezones (generated from libical olson VTIMEZONE files) -- bugs on output, TZ bits disabled for now; updates to storage and caldav for support. 2005-01-03 23:32:28 +00:00
dmose%mozilla.org 507f6256c6 Minor tweaks; not part of the build. 2004-12-24 01:48:54 +00:00
dmose%mozilla.org b76de9b696 Updated to work with servers following the latest draft spec; added a few comments. Not part of the build. 2004-12-23 20:40:25 +00:00
dmose%mozilla.org fcde4d8e20 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 3b656aa675 Add storing of properties to storage; also fix attendee storage 2004-12-20 23:32:03 +00:00
shaver%mozilla.org f80faf95fd fix QI parameterization 2004-12-20 18:32:26 +00:00
vladimir%pobox.com b7f0fb372d 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 f6965b3a9e don't use 0 as beginning of time
bug 275083, r=dmose
2004-12-17 21:29:23 +00:00
mvl%exedo.nl 0e1b3edcd9 updating ics provider 2004-12-17 21:24:29 +00:00
mvl%exedo.nl 0e63661c42 initial .ics file based calender provider 2004-12-15 20:18:48 +00:00
dmose%mozilla.org bc9429de42 Fixed a recurrence bug; added some dump statements. Not part of the build. 2004-12-14 09:01:25 +00:00
vladimir%pobox.com 45d32db9bd don't store recurEnd if it's null 2004-12-14 08:17:46 +00:00
vladimir%pobox.com 82f44f5c97 fix observer business; fix recurrence for memory calendar; notpartofthebuild 2004-12-14 03:34:59 +00:00
vladimir%pobox.com 5498afda0b fixed storage recurrence; notpartofthebuild 2004-12-14 03:27:32 +00:00
pavlov%pavlov.net 4494a33582 hook up a week view observer to refresh the display when you add/modify/delete 2004-12-14 01:41:35 +00:00
dmose%mozilla.org 8da307c211 Fixed missing interface const. Not part of the build. 2004-12-14 00:54:05 +00:00
vladimir%pobox.com cddf2dfee7 fix occurrence thingy, notpartofthebuild 2004-12-14 00:53:45 +00:00
dmose%mozilla.org 282549ea74 Fix recurrence issues; patch from vlad. Not part of the build. 2004-12-14 00:49:54 +00:00
vladimir%pobox.com aa507dd87f hooked up recurrence to storage; notpartofthebuild 2004-12-14 00:25:58 +00:00
dmose%mozilla.org 1f9efea064 Merged in calMemoryCalendar.js changes through 1.9 2004-12-14 00:07:14 +00:00
shaver%mozilla.org 88d2251fe4 Successful status code for a caldav modify (PUT over existing item) is 204, not 200 2004-12-13 10:23:42 +00:00
dmose%mozilla.org 4aa58aaa0f Fix deleteItem(), clean up a few calls to dump(). Not part of the build. 2004-12-11 19:51:25 +00:00
vladimir%pobox.com 2bf8b6c48d fixed up memory calendar, with working modify, and some recurrence impl. notpartoftehbuild 2004-12-11 00:38:10 +00:00
dmose%mozilla.org 28f706ed81 First cut at modifyItem() and deleteItem(). Not part of the build 2004-12-10 23:50:14 +00:00
vladimir%pobox.com 0f3931d4fb fix deleteItem.. notpartoftehbuild 2004-12-10 22:25:27 +00:00
vladimir%pobox.com 5fa1f76c5a oops, can't have two deleteItems.. notpartoftehbuild 2004-12-10 22:16:30 +00:00
vladimir%pobox.com 0d1bc5752b fix for multiple modifys in a row, notpartofthebuild 2004-12-10 21:32:08 +00:00
vladimir%pobox.com 2ce0aadeb1 sprinkle around some resets, to get around locked db issues. notpartofhtebuild 2004-12-10 20:55:51 +00:00
vladimir%pobox.com b2817d003b updated for new last_modified type 2004-12-10 11:27:48 +00:00
shaver%mozilla.org 3ace56c44c A bouquet garni of fragrant fixes:
- set prodid and version in generated ICS
- don't set empty-valued properties on the icalcomp; it makes some
  parsers sad
- save the listener's "outer this" so that we find it to call the notification
  methods on when adding an item is well and truly done.

Can now create events on a CalDAV server.
2004-12-10 11:00:27 +00:00
dmose%mozilla.org a50705ab08 Get addItem() closer to working (not part of the build) 2004-12-10 02:25:12 +00:00
dmose%mozilla.org 185cbe674e utcTime is now known as nativeTime. not part of the build. 2004-12-10 01:46:09 +00:00
vladimir%pobox.com 6ac6de8a70 removed reinvention of instanceof; notpartofthebuild 2004-12-10 01:45:20 +00:00
vladimir%pobox.com 7a808c3525 utcTime is now nativeTime, notpartofthebuild 2004-12-10 01:43:25 +00:00
dmose%mozilla.org eb63d89723 Fixed trailing comma (strict warning) and interface constant. Not part of build. 2004-12-10 00:50:03 +00:00