]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Finished gzip compression of dynamic pages (when browser supports it)
[citadel.git] / webcit / ChangeLog
index 2698e17971aae807c328b6b037382195ccadaedb..8b03cdbcd8ff5d1a5cf533baf172bc39df1e4101 100644 (file)
@@ -1,4 +1,92 @@
 $Log$
+Revision 400.4  2002/09/14 04:02:36  ajc
+* Finished gzip compression of dynamic pages (when browser supports it)
+
+Revision 400.3  2002/09/13 20:40:53  ajc
+* Detect when the client browser is capable of gzip encoding
+  (actual encoding is not implemented yet)
+
+Revision 400.2  2002/09/13 15:54:40  ajc
+* Reversed the above change because I broke it somehow
+
+Revision 400.1  2002/09/11 22:46:59  ajc
+* Started adding in compression and calendaring library detects (not finished)
+
+Revision 400.0  2002/09/09 03:56:11  ajc
+* This is version 4.00
+
+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.)