]> 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 83766613f8d650dedadc0bec6590565a0687bcae..b0b471244a8aad0141903b826a7510a78f119954 100644 (file)
@@ -1,4 +1,132 @@
 $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.
+* Cleaned up HTML display of meeting invitations.
+
+Revision 400.33  2002/10/03 03:40:31  ajc
+* Worked on meeting accept/decline a little bit
+
+Revision 400.32  2002/09/30 03:58:35  ajc
+* Dabbled in handling incoming meeting requests
+
+Revision 400.31  2002/09/29 20:15:43  ajc
+* Completed the calendar day view
+
+Revision 400.30  2002/09/28 04:01:30  ajc
+* started fleshing out the calendar day view
+
+Revision 400.29  2002/09/27 21:19:28  ajc
+* Add new event
+
+Revision 400.28  2002/09/27 18:31:33  ajc
+* Properly handle VEVENT saves (fixed nasty loopy loopy bug)
+* After saving a VEVENT, return to the correct calendar view and date
+
+Revision 400.27  2002/09/27 17:15:44  ajc
+* Removed the gzip compression stuff due to bugs in Internet Explorer.
+
+Revision 400.26  2002/09/27 04:37:21  ajc
+* New, buggy versions of event editing screens
+
+Revision 400.25  2002/09/26 22:00:16  ajc
+* Fixed buggy month-selection algorithm (January is month 0 in 'struct tm' but
+  month 1 in libical functions)
+
+Revision 400.24  2002/09/25 21:57:13  ajc
+* Keep track of msgnums in the two-pass calendar loop, so we can hotlink to
+  individual items
+
+Revision 400.23  2002/09/24 04:12:34  ajc
+* Rough cut of the two-pass calendar display routines (first pass: go thru
+  messages gathering VEVENT items; second pass: render calendar with data)
+
+Revision 400.22  2002/09/23 04:01:33  ajc
+* Presentation changes to calendar month view
+
+Revision 400.21  2002/09/22 05:20:27  ajc
+* Began implementing month view
+
+Revision 400.20  2002/09/21 04:38:05  ajc
+* Added utility functions for displaying vcalendar timestamps in web forms
+  and translating form data back to timestamps.
+* Completed the "edit task" and "add new task" screens.
+
+Revision 400.19  2002/09/20 20:28:08  ajc
+* Smooth transition between "list tasks" & "edit task" screens
+
+Revision 400.18  2002/09/20 03:54:44  ajc
+* Display the "Tasks" view as a bulleted list with each task clickable
+* Clicking brings up an (unfinished) "edit task" screen
+
+Revision 400.17  2002/09/18 21:44:02  ajc
+* display VTODO parameters
+
+Revision 400.16  2002/09/17 04:21:00  ajc
+* Handler chains for VCALENDAR and VTODO types
+
+Revision 400.15  2002/09/17 03:37:10  ajc
+* Implemented a 'display handler' infrastructure for various groupware types
+
+Revision 400.14  2002/09/16 03:35:12  ajc
+* Just a bunch of glue code to iterate through the various types of ical
+  objects we could encounter
+
+Revision 400.13  2002/09/15 04:05:41  ajc
+* Process calendar object subcomponents
+
 Revision 400.12  2002/09/15 03:40:13  ajc
 * calendar.c: added
 * When a text/calendar MIME type is discovered in a message, send it to