]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
Site Configuration screen moved to tabbed dialog
[citadel.git] / webcit / ChangeLog
index 415a17eae0c49bba33146ff21d2e16fbba319372..dfa573c42338907c48d400953471f6b97bf5cf8c 100644 (file)
@@ -1,5 +1,130 @@
 $Id$
 
+Mon Jan  9 00:39:59 EST 2006 ajc
+* Site Configuration screen moved to tabbed dialog
+
+Fri Jan  6 11:20:13 EST 2006 ajc
+* Localization enabled "Your info" from summary screen
+
+Thu Jan  5 23:17:17 EST 2006 ajc
+* New tabbed dialog API.  This will be used in something later...
+
+Tue Jan  3 18:19:53 EST 2006 ajc
+* More tweaks to instant messenger window
+
+Mon Jan  2 22:46:02 EST 2006 ajc
+* Allow selection of tabs in multiple conversation mode.
+
+Mon Jan  2 16:39:55 EST 2006 ajc
+* The new AJAX-based instant messenger now handles sending messages, and
+  also multiple concurrent conversations.
+
+Mon Jan  2 13:36:56 EST 2006 ajc
+* New way to display incoming instant messages.  Not finished.
+
+Thu Dec 22 12:07:38 EST 2005 ajc
+* Added missing HTTP headers to do_chat()
+
+Wed Dec 21 10:22:51 EST 2005 ajc
+* configure.in: use different variable names for each AC_CHECK_PROG macro,
+  because autoconf will see the same variable name as used before, pull some
+  value from cache, and assume it knows the answer.  This causes NLS to be
+  enabled on systems that have, for example, xgettext but not msgfmt (such as
+  Mandrake).  Fixed.
+
+Wed Dec 21 10:08:18 EST 2005 ajc
+* Makefile.in: target 'distclean' - do not remove po/Makefile.in 
+
+Sat Dec 17 00:24:05 EST 2005 ajc
+* messages.c: include the "edit html source" button in the message editor
+  window.  Also, when pullquoting a message, insert a \n\n at the end so
+  the TinyMCE editor allows the user to advance past the quote.
+
+Thu Dec 15 23:50:45 EST 2005 ajc
+* Checkbox to allow anonymous posting in rooms which allow it.
+  Resolves bugzilla #65.
+
+Thu Dec 15 17:35:47 EST 2005 ajc
+* "Headers" option in view message
+
+Tue Dec 13 17:50:57 EST 2005 ajc
+* Require Citadel server version to be at least 6.63
+* THIS IS 6.40
+
+Tue Dec 13 14:41:50 EST 2005 ajc
+* Don't try to twiddle /etc/inittab on systems that don't have /etc/inittab.
+
+Tue Dec 13 14:27:24 EST 2005 ajc
+* chatframeset.html: inserted a missing </body> tag.
+
+Mon Dec 12 12:10:21 EST 2005 ajc
+* it.po: updated Italian translation submitted by Gabriele Tassoni
+
+Mon Dec 12 1:40:03 CET 2005 dothebart
+* another rework of the locale parser. Hopefully feature complete now.
+       
+Sun Dec 11 00:03:04 EST 2005 ajc
+* Mercilessly ripped out all of the gratuitously complex GNU libintl
+  detection m4 crapola and replaced it with some simple autoconf directives
+  to detect whether the host system has the correct set of NLS functions for
+  supporting per-thread locale.
+
+Sat Dec 10 20:48:40 EST 2005 ajc
+* wclib.js: transmit the "no floors expanded" condition to the server.
+
+Sat Dec 10 17:44:51 EST 2005 ajc
+* Switched our TinyMCE call to the "advanced" theme.  Also enabled
+  the IESpell plugin (when Internet Explorer is in use).
+
+Fri Dec  9 14:40:21 EST 2005 ajc
+* Deleting a message from the Trash folder now actually deletes it instead
+  of trying to move it to the Trash.  Requires Citadel server 6.63.
+
+Fri Dec  9 13:45:31 EST 2005 ajc
+* Slightly more intelligent language detection.
+
+Thu Dec  8 17:23:46 EST 2005 ajc
+* Detect the browser language, and use it as the default language selection.
+
+Thu Dec  8 11:48:34 EST 2005 ajc
+* Fix "locale leak" on newer Linux systems where gettext() seems to cache
+  its translated messages.  textdomain(textdomain(NULL)) clears the cache.
+
+Wed Dec  7 22:22:09 EST 2005 ajc
+* Improved the reliability of per-thread locale by unsetting it at the end
+  of each transaction.
+
+Wed Dec  7 17:57:57 EST 2005 ajc
+* Fixed more missing localization items
+
+Wed Dec  7 13:03:05 EST 2005 ajc
+* Per-session locale.  For some reason it doesn't work well.
+
+Wed Dec  7 08:23:31 EST 2005 ajc
+* po/it.po: Italian localization submitted by Gabriele Tassoni
+
+Mon Dec  5 18:06:40 EST 2005 ajc
+* Upgraded TinyMCE to v2.0.1; CLEAR YOUR CACHE NOW
+
+Mon Dec 5 18:40:03 CET 2005 dothebart
+* Use tokenizer function to completely parse accept-lang header.
+
+Mon Dec  5 11:47:20 EST 2005 ajc
+* Added in some of the missing localizations
+
+Sat Dec 3 10:28:03 CET 2005 dothebart
+* fixed langage detection to work with simple 'de' and no other stuff
+* added some translations
+       
+Fri Dec  2 17:49:32 EST 2005 ajc
+* Re-enabled browser language detection.  This will be debugged and finalized.
+
+Fri Dec  2 11:01:30 EST 2005 ajc
+* wclib.js: fixed a syntax error
+
+Thu Dec  1 17:46:18 EST 2005 ajc
+* which_div_expanded is now persistent across sessions
+
 Thu Dec  1 17:42:48 EST 2005 ajc
 * which_div_expanded is now persistent across page loads