]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Header file adjustments to make it work on FreeBSD
[citadel.git] / webcit / ChangeLog
index 1b7f8df485f34fda0c3c24025342226f51a2b30d..86eb8899afcdb79120639a7442c796ed1d4a7d84 100644 (file)
@@ -1,4 +1,105 @@
 $Log$
+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
+  new WebCit JavaScript function library.
+
+Revision 619.7  2005/06/20 20:38:50  ajc
+* The main stylesheet is now in a separate file in the static/ directory.
+  Something we did recently must have fixed the caching problem, because it's
+  only being fetched once now (or "now once" if you're Pennsylvania Dutch).
+
+Revision 619.6  2005/06/20 03:47:44  ajc
+* inetconf.c: in save_inetconf(), eliminate sizeof(x) where x is a pointer
+  to a heap-allocated buffer rather than a char[xxx].  This fixes a problem
+  reported by at least one site where the Internet configuration screen
+  was malfunctioning.
+
+Revision 619.5  2005/06/19 04:11:52  ajc
+* Integrated the second batch of new icons.
+
+Revision 619.4  2005/06/18 22:58:56  ajc
+* Installed the 16x16 "users" icon as favicon.ico, mainly for performance
+  reasons -- the browser will cache favicon.ico and won't keep asking for
+  it over and over again, eliminating a second HTTP transaction every time
+  the user clicks on something.
+
+Revision 619.3  2005/06/18 22:48:32  ajc
+*** empty log message ***
+
+Revision 619.2  2005/06/18 22:18:29  ajc
+* Replaced the most recent batch of icons with a "better" set which was
+  sent by the design house.  I don't know what the difference is, but
+  I'm going to assume they're better.
+
+Revision 619.1  2005/06/15 03:56:56  ajc
+* Accept ".ifb" as a valid extension for requesting free/busy
+
+Revision 619.0  2005/06/15 01:52:33  ajc
+* THIS IS 6.19
+
+Revision 611.15  2005/06/15 01:50:29  ajc
+* Bumped the internal version number to 6.19
+
+Revision 611.14  2005/06/14 14:47:48  ajc
+* Moved the <td> and </td> in the room icon out of roomops.c and
+  into static/roombanner.html, since every room will have an icon now.
+
+Revision 611.13  2005/06/14 03:21:57  ajc
+* When no icon is present on the server for a room, display the default
+  icon for that room's current view.
+* Replace "graphic" with "icon" throughout the system messages.
+
+Revision 611.12  2005/06/14 01:59:43  ajc
+* 16x16 icons in the new tree view.  Nice!
+
+Revision 611.11  2005/06/13 22:05:54  ajc
+* Finished the initial NanoTree integration.  TODO: use a different icon
+  for each node depending on the view set for that room.
+
+Revision 611.10  2005/06/12 22:02:45  ajc
+* Began replacing the old, sux0r-prone tree view with NanoTree.
+  WARNING: This isn't finished, but I'm committing it anyway because I have
+  to move to a different computer.  DON'T RUN THIS.
+
+Revision 611.9  2005/06/12 18:34:50  ajc
+* Removed some unreferenced files from the static/ directory.
+
+Revision 611.8  2005/06/12 17:01:00  ajc
+* Increase maximum viewable message count from 4096 to 10000
+* Summary view now truncates subject to 75 characters, and sender
+  to 25 characters (adding an ellipsis...) to keep the display neat & tidy
+
+Revision 611.7  2005/06/12 16:03:11  ajc
+* When viewing a mailbox (view == VIEW_MAILBOX), messages are marked as
+  seen when they are viewed, and Goto does not automatically mark the
+  remaining messages as seen.
+
 Revision 611.6  2005/06/11 22:29:07  ajc
 * Integrated the first batch of new icons.
 
@@ -2560,4 +2661,3 @@ 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
-