[CMF-checkins] CVS: CMF - CHANGES.txt:1.90 TODO.txt:1.16

Florent Guillaume fg@nuxeo.com
Sat, 29 Jun 2002 15:35:37 -0400


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv7039

Modified Files:
	CHANGES.txt TODO.txt 
Log Message:
Made the Link objects deal correctly with empty remote urls
(Tracker #507) and not strip trailing slashes (Tracker #451).

I corrected the behavior and testcase that said that 'baz.com' was
canonicalized into 'http://baz.com', which was dubious, as I'd rather
have 'baz.html' canonicalized into 'http:baz.html'.

This is a change of behavior that may be unwanted however.


=== CMF/CHANGES.txt 1.89 => 1.90 ===
   Bugs Fixed
 
+    - Made the Link objects deal correctly with empty remote urls
+      (Tracker #507) and not strip trailing slashes (Tracker #451).
+
     - Made content_type_registry deal correctly with TypeInfos that have
       a title (Tracker #465, thanks to Juan Antonio Valiño García for
       the patch).


=== CMF/TODO.txt 1.15 => 1.16 ===
       - ( ) Content fixes
 
-        ( ) Tracker #507:  Link inconsistent on empty remote_url
+        (x) Tracker #507:  Link inconsistent on empty remote_url
 
         ( ) Tracker #513:  deleteReply is genocidal