[CMF-checkins] CVS: CMF - CHANGES.txt:1.146.4.16
HISTORY.txt:1.36.18.2 INSTALL.txt:1.13.10.4
Tres Seaver
cvs-admin at zope.org
Mon Oct 27 12:30:40 EST 2003
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv30611
Modified Files:
Tag: CMF-1_4-branch
CHANGES.txt HISTORY.txt INSTALL.txt
Log Message:
- CMFDefault/RegistrationTool.py:
o Merge change for CMFHotfix_20031026.
- Package for CMF 1.4.2.
=== CMF/CHANGES.txt 1.146.4.15 => 1.146.4.16 ===
--- CMF/CHANGES.txt:1.146.4.15 Mon Sep 29 07:12:34 2003
+++ CMF/CHANGES.txt Mon Oct 27 12:30:09 2003
@@ -1,6 +1,9 @@
-CMF 1.4.2 (unreleased)
+CMF 1.4.2 (2003/10/27)
Bug Fixes
+
+ - CMFDefault RegistrationTool: enforced using the member's e-mail
+ address, rather than the one passed in from the request.
- CMFCore MembershipTool: Fixed 'getCandidateLocalRoles()'.
Didn't work without having 'Member' role. (Collector #148 and #169)
=== CMF/HISTORY.txt 1.36.18.1 => 1.36.18.2 ===
--- CMF/HISTORY.txt:1.36.18.1 Sat Apr 26 15:13:36 2003
+++ CMF/HISTORY.txt Mon Oct 27 12:30:09 2003
@@ -1,3 +1,55 @@
+CMF 1.3.3 (2003/10/26)
+
+ Bug Fixes
+
+ - Ensure that e-mail address to which we mail the user's password
+ in 'registeredNotify' comes from the member, rather than the
+ request (thanks to Yvo Schubbe for the report).
+
+ - Restrict ability to search members to users who have the 'List
+ portal members' permission (Collector #189).
+
+CMF 1.3.2 (2003/09/05)
+
+ Bug Fixes
+
+ - Initialize class security correctly on ActionProviderBase
+ (Collector #186).
+
+ - Remove ownership from filesystem-based skin methods, which
+ can't be trojaned, and therefore need not pay the performance
+ penalty of ownership checking.
+
+ - Skinnable: Fix __of__ method so that it does not remove previous
+ acquisition wrappers, which leads to invalid UIDs in the catalog
+ when indexing objects using methods acquired from "above" the CMF
+ site.
+
+ - Sort candiate selection list when adding a FilesystemTypeInfo
+ or ScriptableTypeInfo object to the types tool.
+
+ - Open filesystem-based skin methods as text files, to avoid
+ platform-specific line-ending issues (Collector #185).
+
+ - Correct security assertion on CMFDefault.Image's manage_afterAdd
+ (Collector #141).
+
+ - Ensure that the security attributes are reindexed on all
+ subobjects too when a folderish object changes state in the
+ workflow (Collector #115).
+
+ - Backport fix of CMFCore/tests/test_FSImage.py to work with
+ recent Zopes (> 2.6), which force HTTP headers to be strings.
+
+ - Use return instead of raise in RegistrationTool.testPropertiesValidity
+ if id is incorrect (Collector #48).
+
+ - CookieCrumbler: Accept authentication on HEAD requests.
+ Thanks to Brent Hendricks.
+
+ - Correctly cleanup temporaries in CMFCore.MemberDataTool when
+ wrapping a user object (Collector #136).
+
CMF 1.3.1 (2003/03/06)
Bug Fixes
=== CMF/INSTALL.txt 1.13.10.3 => 1.13.10.4 ===
--- CMF/INSTALL.txt:1.13.10.3 Fri Sep 5 11:20:37 2003
+++ CMF/INSTALL.txt Mon Oct 27 12:30:09 2003
@@ -1,4 +1,4 @@
-Installing CMF 1.4.1
+Installing CMF 1.4.2
Requirements
@@ -16,11 +16,11 @@
Procedure
- 1. Unpack the CMF-1.4.1.tar.gz tarball into a working
+ 1. Unpack the CMF-1.4.2.tar.gz tarball into a working
directory. For instance::
$ cd /usr/local/zope
- $ tar xzf /tmp/CMF-1.4.1.tar.gz
+ $ tar xzf /tmp/CMF-1.4.2.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.1/CMFCore .
- $ ln -s /usr/local/zope/CMF-1.4.1/CMFDefault .
- $ ln -s /usr/local/zope/CMF-1.4.1/CMFTopic .
- $ ln -s /usr/local/zope/CMF-1.4.1/CMFCalendar .
- $ ln -s /usr/local/zope/CMF-1.4.1/DCWorkflow .
+ $ 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 .
or, as a shortcut::
- $ ln -s /usr/local/zope/CMF-1.4.1/CMF* .
- $ ln -s /usr/local/zope/CMF-1.4.1/DCWorkflow .
+ $ ln -s /usr/local/zope/CMF-1.4.2/CMF* .
+ $ ln -s /usr/local/zope/CMF-1.4.2/DCWorkflow .
Since linking doesn't apply on Windows, you will need
to cut or copy the files from the place where you unpacked
More information about the CMF-checkins
mailing list