]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Installed the final batch of new icons
[citadel.git] / webcit / ChangeLog
index fd9b158182f5c513d31d59c2e271bf64c3a9ba8b..1810e623607285183a494960d8825d5e357ef8cb 100644 (file)
@@ -1,4 +1,60 @@
 $Log$
+Revision 619.21  2005/07/13 01:59:20  ajc
+* Installed the final batch of new icons
+
+Revision 619.20  2005/07/12 22:10:52  ajc
+* Icon update
+
+Revision 619.19  2005/06/29 17:55:32  ajc
+* Any HTTP method other than GET or POST is now routed directly to the
+  GroupDAV code.  This will eventually allow requests such as "PROPFIND /"
+  to work.
+* GroupDAV requests not beginning with "/groupdav" now automatically have
+  that prefix prepended to them.
+
+Revision 619.18  2005/06/29 15:25:00  ajc
+* Added an experimental OPTIONS method.  This is not required by GroupDAV,
+  but it is an experiment to see whether we can use the same code framework
+  to implement other DAV variants in the future.
+
+Revision 619.17  2005/06/29 03:12:28  ajc
+* Bumped internal version number to 6.20
+
+Revision 619.16  2005/06/29 03:10:10  ajc
+* PROPFIND on an individual item inside a room now works (it simply
+  spews the href and etag properties, regardless of what the request
+  was).  This is not valid GroupDAV, but Kontact expects this request to
+  succeed before an item can be deleted, so we provide a simple response.
+
+Revision 619.15  2005/06/28 14:12:38  ajc
+* GroupDAV HTTP header "ETag:" is now output as "etag:" in order to deal with
+  a case-sensitivity bug in the Kontact client.
+
+Revision 619.14  2005/06/27 22:15:38  ajc
+* Header file adjustments to make it work on FreeBSD
+
+Revision 619.13  2005/06/27 17:38:06  ajc
+* HTML pages are now output as "Content-type: text/html; charset=utf-8"
+  UTF-8 is going to be the standard character set for the Citadel system.
+
+Revision 619.12  2005/06/24 19:58:02  ajc
+* Added a "preferences and settings" screen for each user.
+* Removed the javascript date output stuff because it's not granular
+  or international enough.
+* All dates and times can now be 12 or 24 hours.
+
+Revision 619.11  2005/06/24 15:17:48  ajc
+* The date/time stamp of messages are now output using JavaScript's
+  toLocaleString() function, observing the browser's locale and timezone
+  instead of the web server's.
+
+Revision 619.10  2005/06/23 04:01:59  ajc
+* groupdav_main.c: remove double slashes in path name
+  (suggested by Johannes Schneider)
+
+Revision 619.9  2005/06/22 03:04:22  ajc
+* siteconfig.c: add "auto db log cull" setting now in Citadel 6.52
+
 Revision 619.8  2005/06/21 02:27:37  ajc
 * Moved some JavaScript functions out of head.html and into a new wclib.js
   file, which can be included and cached.  This will form the basis for a
@@ -2636,3 +2692,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
+