* Removed all of the absolute URL's.
[citadel.git] / webcit / ChangeLog
index 0e9259685f9e3b9ed8bd9cfa432ffde3f5e07687..27a76647ea3b294d5bc5e79e719732fd4e0a7243 100644 (file)
@@ -1,5 +1,37 @@
 $Id$
 
+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.
+
 Tue Nov  1 22:30:15 EST 2005 ajc
 * useredit.c: added in the missing "Permission to send Internet mail"
   option for editing a user account.