[CMF-checkins] CVS: CMF - CHANGES.txt:1.74 HISTORY.txt:1.34

Tres Seaver tseaver@zope.com
Sat, 22 Jun 2002 17:37:40 -0400


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

Modified Files:
	CHANGES.txt HISTORY.txt 
Log Message:


  - Reshuffled following destruction of the old 'CMF-1_3-branch', per
    the proposal at:

      http://cmf.zope.org/projmgmt/project_schedule/proposal_restart_CMF_1_3


=== CMF/CHANGES.txt 1.73 => 1.74 ===
 
+  New Features
 
- New Features
+    - (__future__) Exposed role management for manager users on the
+      default roster:  managers can now "promote" members without going
+      to the ZMI.
 
-   - (__future__) Exposed role management for manager users on
-       the default roster:  managers can now "promote" members
-       without going to the ZMI.
+    - (__future__) Added "custom schema" mechanism for content objects:
+      site managers can now define additional propertysheets for a
+      content type, which will then be reflected in instances created
+      from the type.
 
-   - (__future__) Added "custom schema" mechanism for content
-     objects:  site managers can now define additional
-     propertysheets for a content type, which will then be
-     reflected in instances created from the type.
+    - (__future__) Added simple link extraction / checking for textual
+      content.  Link checking also works for Link objects.
 
-    - (__future__) Added simple link extraction / checking for
-      textual content.  Link checking also works for Link objects.
+    - (__future__) Added "composite content" types (see the "dogbowl
+      proposal",
+      (http://cmf.zope.org/rqmts/proposals/compounds/compoundproposal.txt).
 
-   - (__future__) Added "composite content" types (see the
-     "dogbowl proposal",
-     (http://cmf.zope.org/rqmts/proposals/compounds/compoundproposal.txt).
+    - (__future__) Added DCWorkflow (through-the-web configurable
+      workflows) to the core set of CMF products.
 
-   - (__future__) Added DCWorkflow (through-the-web configurable
-       workflows) to the core set of CMF products.
+CMF 1.3 beta2 (2002/06/30)
 
-   - Extended the metadata tool to permit passing the type name
-     directly (e.g., when building a new object, one might need to
-     know the allowed subjects before construction).
+  New Features
 
-   - Added a working implementation behind the CMFCalendar product.
-     Thanks to Andy Dawkins for the work.
+    - Extended the metadata tool to permit passing the type name
+      directly (e.g., when building a new object, one might need to know
+      the allowed subjects before construction).
 
-   - You can now add .security files to control the role to permissions
-     mappings on skin methods.
-     See CMFCore/tests/fake_skins/fake_skin/test4.py.security for an
-     example.
+    - Added a working calendar implementation to the CMFCalendar product,
+      which had previously provided only an Event content type.  Thanks to
+      Andy Dawkins for the work.
 
- Bugs Fixed
+    - Updated FS-based skin methods to read optional '.security files,
+      whcih control the role-permission mappings for each skin method.
+      See CMFCore/tests/fake_skins/fake_skin/test4.py.security for an
+      example.
+
+  Bugs Fixed
+
+    - Updated CatalogTool to create a Vocabulary if none present (as
+      won't be for catalogs created under Zope 2.6).
+
+    - Adapted interface checks to work with new spellings in Zope 2.6
+      (older Zopes should still work).
+
+    - Removed '##bind' headers from FSPythonScripts where they only
+      repeat the defaults.
+
+    - Corrected patterns used for "HTML body stripping" to avoid
+      HTML embedded within structured text.
+
+    - Fixed computed action of form in 'folder_rename_form' (Tracker #511;
+      thanks to "yuppie" for the patch).
+
+    - Improved cacheability of skin images by using absolute URLs.
+
+    - Suppressed repeated load of FSImage content from filesystem
+      (should only happen when in debug mode).
+
+    - Repaired skin methods' read of '.properties' files, which hold
+      additional metadata about the skin method beyond what can be
+      expressed in the body.
+
+    - Updated caching policy manager tool to use correct date format
+      (RFC 1123 instead of RFC 822).


=== CMF/HISTORY.txt 1.33 => 1.34 ===
+1.3 beta 1 (2001/04/03)
 
  New Features