]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
Complete overhaul of "Notes" view. Now features AJAX create and edit operations.
[citadel.git] / webcit / ChangeLog
index b8d51be6156722a6c1179b44616572ec66458574..0d41d0d0b8881980a5892235e2c56c3073a89ffd 100644 (file)
@@ -1,5 +1,36 @@
 $Id$
 
+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.