]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Removed the last couple of places where forms were submitted using
[citadel.git] / webcit / ChangeLog
index 8516b132a4d6a07491ec2839c41555b7d98a520e..ae98bc8d13d42e0850ab59c592069e9dae54b8cb 100644 (file)
@@ -1,4 +1,20 @@
 $Log$
+Revision 619.27  2005/07/19 17:05:23  ajc
+* Removed the last couple of places where forms were submitted using
+  the GET method.  POST is just so technologically cleaner that we should
+  use it all the time.
+* Fixed a bug in the MIME parser that was causing it to not be 8-bit
+  clean.
+
+Revision 619.26  2005/07/19 14:23:04  ajc
+* mime_parser.c: don't default Content-type: to text/plain, because when
+  an HTTP POST operation is performed, the content type is expected to
+  be empty.
+
+Revision 619.25  2005/07/19 04:15:45  ajc
+* Brought over the newest version of the MIME parser from Citadel,
+  containing an API that supports arbitrary character sets.
+
 Revision 619.24  2005/07/14 04:21:53  ajc
 * More intelligent JavaScript to handle the greying out of end date and
   start/end times when "all day event" is selected.
@@ -2703,3 +2719,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+