[CMF-checkins] CVS: CMF - CHANGES.txt:1.146.4.23
INSTALL.txt:1.13.10.6 INSTALL_CVS.txt:1.4.10.2 README.txt:1.8.10.1
Tres Seaver
tseaver at zope.com
Thu Feb 5 01:07:04 EST 2004
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv7337
Modified Files:
Tag: CMF-1_4-branch
CHANGES.txt INSTALL.txt INSTALL_CVS.txt README.txt
Log Message:
- Packaging for CMF 1.4.3-rc1.
=== CMF/CHANGES.txt 1.146.4.22 => 1.146.4.23 ===
--- CMF/CHANGES.txt:1.146.4.22 Wed Feb 4 12:33:13 2004
+++ CMF/CHANGES.txt Thu Feb 5 01:06:33 2004
@@ -1,22 +1,26 @@
-Post CMF 1.4.2
+CMF 1.4.3-rc1 (2004/02/05)
Bug Fixes
- CMFCore.PortalFolder: Explicitly declare base interfaces.
+ - CMFCore.MembershipTool: Don't swallow ConflictError during wrapUser.
+
- CMFDefault.SkinnedFolder: Creator() method now resembles the one from
DublinCore. This allows for unowned objects and shuts up a deprecation
warning in Zope 2.6.4/2.7.0.
- - CMFCore.FSMetadata: the "acquire" flag for permission mappings was
- not converted to an int; '0' was therefore coming through as true.
-
- CMFCore.CookieCrumbler: No longer disregards an existing cookie auth
token for DAV requests (like PROPFIND) that occur over the main HTTP
port. Eliminates additional user challenges for browser-based DAV
clients like MS WebFolders.
- - CMFCore.MembershipTool: Don't swallow ConflictError during wrapUser.
+ - CMFCore.FSMetadata: the "acquire" flag for permission mappings was
+ not converted to an int; '0' was therefore coming through as true.
+
+ - CMFCore.FSPageTemplate.py: compatibiltity with Python 2.3 (can't
+ mutate a class' __dict__ directly; use setattr(klass, name, value)
+ instead).
CMF 1.4.2 (2003/10/27)
=== CMF/INSTALL.txt 1.13.10.5 => 1.13.10.6 ===
--- CMF/INSTALL.txt:1.13.10.5 Tue Jan 6 03:32:30 2004
+++ CMF/INSTALL.txt Thu Feb 5 01:06:33 2004
@@ -1,4 +1,4 @@
-Installing CMF 1.4.2
+Installing CMF 1.4.3
Requirements
@@ -16,11 +16,11 @@
Procedure
- 1. Unpack the CMF-1.4.2.tar.gz tarball into a working
+ 1. Unpack the CMF-1.4.3.tar.gz tarball into a working
directory. For instance::
$ cd /usr/local/zope
- $ tar xzf /tmp/CMF-1.4.2.tar.gz
+ $ tar xzf /tmp/CMF-1.4.3.tar.gz
Note for Windows users: if you are using WinZip to unpack
the file, be *sure* to disable the "TAR file smart CR/LF
@@ -33,16 +33,16 @@
For instance::
$ cd /var/zope/Products # /var/zope is INSTANCE_HOME
- $ ln -s /usr/local/zope/CMF-1.4.2/CMFCore .
- $ ln -s /usr/local/zope/CMF-1.4.2/CMFDefault .
- $ ln -s /usr/local/zope/CMF-1.4.2/CMFTopic .
- $ ln -s /usr/local/zope/CMF-1.4.2/CMFCalendar .
- $ ln -s /usr/local/zope/CMF-1.4.2/DCWorkflow .
+ $ ln -s /usr/local/zope/CMF-1.4.3/CMFCore .
+ $ ln -s /usr/local/zope/CMF-1.4.3/CMFDefault .
+ $ ln -s /usr/local/zope/CMF-1.4.3/CMFTopic .
+ $ ln -s /usr/local/zope/CMF-1.4.3/CMFCalendar .
+ $ ln -s /usr/local/zope/CMF-1.4.3/DCWorkflow .
or, as a shortcut::
- $ ln -s /usr/local/zope/CMF-1.4.2/CMF* .
- $ ln -s /usr/local/zope/CMF-1.4.2/DCWorkflow .
+ $ ln -s /usr/local/zope/CMF-1.4.3/CMF* .
+ $ ln -s /usr/local/zope/CMF-1.4.3/DCWorkflow .
Since linking doesn't apply on Windows, you will need
to cut or copy the files from the place where you unpacked
@@ -97,7 +97,7 @@
Install the New Software.
- 0. "Download":CMF-1.4.2.tar.gz the tarball.
+ 0. "Download":CMF-1.4.3.tar.gz the tarball.
1. Copy your "working" products off to one side (in case
you need / choose to revert).
=== CMF/INSTALL_CVS.txt 1.4.10.1 => 1.4.10.2 ===
--- CMF/INSTALL_CVS.txt:1.4.10.1 Sat Apr 26 15:13:36 2003
+++ CMF/INSTALL_CVS.txt Thu Feb 5 01:06:33 2004
@@ -64,11 +64,15 @@
should have a version number matching the release version of
the snapshot:
+ - CMFCalendar
+
- CMFCore
- CMFDefault
- CMFTopic
+
+ - DCWorkflow
4. Create a CMF Site:
=== CMF/README.txt 1.8 => 1.8.10.1 ===
--- CMF/README.txt:1.8 Mon Feb 24 08:59:45 2003
+++ CMF/README.txt Thu Feb 5 01:06:33 2004
@@ -14,33 +14,33 @@
General
- * The CMF "dogbowl" site, http://cmf.zope.org.
+ - The CMF "dogbowl" site, http://cmf.zope.org.
- * The mailing list, zope-cmf at zope.org. List information and
- online signup are available at:
- http://lists.zope.org/mailman/listinfo/zope-cmf. Archives
- of the list are at: http://lists.zope.org/pipermail/zope-cmf.
+ - The mailing list, zope-cmf at zope.org. List information and
+ online signup are available at:
+ http://lists.zope.org/mailman/listinfo/zope-cmf. Archives
+ of the list are at: http://lists.zope.org/pipermail/zope-cmf.
- * The 'docs/' directory contains user-oriented documentation
+ - The 'docs/' directory contains user-oriented documentation
Developer
- * The CMFDefault package is an example application, built using
- the API and services defined in CMFCore. You will probably want to
- alter it. In the first instance, refer to the source of CMFDefault for
- usage examples, standard idioms, etc.
+ - The CMFDefault package is an example application, built using
+ the API and services defined in CMFCore. You will probably want
+ to alter it. In the first instance, refer to the source of
+ CMFDefault for usage examples, standard idioms, etc.
- * The API is documented in the 'interfaces/' directory of each
- package.
+ - The API is documented in the 'interfaces/' directory of each
+ package.
- * Refer to the unit tests in the 'tests/' directory of each package
- for usage examples.
+ - Refer to the unit tests in the 'tests/' directory of each package
+ for usage examples.
Known Issues
- * Please search the "CMF Collector", http://collector.zope.org/CMF for
- issues which are open against the CMF. You can also report issues there.
- (please look for similar ones first!)
+ * Please search the "CMF Collector", http://collector.zope.org/CMF
+ for issues which are open against the CMF. You can also report issues
+ there. (please look for similar ones first!)
Installation
More information about the CMF-checkins
mailing list