Commit Graph

62 Commits

Author SHA1 Message Date
mostafah%oeone.com
243e560f52 Bypass cache when fetching remote calendar. ( Part of Bug 200012 ) 2003-12-05 18:52:58 +00:00
mostafah%oeone.com
4753451435 Checked in patch for bug 215259: Calendar color reset to default when edit window is opened. 2003-11-28 22:14:58 +00:00
mostafah%oeone.com
fe3a6f546b Removing DOS style carriage returns 2003-11-28 14:54:33 +00:00
mostafah%oeone.com
acf075ad8c Checked in patch for bug 193467: adding a calendar can replace an existing one (calendarManager).
( Except for the default calendar name change )
2003-10-01 15:49:32 +00:00
mostafah%oeone.com
d7ffd5cb2d Fixed looking for the correct stylesheet 2003-09-26 15:02:01 +00:00
mikep%oeone.com
0f4889277e Localizing text, bug 211446. 2003-07-09 12:48:42 +00:00
mikep%oeone.com
6ca2cecc78 Fixing bug 167800, patch from Eric B. 2003-07-07 12:56:05 +00:00
mikep%oeone.com
2ddfd2d619 Fix from Paul Buhler:
I took some time today to debug a problem in calendarManager.js related to the
handling of colors for events that are added to newly created calendars... in
essence they don't display with the background color because the calendar's
style rule was not being generated. New calendar objects didn't have an Id field
set which causes a fault in calendarColorStyleRuleUpdate.

Likewise I also changed the location of where calendarColorStyleRuleUpdate gets
called... it is now called in the 'ok' processing for the dialog(s), rather than
the last line in the launch dialog routines. This change was made so that we
don't call the function in the 'cancel' cases.
2003-06-26 13:46:51 +00:00
mikep%oeone.com
741c8b034c FIxing many localized bugs, including bug 200797, bug 210503 bug 208194 and bug 210652 2003-06-26 13:38:55 +00:00
mikep%oeone.com
d7287a48cf Adding in code from Charleston students to color calendars. Does not color the top left calendar tree, the event list, or multi week view. 2003-06-10 16:35:06 +00:00
mikep%oeone.com
14e180181a Fixing so that the calendars have a proper id on the end of them. The old way caused problems when deleting a calendar, then adding a new one. 2003-06-09 16:30:16 +00:00
mikep%oeone.com
54d24fa263 Fixing problems with auto publishing events. 2003-03-31 17:28:34 +00:00
mikep%oeone.com
4ab8fdb3c6 Fixing problem with webcal:// urls not working. 2003-02-13 14:33:04 +00:00
mikep%oeone.com
27f58f27ca New build, and making changes to fix publishing entire calendars, bug 187826. 2003-02-10 19:02:43 +00:00
mikep%oeone.com
28021833a6 Fixing up publishing so that it works a little nicer now. Removing need to specify a remote path and a filename seperately. 2003-02-06 20:15:49 +00:00
mikep%oeone.com
b4a323e4a7 Fixing subscribing to remote calendars, fix for bug 191442. 2003-02-06 18:38:55 +00:00
mikep%oeone.com
8f7a079d01 Code optimization, removing unnecessary items, side calendar no longer follows the main calendar view. 2003-02-05 19:38:28 +00:00
mikep%oeone.com
a8f9135ef8 Seperating out new calendar and subscribe to remote calendar into different dialogs. 2003-02-05 15:14:37 +00:00
mikep%oeone.com
8ec0fd9e2f Moving default values for prefs to properties file. 2003-01-09 21:55:34 +00:00
mikep%oeone.com
23a54bc780 Adding in the ability to publish a calendar directly, and auto publish changes to a calendar. 2003-01-08 20:55:16 +00:00
mikep%oeone.com
625c8b8f99 Adding in username and password for remote files. 2003-01-03 18:30:20 +00:00
mikep%oeone.com
547183ad71 Adding in check for clientX when checking box for calendars, so clicking on row doesn't make it change states. 2003-01-03 18:07:04 +00:00
mikep%oeone.com
aa07388c8f Fixing bug 181517, adding in confirmation of deleting calendar, and adding ability to not delete calendar file. 2003-01-03 18:01:29 +00:00
mikep%oeone.com
7fb28834a9 Renaming files for Mac OS 9, as per bug 183106 2002-12-03 15:02:22 +00:00
mikep%oeone.com
76b784fca4 Fixing up JS warnings, as per bug 162166. 2002-11-27 15:20:28 +00:00
mikep%oeone.com
5f4c2c66ac Fixing deleting remote calendars that I just broke. 2002-11-21 19:18:36 +00:00
mikep%oeone.com
bdbe25994a Fixing bug 181305, problem with renaming calendars. 2002-11-21 19:14:50 +00:00
mikep%oeone.com
c864d3b43c Adding in the ability to delete remote calendars. 2002-11-21 15:23:06 +00:00
mikep%oeone.com
3687f75226 New build, fixing so that icon shows when refreshing remote calendar source. 2002-11-13 19:01:01 +00:00
mikep%oeone.com
bdcd3fffd2 Removing dependency on xmlextras. 2002-11-01 17:59:57 +00:00
mikep%oeone.com
09cbe4e3f2 Fixing some small bugs with event selection thanks to the latest fixes. 2002-10-31 20:14:12 +00:00
mikep%oeone.com
71f79707f4 Fixing problems with upgrading old calendar data. 2002-10-31 14:26:05 +00:00
mikep%oeone.com
d12d714aac Adding in ability to send email alarms to any email address. 2002-10-29 21:27:10 +00:00
mikep%oeone.com
eccfe24949 A ton of fixes for the calendar. Multiple calendar info is now stored in RDF instead of prefs, there's a new datepicker and I've integrated changes from OEone into our calendar. 2002-10-25 19:28:14 +00:00
mikep%oeone.com
d3c667375d Adding check to make sure file is a calendar file. 2002-10-02 19:42:03 +00:00
mikep%oeone.com
45e2adb350 Fixing problem with listitem not being deleted from the tree after deleting an item. 2002-09-19 16:10:08 +00:00
mikep%oeone.com
24212e9eb6 Fixing bug 169416, calendar crashes if reload remote calendars is set. 2002-09-19 16:02:00 +00:00
mikep%oeone.com
2331a46d32 Fixing JS error with local files. 2002-09-16 18:22:37 +00:00
mikep%oeone.com
777703fb0d Fixing bug 167798, shouldn't add a remote calendar twice, should simply activate it. 2002-09-16 18:17:52 +00:00
mikep%oeone.com
b1ab2f513d Refreshes to do tree after getting remote events.. 2002-09-16 18:03:58 +00:00
mikep%oeone.com
ed8071f89a Adding in sync icon when calendar items are being synched. This also fixes bug 164858 2002-09-16 14:15:49 +00:00
mikep%oeone.com
b1f221b0a6 Fixing if statement for imap URLs. 2002-09-12 13:16:31 +00:00
mikep%oeone.com
f2a6af5e31 Changing function that gets called when calendar is passed a URL. 2002-09-11 18:27:42 +00:00
mikep%oeone.com
ede3be3e45 Speed fixes, adding in ability to publish calendar. 2002-09-10 16:59:53 +00:00
mikep%oeone.com
387a3f9b8d Fixing bug 167153 2002-09-06 20:11:31 +00:00
mikep%oeone.com
dbd9a751ec Adding in ability to edit and delete calendar servers. 2002-09-06 17:37:32 +00:00
mikep%oeone.com
b8d4c317ab Fixing bug 165693 2002-09-06 14:44:13 +00:00
mikep%oeone.com
77824624bf Fixing problems with selection with the new tree. 2002-09-05 20:33:48 +00:00
mikep%oeone.com
aac08243cd Fixing function names so they aren't annonymous, fixing problem with unifinder events not being selected. 2002-09-05 19:54:24 +00:00
mikep%oeone.com
aade8d48ff Fixing bug 164864. 2002-09-04 15:26:53 +00:00