]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Prettied up the calendar day view layout
[citadel.git] / webcit / ChangeLog
index b88f0b2eb54cfe52a830db1c50549538a5d94043..f6fcfef259ee91911ff6b7ad9101d78c0091ccfb 100644 (file)
@@ -1,4 +1,20 @@
 $Log$
+Revision 400.65  2002/12/17 05:01:39  ajc
+* Prettied up the calendar day view layout
+* Hour/minute editing fields now use am/pm hours and 2-digit minutes
+
+Revision 400.64  2002/12/16 04:43:30  ajc
+* Correctly handle local time zone when figuring out which day and time to
+  display events on calendar month/day views.  This also seems to have
+  fixed the bug that was causing events to sometimes get lost when saved.
+
+Revision 400.63  2002/12/15 05:50:59  ajc
+* Form editing of date/time fields now assumes that the icaltimetype being
+  manipulated is in UTC.  It converts to/from local time for editing.
+
+Revision 400.62  2002/12/10 23:25:47  ajc
+* Display attendees in message view of calendar objects
+
 Revision 400.61  2002/12/07 22:12:59  ajc
 * Handle incoming RSVP's for meetings.  (Note: this will not actually work
   until I implement the Citadel server function which it calls.)