]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* In the HTML-to-HTML converter:
[citadel.git] / webcit / ChangeLog
index 47bb566f458d5133a44c9d81b4f29b8989673d01..9692936fcb78dbcda91fbdc4446875380dae7550 100644 (file)
@@ -1,4 +1,96 @@
 $Log$
+Revision 323.68  2002/09/09 03:51:01  ajc
+* In the HTML-to-HTML converter:
+  --> Open links in new window (as with text msgs)
+  --> Convert loose URL's to hot links (as with text msgs)
+
+Revision 323.67  2002/09/06 03:59:11  ajc
+* Added an "About this server" panel to the Summary page.
+  (Useless fluff, but better than an empty column.)
+
+Revision 323.66  2002/08/26 02:57:06  ajc
+* Rooms listed on the summary page are now clickable-gotoable
+
+Revision 323.65  2002/08/26 01:24:09  ajc
+* Added a "summary" page (rather sparse for now)
+
+Revision 323.64  2002/08/24 15:30:48  ajc
+* GET instead of POST for listsub.  Also add a 'Back...' link.
+
+Revision 323.63  2002/08/24 05:59:24  ajc
+* Bugfixes and cosmetic changes to listsub system
+
+Revision 323.62  2002/08/23 03:37:19  ajc
+* Finished all of the subscribe/unsubscribe/confirm stuff!  (I think)
+
+Revision 323.61  2002/08/22 03:55:47  ajc
+* 'unsubscribe' command (but not 'confirm unsubscribe')
+
+Revision 323.60  2002/08/21 21:58:37  ajc
+* Completed self-service list subscription via web.
+  (Still need to implement unsubscribe.)
+
+Revision 323.59  2002/08/16 22:06:51  ajc
+* self-service
+
+Revision 323.58  2002/08/16 03:51:12  ajc
+* I think I've finally nailed the 'no session' pages now...
+
+Revision 323.57  2002/08/15 03:49:47  ajc
+* Fleshed out the list subscription page a bit
+
+Revision 323.56  2002/08/13 19:55:12  ajc
+* Keep track of the HTTP "Host:" header being sent by the browser.
+  (We're going to need this in the near future)
+
+Revision 323.55  2002/08/05 16:07:30  ajc
+* Moved "edit floor label pic" to the floor editing screen
+
+Revision 323.54  2002/08/05 15:53:00  ajc
+* Commands to add, change, delete floors
+
+Revision 323.53  2002/07/26 03:20:04  ajc
+* Beautified the folder tabs in "edit room"
+
+Revision 323.52  2002/07/25 04:01:58  ajc
+* Final cleanup of changes (finally located and fixed the bug)
+
+Revision 323.51  2002/07/24 04:14:23  ajc
+* Minor code cleanup of last night's changes
+
+Revision 323.50  2002/07/23 15:40:54  ajc
+* Minor cleanup of previous changes
+
+Revision 323.49  2002/07/23 04:43:58  ajc
+* Updated message reading to use the new MSG4 command, so we can do output
+  of various types of richtext (mainly HTML).
+
+Revision 323.48  2002/07/16 03:37:24  ajc
+* Small change to above
+
+Revision 323.47  2002/07/16 03:23:37  ajc
+* Display HTML messages as HTML.  (Wow!)
+
+Revision 323.46  2002/07/13 04:39:59  ajc
+* Handle multipart/alternative in a nicer way, giving us the opportunity to
+  output HTML instead of converting to text/plain and back.  (Not finished.)
+
+Revision 323.45  2002/07/11 03:17:03  ajc
+* hacks to text_to_server() to transmit messages as HTML
+
+Revision 323.44  2002/07/09 04:21:12  ajc
+* 'idle' icon
+
+Revision 323.43  2002/07/06 03:10:26  ajc
+* Enable a "make this my start page" link that works in lots of places.
+  Configures a user's preference of where to go after login.
+
+Revision 323.42  2002/06/19 22:01:31  ajc
+* When editing another user's vCard, do a "transient goto" to their config
+  room so you don't automatically gain access to their config room.
+* When creating a user, go back to the "select user to edit" screen with the
+  new user's account name pre-selected.
+
 Revision 323.41  2002/06/17 03:48:44  ajc
 * Finished the thing to edit other users' vCards.