paulsp 02/01/20 07:35:23 Modified: xdocs changes.xml Log: Log changes to HTMLRewriter. Revision Changes Path 1.10 +15 -1 jakarta-jetspeed/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed/xdocs/changes.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 9 Jan 2002 12:14:20 -0000 1.9 +++ changes.xml 20 Jan 2002 15:35:23 -0000 1.10 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> <!-- -$Id: changes.xml,v 1.9 2002/01/09 12:14:20 kimptoc Exp $ +$Id: changes.xml,v 1.10 2002/01/20 15:35:23 paulsp Exp $ --> <document> <properties> @@ -48,6 +48,20 @@ </li> <li> Add - Bug # 4191 - Automatic Logon/Remember me facility (CK) +</li> +<li> + Fix - Many fixes to HTMLRewrite including: (PS) + <ul> + <li>Fixed bug in SCRIPT tag processing. Thanks to patch provided by Ozgur Balsoy</li> + <li>Comments that contain script and style code are now included</li> + <li>Added "openInNewWindow" parameter to insert TARGET="_BLANK" attribute in A tag</li> + <li>Added support for HREF in BASE tag</li> + <li>Removed support for BACKGROUND attribute in BODY tag</li> + <li>Removed URL rewriting from VALUE attribute in OPTION tag</li> + <li>Added default CODEBASE attribute to APPLET and OBJECT tags</li> + <li>General cleanup of import statements</li> + <li>Added documentation</li> + </ul> </li> </ul>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>