]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* "All day event" shows as a single checkbox, instead of one for the start
[citadel.git] / webcit / ChangeLog
index 36fbf5b120c8ae0c314b5b82d7917fcd493aa6f8..b0b471244a8aad0141903b826a7510a78f119954 100644 (file)
@@ -1,4 +1,56 @@
 $Log$
+Revision 400.48  2002/11/13 04:49:23  ajc
+* "All day event" shows as a single checkbox, instead of one for the start
+  time and one for the end time.  Added nifty JavaScript to zero and shade
+  the hour/minute and all end time fields when all-day-event is checked.
+
+Revision 400.47  2002/11/12 05:57:27  ajc
+* Display a nicer looking screen when replying to calendar invitations
+* When displaying day view, don't show all day events twice
+* Day or month view: denote all day events by displaying them inside
+  a grey box.
+
+Revision 400.46  2002/11/12 03:26:39  ajc
+* Tell the user about broken Citadel server connections instead of
+  simply printing "Goodbye"
+
+Revision 400.45  2002/10/23 04:11:38  ajc
+* Detect when a meeting invitation is actually an update for an existing UID
+  and tell the user so.
+
+Revision 400.44  2002/10/21 20:16:38  ajc
+* Display conflicts nicely
+
+Revision 400.43  2002/10/21 18:29:14  ajc
+* Ask server to hunt for conflicts when displaying a meeting invitation
+
+Revision 400.42  2002/10/19 21:28:32  ajc
+* Moved the calendar meeting request reply functionality to the Citadel server
+
+Revision 400.41  2002/10/19 17:10:14  ajc
+* Add "Tentative" accept button
+* Only display Accept/Tentative/Decline button when method=REQUEST
+
+Revision 400.40  2002/10/19 04:16:37  ajc
+* Save an incoming meeting request into the user's calendar.
+
+Revision 400.39  2002/10/18 20:55:05  ajc
+* Began work on meeting request accept/decline
+
+Revision 400.38  2002/10/16 19:16:39  ajc
+* Fixes and updates to build WebCit on Linux for IBM S/390
+
+Revision 400.37  2002/10/09 04:12:44  ajc
+* Templatized trailing HTML
+* Templatized "new start page" page
+* Added global substitution macros
+
+Revision 400.36  2002/10/09 03:51:01  ajc
+* Templatized the <HEAD> section of HTML
+
+Revision 400.35  2002/10/07 23:03:38  ajc
+* messages.c: don't display room name field when it's blank
+
 Revision 400.34  2002/10/07 04:10:37  ajc
 * When displaying meeting invitations, only show date/time for VEVENT
   subcomponents.  Date/time for other subcomponents are irrelevant.