* Detect locale from Browser Environment
[citadel.git] / webcit / ChangeLog
index 4677be1a2bcb297159b6f87379e3e35916bf103a..f2d3cf07cdbffc8c83c704a64da6ee394e9c2e29 100644 (file)
@@ -1,5 +1,162 @@
 $Id$
 
+Sun Nov 27 18:42:15 CET 2005 dothebart
+* Detect locale from Browser Environment
+
+Sun Nov 27 18:42:15 CET 2005 dothebart
+* staticaly bind codeset to utf8.
+
+Wed Nov 23 23:32:04 EST 2005 ajc
+* Placed a mini roomlist in the iconbar.  This is not in its final form.
+
+Wed Nov 23 16:42:15 CET 2005 dothebart
+* added missing german translations
+* changed multi line strings with empty string in first line to be searchable
+  from real untranslated strings
+
+Wed Nov 23 11:04:24 EST 2005 ajc
+* auth.c: localized "User name:" and "Password:" prompts
+
+Tue Nov 22 21:44:15 EST 2005 ajc
+* Fixed the unresponsive msgomatic in the bulletin board view.
+
+Tue Nov 22 00:00:46 EST 2005 ajc
+* Set up a toggleable iconbar that can switch between the menu and a room
+  list.  The room list is not yet implemented, so a simple placeholder is
+  there instead.
+
+Mon Nov 21 22:47:17 EST 2005 ajc
+* messages.c, webcit.css: message buttons (Reply, ReplyQuoted, etc.) are now
+  in a smaller font (new style "msgbuttons" defined in the stylesheet)
+* Reply and ReplyQuoted no longer generate an empty "Re:" subject if the
+  message being replied to has no subject.
+
+Mon Nov 21 22:30:31 EST 2005 ajc
+* create-pot.sh: now creates a new webcit.pot file and automatically merges
+  it into all *.po files, allowing an easy way for translators to access
+  new strings.
+* axdefs[] (Access level definitions) -- now ready for localization.
+
+Mon Nov 21 16:59:43 CET 2005 dothebart
+* add some script to wrap the debian package build that does some magic about
+  the versioning in the package and the webcit system
+* added first try of a package that will install webcit via mod_proxy into
+  the debian apache system
+* modified package build and postinst script do include subdirectories new
+  since tiny_mce was added.
+       
+
+Sun Nov 20 22:22:37 EST 2005 ajc
+* Moved the definition of INADDR_NONE to webcit.h, where it will be effective
+  in all locations where it is needed.  Fixes the build on Solaris 10.
+
+Fri Nov 18 23:55:29 EST 2005 ajc
+* Put in some infrastructure for generating and maintaining .po files
+
+Fri Nov 18 23:24:09 EST 2005 ajc
+* Threw away most of the gettextize-generated build system in the po/
+  directory, and replaced it with a very simple Makefile.in.in instead.
+
+Thu Nov 17 11:32:39 EST 2005 ajc
+* More changes to try to get the po/ directory to build properly.  It's still
+  not working.  If you want to run WebCit using the current tree, be sure to
+  configure with --disable-nls
+
+Tue Nov 17 00:03:20 EST 2005 ajc
+* Assorted tweaks to activate the translations...
+
+Tue Nov 15 21:58:09 EST 2005 ajc
+* Checked in po/de.po, a German translation submitted by Wilifried Goesgens.
+  Now I just have to figure out how to activate it.
+
+Sun Nov 13 23:08:58 EST 2005 ajc
+* Added an '-f' command line option to allow WebCit to follow the
+  'X-Forwarded-For:' HTTP header, if present. 
+* Added missing HTTP headers for /listsub
+* Discovered the style -moz-user-select:none and applied it to the mailbox
+  summary table, to prevent text select from ruining the appearance of our
+  beautiful drag and drop function.
+* Strip prepended '/webcit' in requested url's.  This may allow us to handle
+  incoming proxy requests from a front end web server.
+* Don't require a session cookie for static content.
+
+Thu Nov 10 17:37:32 EST 2005 ajc
+* Completed the implementation of a simple drop target for messages.  Right
+  now it just drops to trash.  Need to do a folder list drop now.
+
+Wed Nov  9 23:07:44 EST 2005 ajc
+* Removed arbitrary upper bound in message select array, after realizing that
+  JavaScript arrays don't need to have their size declared.
+
+Tue Nov  8 23:50:01 EST 2005 ajc
+* Mailbox view: selected messages are now draggable!!  (Now we just need to
+  implement a place to drop them.)
+
+Tue Nov  8 00:44:19 EST 2005 ajc
+* Now it resizes on mousemove instead of mouseup.  Very nice animated effect.
+
+Tue Nov  8 00:36:46 EST 2005 ajc
+* First cut of message list resize.  It works but it resizes on mouseup.
+
+Mon Nov  7 10:45:18 EST 2005 ajc
+* Disable the I-bar cursor when hovering over message summary lines in the
+  mailbox view; go with the default pointer instead. 
+
+Sun Nov  6 23:27:21 EST 2005 ajc
+* Mailbox summary view -- headers are now ever-present; they do not scroll
+  with the table.
+
+Sun Nov  6 22:30:54 EST 2005 ajc
+* Changed keypress handling so that it works not only in web browsers, but in
+  Internet Explorer as well.
+
+Sun Nov  6 12:26:43 EST 2005 ajc
+* Message delete: table row delete is now handled by a script.aculo.us effect
+  instead of by just clearing out the innerHTML of the table row div, because
+  IE barfs on the latter.
+
+Sat Nov  5 22:53:29 EST 2005 ajc
+* Found and removed more absolute URL's.
+
+Sat Nov  5 00:50:25 EST 2005 ajc
+* The checkboxes are gone!  Implemented ajax delete of selected messages,
+  via either the Delete button or the Delete key.
+
+Fri Nov  4 23:47:23 EST 2005 ajc
+* Multi select using ctrl now handles the condition of a message already being
+  selected and the user doing ctrl-click to deselect it.
+
+Fri Nov  4 17:04:49 EST 2005 ajc
+* Multi select (using the ctrl key) is now working.
+
+Thu Nov  3 23:44:55 EST 2005 ajc
+* Removed all of the absolute URL's.
+
+Thu Nov  3 11:11:37 EST 2005 ajc
+* Removed the 'mark message as seen' C code (in the mailbox view) because it
+  was no longer getting called.  Implemented this in JavaScript using an ajax
+  call plus a new WebCit function to perform generic server commands using
+  ajax.  Also reinstated the removal of bold font weight for messages
+  transitioning from unseen to seen (again, in JavaScript).
+
+Wed Nov  2 23:45:16 EST 2005 ajc
+* Mailbox view -- onClick is now implemented by a JavaScript function which
+  is defined in wclib.js -- now, it not only handles the Ajax load of the
+  message into the preview pane, but it also highlights the table row, and
+  remembers the highlighting so it can be turned off when another row is
+  selected.  This is if course a prelude to ajaxifying the table...
+
+Wed Nov  2 15:57:37 EST 2005 ajc
+* Switched the mailbox summary back to a table.  This is tabular data and it
+  ought to be marked up as a table.  We went to fixed width floating div's in
+  order to use script.aculo.us 'draggable' but dragging the entire row ended
+  up looking like crap, and it didn't appear that we would be able to drag
+  outside the source div anyway.  So we're going back to the table.
+
+Wed Nov  2 15:07:21 EST 2005 ajc
+* "Read reverse" (or rather, an "oldest to newest / newest to oldest"
+  setting) is now selectable in the message board view.
+
 Wed Nov  2 00:10:28 EST 2005 ajc
 * Implemented the webcit equivalent of "read reverse" for bbs read mode.
   All we need now is to add the user options to select it.