]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Removed the "convert_to_html" option from text_to_server() because we no
[citadel.git] / webcit / ChangeLog
index 83be0184b788f8918e837797daf6d3ef8d9540a1..3014c39dda5b256bb6e01d649e4227a96b4d72e0 100644 (file)
@@ -1,5 +1,78 @@
 $Id$
 
+Sun Jan 29 23:20:48 EST 2006 ajc
+* Removed the "convert_to_html" option from text_to_server() because we no
+  longer have any callers which require it.
+
+Sun Jan 29 13:08:59 EST 2006 ajc
+ * Removed all references to "font-family" style.  We will now go with
+   whatever font the user has chosen as his favorite.
+
+Sun Jan 29 14:31:35 CET 2006 dothebart
+* Doxygen groups. Sorted the files into groups. so now we have a nice structure 
+  in the module index, which should ease the navigation to a particular part.
+
+Sun Jan 29 00:12:25 EST 2006 ajc
+* Clarified some of the doxygen comments
+
+Sat Jan 28 23:32:50 EST 2006 ajc
+* accept-charset="UTF-8" in form declaration for enter message screen
+
+Fri Jan 27 23:52:46 EST 2006 ajc
+* All month names and weekday names are now sourced from localized strings.
+
+Fri Jan 27 15:03:42 EST 2006 ajc
+* Do a JavaScript alert if we fail to open the Instant Messenger window.
+
+Fri Jan 27 13:50:38 EST 2006 ajc
+* Page popups work again.
+
+Thu Jan 26 15:44:56 EST 2006 ajc
+* Complete overhaul of "Notes" view.  Now features AJAX create and edit operations.
+
+Wed Jan 25 22:25:46 EST 2006 ajc
+* Fixed some spelling errors
+* Added en_GB.po translation provided by David Given
+
+Wed Jan 25 13:10:20 EST 2006 ajc
+* Don't pullquote the headers when editing a wiki page.
+
+Tue Jan 24 23:02:37 EST 2006 ajc
+* Eliminated a bug in pullquote_message() that was causing it to run words
+  together at the linebreaks.
+* After creating or editing a Wiki page, display that page instead of
+  that wiki's home page.
+
+Tue Jan 24 13:56:03 EST 2006 ajc
+* Fixes to wiki view to handle "short" links.
+
+Tue Jan 24 11:07:04 EST 2006 ajc
+* client_getln() now fails if the client attempts to transmit non printable
+  characters.   This is for fast bailout if someone tries to do HTTPS to a
+  non-SSL webcit.
+
+Mon Jan 23 22:51:11 EST 2006 ajc
+* Got a primitive version of the wiki system in place.  Needs a lot of fine
+  tuning but it basically works.
+
+Fri Jan 20 21:03:25 CET 2006 dothebart
+* finished doxygen style comments.
+
+Sun Jan 22 17:49:29 EST 2006 ajc
+* More work on the wiki view.  Don't try to use it yet.
+
+Fri Jan 20 16:39:04 EST 2006 ajc
+* Started writing wiki code.  It completely does not work.  :)
+
+Fri Jan 20 21:03:25 CET 2006 dothebart
+* Started with doxygen style comments and doxygen config.
+       
+Thu Jan 19 23:18:01 EST 2006 ajc
+* Began adding the infrastructure to support wiki mode rooms.
+
+Thu Jan 19 00:00:16 EST 2006 ajc
+* Fixed a small memory leak
+
 Wed Jan 18 23:09:26 EST 2006 ajc
 * THIS IS 6.71