]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Prettied up the calendar day view layout
[citadel.git] / webcit / ChangeLog
index 53c8a7533a4daa30fd0402756cfe69b343729cc3..f6fcfef259ee91911ff6b7ad9101d78c0091ccfb 100644 (file)
@@ -1,4 +1,60 @@
 $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.)
+
+Revision 400.60  2002/11/30 21:34:51  ajc
+* Submit organizer in a hidden field, in case the server needs it
+
+Revision 400.59  2002/11/30 04:46:46  ajc
+* First cut at adding/removing attendees to an event
+  (Actual invitations should be sent by the Citadel server)
+
+Revision 400.58  2002/11/29 23:56:19  ajc
+* Completed "me as organizer" -- the user's own e-mail address is inserted
+  as the organizer of new events.  Detect when the user is the organizer and
+  enable/disable the attendees box accordingly.
+
+Revision 400.57  2002/11/29 16:38:37  ajc
+* Started some "me as organizer" stuff.  (BROKEN BUILD ... I'll fix soon.)
+
+Revision 400.56  2002/11/28 06:03:24  ajc
+* Issue an ISME command when editing an event, to determine whether the user
+  viewing the event is the organizer.  (Will use this later to allow/disallow
+  sending out invitations.)
+
+Revision 400.55  2002/11/26 05:01:04  ajc
+* Began handling attendee fields
+
+Revision 400.54  2002/11/16 23:40:11  ajc
+* Calendar view
+
+Revision 400.53  2002/11/16 23:15:02  ajc
+* Make the "all day event" shadebox smaller (month view) - no border.
+* Fixed bug that caused any events following an all day event to also appear
+  with the shadebox.
+
+Revision 400.52  2002/11/16 05:40:54  ajc
+* When adding new events to the calendar, default to the month [and day]
+  currently being viewed.
+* Hotlink each hour of the day view to an add-new-event for that day/hour.
+
 Revision 400.51  2002/11/15 05:05:47  ajc
 * Put in back/forward (yesterday/tomorrow) links in calendar day view