[CMF-checkins] CVS: CMF - CHANGES.txt:1.107.2.36
Tres Seaver
tseaver@zope.com
Thu, 14 Nov 2002 01:03:16 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv7935
Modified Files:
Tag: CMF-1_3-branch
CHANGES.txt
Log Message:
- Remove workaround in CMFCore.utils for recognizing links in
StructuredText: STX in CMF content should now recognize exactly
the same links as the underlying Zope. Note that we *do* still
provide a customized HTML class, to permit embedding images without
generating the "whole" page. Collector #6.
=== CMF/CHANGES.txt 1.107.2.35 => 1.107.2.36 ===
--- CMF/CHANGES.txt:1.107.2.35 Wed Nov 13 23:38:07 2002
+++ CMF/CHANGES.txt Thu Nov 14 01:03:15 2002
@@ -7,6 +7,12 @@
Bug Fixes
+ - Remove workaround in CMFCore.utils for recognizing links in
+ StructuredText: STX in CMF content should now recognize exactly
+ the same links as the underlying Zope. Note that we *do* still
+ provide a customized HTML class, to permit embedding images without
+ generating the "whole" page. Collector #6.
+
- Remove bizarre, shadowing import of CMFCore.utils as 'utils'
into package namespace of CMFDefault; instead, import specific
names from that package directly (thanks to Paul Winkler for