* When converting "anything that looks like a URL" to a real link, first
[citadel.git] / webcit / ChangeLog
index fd1f29706d7781da6760abfca4604e2b01655708..15afc68728713bbbcd9c2e9703e4b8668fc4cca5 100644 (file)
@@ -1,4 +1,55 @@
 $Log$
+Revision 500.9  2003/07/06 22:06:59  ajc
+* When converting "anything that looks like a URL" to a real link, first
+  make sure that it isn't already inside a link.  This fixes most of the
+  long, ugly URL strings sent by eBay.
+* Automatically dismantle mailto: links in HTML messages, and convert
+  them to WebCit mail links (clicking on it sends the user to the Mail
+  room and begins composing a new message with the recipient and subject
+  fields pre-populated).
+
+Revision 500.8  2003/06/29 20:51:21  ajc
+* Worked around a rendering bug in Satan's Browser that was causing it
+  to draw the calendar month view much wider than the actual screen wdith
+
+Revision 500.7  2003/06/28 04:09:37  error
+* roomops.c: Backout change to display one less box in the first column in
+  roomlist view, it doesn't seem to work for everyone
+
+Revision 500.6  2003/06/28 03:52:51  error
+* Don't tell browsers not to cache static documents
+
+Revision 500.5  2003/06/28 03:35:23  error
+* roomops.c: Display one less floor in the first column in romlist view
+
+Revision 500.4  2003/06/26 03:37:58  ajc
+* Allow anonymous HTTP requests for /freebusy/user%20name.vcf (or .vfb)
+  This will allow some groupware clients to browse the free/busy times of
+  other users on the system.
+
+Revision 500.3  2003/06/21 05:17:21  ajc
+* Better alignment of system messages
+* Exterminated display_error() and replaced it with WC->ImportantMessage
+  which is displayed in a bubble on top of whatever page you're on next.
+* Small cosmetic changes
+* Fixed some nesting problems in output_headers()
+
+Revision 500.2  2003/06/20 03:39:27  ajc
+* Optimization to floor layout in box view
+
+Revision 500.1  2003/06/20 03:04:26  ajc
+* "Reply" button on messages now handles IGnet recipients correctly
+
+Revision 500.0  2003/06/10 04:23:08  ajc
+* THIS IS 5.00
+
+Revision 410.50  2003/06/10 04:22:58  ajc
+* Updated docs and headers for 5.00 release
+
+Revision 410.49  2003/06/10 04:05:23  ajc
+* De-tabled the left side icon bar and reduced one of the graphics, so
+  that all of the rounded corners show up in Satan's Browser.
+
 Revision 410.48  2003/06/10 03:47:41  ajc
 * style.css: added font selection to default <BODY> tag
 
@@ -1476,3 +1527,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+