]> 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 4eed4c6e10a34a8b9254a1703871cd03d805e029..ae98bc8d13d42e0850ab59c592069e9dae54b8cb 100644 (file)
@@ -1,4 +1,24 @@
 $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.
+
 Revision 619.23  2005/07/14 04:02:18  ajc
 * Fix bug #147 (date sometimes saved incorrectly for all day events due
   to timezone differences)