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

113 Коммитов

Автор SHA1 Сообщение Дата
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 1d929d9e55 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 a654451a8f Also get the todo's from the memory calendar, so they are put back in the file. 2005-06-01 10:58:30 +00:00
dmose%mozilla.org a483d29a6f Fix a couple of bugs a do a bunch of miscellaneous code cleanup. Not part of the build. 2005-05-28 02:08:49 +00:00
dmose%mozilla.org 19a65df600 Switch from using dump() to debug() so that it's easy to disable all the output verbosity; update the provider to use the syntax in draft 05 of the caldav document; add a few error-handling cleanups. 2005-05-27 21:24:54 +00:00
dmose%mozilla.org 43b7de60e0 Fix item parentage plus other minor tweaks 2005-05-27 20:40:19 +00:00
dmose%mozilla.org 4d225b4ce0 Fix strict warning by removing trailing comma 2005-05-27 20:37:44 +00:00
dmose%mozilla.org 87c4234779 XPConnect doesn't like null iid params; r=vlad 2005-05-25 22:43:42 +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 ac8640eba8 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 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 f0a0e7ce19 adding publish to lightning. bug 293545 r=shaver,mvl 2005-05-11 05:04:40 +00:00
mvl%exedo.nl afdbb6f664 the ics provider should return the right calendar to the listeners.
bug 293053, r=vladimir
2005-05-05 20:59:53 +00:00
shaver%mozilla.org d6e237b052 Bug 292676: save and restore in-composite and default-calendar state within the
composite calendar. r=vlad, npotb.
2005-05-03 00:20:14 +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 3e83208919 cut and paste strikes again; call the correct functions here 2005-04-24 06:34:43 +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
mvl%exedo.nl a9f8fd525c make observers work in ics calendar. npotb. 2005-04-19 12:28:28 +00:00
vladimir%pobox.com 59b80509b2 calCompositeCalendar fix, forgot param to observer helper 2005-04-19 07:18:18 +00:00
vladimir%pobox.com b5e973bb25 fixed much badness in composite calendar, esp with observers 2005-04-19 06:49:50 +00:00
vladimir%pobox.com cad8acc188 remove itemFilter from calICalendar's addObserver method 2005-04-15 18:51:47 +00:00
mvl%exedo.nl f3cf8e3b3b remove duplicate cal_calendars definition. also fixes some JS strict warnings.
bug 286944, r=vlad
2005-04-13 22:09:54 +00:00
vladimir%pobox.com 6acfac2509 b=289439, lightning and calendar update stuff 2005-04-08 20:57:34 +00:00
mvl%exedo.nl f1cda48460 queue any changes while loading or storing the ics file. 2005-03-26 20:51:55 +00:00
timeless%mozdev.org 7bb18230cf Bug 286198 use application/xml rather than text/xml
patch by bug@annevankesteren.nl r=dmose
2005-03-23 20:05:22 +00:00
mvl%exedo.nl acbde12a02 forgot to update this file for bug 286455. 2005-03-22 22:37:54 +00:00
mvl%exedo.nl f5f502297a use composite calendar for view. Allows to use multiple calendars.
bug 286455, r=stuart,vlad
2005-03-21 17:55:24 +00:00
vladimir%pobox.com 8f8bd7291a b=285582,286069; fix error handling paths and storage provider always returning occurrences; patches from stelian@popies.net, r=vladimir 2005-03-14 20:09:25 +00:00
mvl%exedo.nl 57b984965f make todos work in ics and memory providers
r=dmose. no bug
2005-03-13 21:52:04 +00:00
dmose%mozilla.org b491e544d4 Add reminder XXX comment, and add a new namespace that we'll be needing. Not part of the build. 2005-02-22 02:12:42 +00:00
mvl%exedo.nl 32a94ac17b store unknown properties
other misc fixes
2005-02-18 22:16:55 +00:00
pavlov%pavlov.net 791ff69d43 adding calendar manager. bug 289189 r=vlad 2005-01-29 01:51:04 +00:00
vladimir%pobox.com a9e5c36e69 Update storage calendar provider to support sane URIs 2005-01-29 00:55:52 +00:00
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