]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Removed the gzip compression stuff due to bugs in Internet Explorer.
[citadel.git] / webcit / ChangeLog
index a31ffbb88ae568f7e716bda017476ef1d8aae369..46475614ebb99e6c7358d4a1d7338fc80a1d669d 100644 (file)
@@ -1,4 +1,33 @@
 $Log$
+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