[CMF-checkins] CVS: CMF - HISTORY.txt:1.24

Jeffrey Shell jeffrey@digicool.com
Fri, 25 May 2001 09:32:17 -0400 (EDT)


Update of /cvs-repository/CMF
In directory korak.digicool.com:/home/jeffrey/InstanceHomes/cmf-dev/CMF

Modified Files:
	HISTORY.txt 
Log Message:
Added information on Document and Topic fixes/changes.



--- Updated File HISTORY.txt in package CMF --
--- HISTORY.txt	2001/05/03 18:27:02	1.23
+++ HISTORY.txt	2001/05/25 13:32:16	1.24
@@ -1,5 +1,20 @@
 1.1 beta
 
+ - Fixed a bug in CMFDefault.Document with PUT that only affected
+   FTP: when a StructuredText document that contained a full HTML
+   example (complete with <html>, <head>, and <body> tags) in its
+   body, it would pass the "does it smell like HTML" test and throw
+   everything away that wasn't inside the first matching pair of
+   <body> tags it found.  Funnily enough, this bug was exposed when
+   trying to save an article about how to use FTP with Zope and the
+   CMF that contained such an example.
+
+ - CMF Topic is now installed by default when building a new CMF Site.
+
+ - CMF Topic includes a new criteria type, *FriendlyDateCriterion*,
+   for building queries like 'When effective_date is less than five
+   days old'.
+
  - Fixed glitch caused by '<dtml-return>' in
    CMFDefault/skins/control/reconfig.dtml.  Thanks to Hans de Wit
    <hw@scp.nl> for reporting this!