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

2999 Коммитов

Автор SHA1 Сообщение Дата
jminta%gmail.com c5be355a08 Bug 327832 'To' date and time no longer linked to 'From' date/time, in new event dialog. r=mvl 2006-03-23 22:35:17 +00:00
jminta%gmail.com 86869f2db0 Bug 322958 caldav time-range needs to be UTC datetimes, not dates, patch by browning@uwalumni.com, r=jminta 2006-03-23 04:01:37 +00:00
jminta%gmail.com 20ddf51dcf Bug 329855 Add Lightning support for default alarm settings for new events/tasks. patch by ssitter, r=jminta 2006-03-23 03:54:50 +00:00
mvl%exedo.nl a8adc18592 Bug 325519: Better readable error dialog. r=jminta 2006-03-21 18:32:46 +00:00
mostafah%oeone.com 5cbf2107cd Checked in patch for bug 330963: install.js needs to be corrected for Calendar XPI. (Also removed deprecated install.* files r=mostafah 2006-03-21 12:19:05 +00:00
jminta%gmail.com b6fcc81258 Bug 330103 Add new file that didn't get committed the first time around. r=mvl 2006-03-20 14:29:12 +00:00
jminta%gmail.com 032e5d18ed Bug 327805 Use calendar name as initial filename during calendar export. patch by ssitter, r=jminta 2006-03-20 13:31:27 +00:00
jminta%gmail.com 39272c9371 Bug 330103 Remove hardcoded strings. Also removes extra debug code and fixes a strict warning about sharp variables. r=mvl 2006-03-20 13:28:00 +00:00
jminta%gmail.com 7ce2bbd1b9 Bug 321693 (part 2) Listen for changes to the prefs for multiweek weeks in view. r=mvl 2006-03-20 13:23:52 +00:00
mvl%exedo.nl 6353a823d4 Bug 330140: Disable going back after the calendar was really created. patch by robin.edrenius@gmail.com, r=mvl 2006-03-19 13:34:35 +00:00
mvl%exedo.nl e77ada00a9 Bug 329654: calDateTimeFormatter always uses selfmade long formatted date string hack. patch by ssitter, r=mvl 2006-03-19 13:27:38 +00:00
mvl%exedo.nl f959c1bf09 Bug 266241: use system time format in the views. patch by ssiter, r=mvl 2006-03-18 19:56:18 +00:00
jminta%gmail.com 550b0aee03 Bug 329360 strict javascript warning: 'variable event hides argument' in calendar-alarm-dialog. patch by gekacheka@yahoo.com, r=jminta 2006-03-18 15:18:15 +00:00
jminta%gmail.com 34bbdb243e Bug 329415 Trying to remove exceptions in recurrencedialog with no exceptions selected throws JS-errors. patch by robin.edrenius@gmail.com, r=jminta 2006-03-18 15:13:54 +00:00
jminta%gmail.com 908ff289f0 Bug 327662 'Currently selected day' in unifinder doesn't update on selection. r=mvl 2006-03-18 15:05:48 +00:00
jminta%gmail.com 5852908a8a Bug 321560 Wrong day selected in Sunbird when using minimonth or datepicker r=mvl 2006-03-18 14:51:59 +00:00
jminta%gmail.com 855624035e Bug 321608 First day of week setting not honoured in multiweek or month views. r=mvl 2006-03-18 14:39:40 +00:00
mvl%exedo.nl 84fbd99c0f Bug 329347: remove old debug statements. patch by gekacheka@yahoo.com, r=mvl 2006-03-18 14:04:51 +00:00
mvl%exedo.nl 3b6286fcaa whitespace normalization. no bug 2006-03-18 13:58:25 +00:00
mvl%exedo.nl 9011b0796c Bug 325068: Improve printing UI (and interfaces). r=jminta 2006-03-18 13:10:58 +00:00
mvl%exedo.nl b3fcaad307 bug 330244: replace preventBubble with stopPropagation. pach by ssitter, r=mvl 2006-03-18 11:56:48 +00:00
dmose%mozilla.org 313a8ded82 Add missing observer methods (bug 325726); patch by <daniel.boelzle@sun.com>, r=dmose. 2006-03-17 17:42:55 +00:00
mvl%exedo.nl 3d55221f1a bug 330244: replace preventBubble with stopPropagation. pach by ssitter, r=mvl 2006-03-16 20:34:18 +00:00
mvl%exedo.nl 7ecf922afe bug 325519: show a short textual error code, instead of a magic number. r=jminta 2006-03-16 19:33:10 +00:00
dmose%mozilla.org fb6bfcb833 Land support for Firefox and Thunderbird 2.0.* (bug 328986), patch by <daniel.boelzle@sun.com>, r=dmose. Also bumps version number to 0.1+ and turns Firefox support back on (no bug). 2006-03-16 02:28:45 +00:00
Olli.Pettay%helsinki.fi 0707e707ba Bug 330020, View navigation buttons does not work since 2006-03-08 build, r=jminta 2006-03-15 21:54:32 +00:00
bryner%brianryner.com cdc7ad6d9b fixing bustage, bug 330420 2006-03-15 06:31:46 +00:00
bryner%brianryner.com 4cd1e2b280 Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin. 2006-03-15 04:59:42 +00:00
jminta%gmail.com d4c6e0d42c Agenda tree does not prompt for all/this occurrence when editing. No bug. r=dmose 2006-03-10 06:12:41 +00:00
dmose%mozilla.org 88f0ff2614 Make the agenda work in the default timezone, not a hardcoded tz of Los_Angeles (bug 329647); thanks to <ssitter@googlemail.com> for finding and patching this, r=dmose. 2006-03-10 05:26:33 +00:00
jminta%gmail.com a8864d843d Bug 329486 Agenda tree times can be inconsistent with respect to timezone. r=dmose 2006-03-06 22:57:23 +00:00
dmose%mozilla.org 01bf648181 Check the ETag when downloading to avoid unnecessary downloads (bug 326116) and fix remote ICS calendar creation to not throw an error (bug 315511); thanks to Michiel van Leeuwen <mvl+moz@exedo.nl> for the patches, r=dmose 2006-03-06 07:23:37 +00:00
dmose%mozilla.org 148c3a7dca Make creating a local ICS calendar work (bug 329373); thanks to <gekacheka@yahoo.com> for the patch, r=mvl. 2006-03-05 21:08:19 +00:00
jminta%gmail.com db555c8c59 Use correct logical operator. No bug. patch by ssitter@googlemail.com, r=jminta 2006-03-05 14:50:50 +00:00
dmose%mozilla.org 902f1f9622 Make calendar addition and deletion take effect immediately (bug 328597); thanks to <gekacheka@yahoo.com> for the patch; r=dmose. 2006-03-05 05:06:24 +00:00
jminta%gmail.com 42767dfaae Bug 326807 Agenda's columns should be resizable. patch by ssitter@googlemail.com, r=jminta 2006-03-04 03:53:57 +00:00
jminta%gmail.com f8027f6beb Fixes for misc typos and libical errors in caldav. No bug. r=dmose 2006-03-04 03:51:29 +00:00
dmose%mozilla.org eeebc0c323 2nd try at fixing tinderbox bustage generating build date; no bug. 2006-03-04 03:37:52 +00:00
dmose%mozilla.org 6cfd76ce5a Fix tinderbox bustage generating build date; no bug. 2006-03-04 03:36:21 +00:00
dmose%mozilla.org 977fab0676 Prepare install.rdf for tomorrow's build to be a 0.1 release-candidate (bug 326352), r=jminta 2006-03-04 02:59:34 +00:00
jminta%gmail.com d8f2af5c4a Bug 328754 Event/task creation fails if 'Default alarm setting' is set to 'On'. r=mvl 2006-03-03 20:13:21 +00:00
jminta%gmail.com 7932c781db Bug 327877 multiple entries for same task are created in agenda when editing task. r=dmose 2006-03-03 19:51:32 +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
dmose%mozilla.org 5a87292dc0 Fix alarms not working regression (bug 329240); thanks to Stefan Sitter <ssitter@googlemail.com> for the patch, r=dmose. 2006-03-03 18:14:40 +00:00
jminta%gmail.com 23a1eae230 Bug 328011 Fix identify comparison testing of xpcom objects to avoid problems with == and wrapping. r=dmose 2006-03-03 13:22:52 +00:00
jminta%gmail.com eb816987f4 Bug 325786 Cannot add exceptions to recurring events in new item dialog. r=mvl 2006-03-03 13:17:15 +00:00
dmose%mozilla.org 08e541e3ee Add method to calIItemBase to compare items by id, regardless of whether either or both are proxy items and change some code to use this new method (bug 328011). Thanks to <daniel.boelzle@sun.com> for the patch; r=dmose 2006-03-03 06:27:42 +00:00
dmose%mozilla.org 6b1a8e840d Fix issues caused by mixing "modify single occurrence" and "modify all occurrences" (bug 328084). Thanks to <michael.buettner@sun.com> for the patch; r=jminta@gmail.com 2006-03-03 06:04:20 +00:00
dmose%mozilla.org 77d61ffaab Make deleting an exception actually get rid of the exception rather than adding an EXDATE (bug 328510). Thanks to <michael.buettner@sun.com> for the patch; r=dmose. 2006-03-03 05:55:09 +00:00
jminta%gmail.com 98e3687701 Bug 328483 Lightning: Play sound on alarm does not work. patch by ssitter@googlemail.com, r=jminta 2006-03-03 03:43:51 +00:00