]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Changed decode_base64() to CtdlDecodeBase64() to avoid conflict with
[citadel.git] / webcit / ChangeLog
index 95a85c087cf575aa508fb3ff7435971fcfdceb92..9df2c45bca4066c888930662f95358e83bad3174 100644 (file)
@@ -1,4 +1,49 @@
 $Log$
+Revision 400.11  2002/09/15 03:16:24  ajc
+* Changed decode_base64() to CtdlDecodeBase64() to avoid conflict with
+  function namespace in libical
+
+Revision 400.10  2002/09/15 02:50:55  ajc
+* Duh.  I don't need to twiddle CFLAGS when autoconf provides -DHAVE_ZLIB_H
+
+Revision 400.9  2002/09/14 21:33:31  ajc
+* Backed out compression of inlines -- not all browsers appear to handle it
+
+Revision 400.8  2002/09/14 20:20:29  ajc
+* Attempting to push more stuff through compression.  I've introduced some
+  sort of deadlock bug that I can't seem to find yet...
+
+Revision 400.7  2002/09/14 20:00:22  ajc
+* Compress output_image() graphics
+
+Revision 400.6  2002/09/14 16:26:35  ajc
+* output_image() now reads the entire image from Citadel into a buffer before
+  sending it to the browser (for performance reasons, and so it can compress)
+
+Revision 400.5  2002/09/14 04:52:59  ajc
+* Look for the "libical" calendaring library and link it in if present...
+
+Revision 400.4  2002/09/14 04:02:36  ajc
+* Finished gzip compression of dynamic pages (when browser supports it)
+
+Revision 400.3  2002/09/13 20:40:53  ajc
+* Detect when the client browser is capable of gzip encoding
+  (actual encoding is not implemented yet)
+
+Revision 400.2  2002/09/13 15:54:40  ajc
+* Reversed the above change because I broke it somehow
+
+Revision 400.1  2002/09/11 22:46:59  ajc
+* Started adding in compression and calendaring library detects (not finished)
+
+Revision 400.0  2002/09/09 03:56:11  ajc
+* This is version 4.00
+
+Revision 323.68  2002/09/09 03:51:01  ajc
+* In the HTML-to-HTML converter:
+  --> Open links in new window (as with text msgs)
+  --> Convert loose URL's to hot links (as with text msgs)
+
 Revision 323.67  2002/09/06 03:59:11  ajc
 * Added an "About this server" panel to the Summary page.
   (Useless fluff, but better than an empty column.)