[CMF-checkins] CVS: CMF - CHANGES.txt:1.133
Yvo Schubbe
schubbe@web.de
Fri, 21 Feb 2003 06:39:45 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv30593
Modified Files:
CHANGES.txt
Log Message:
Merged yuppie-collector128-branch:
- Un-hardwired members folder. (Collector #128)
=== CMF/CHANGES.txt 1.132 => 1.133 ===
--- CMF/CHANGES.txt:1.132 Thu Feb 20 10:16:50 2003
+++ CMF/CHANGES.txt Fri Feb 21 06:39:14 2003
@@ -28,6 +28,12 @@
- (__future__) Added DCWorkflow (through-the-web configurable
workflows) to the core set of CMF products.
+ - MembershipTool (CMFDefault): Un-hardwired members folder.
+ You now can get the members folder object using 'getMembersFolder()'.
+ If you want to change the id of the members folder, rename the folder
+ and set the members folder using portal_membership's configuration tab.
+ (Collector #128)
+
- utils: Changed behavior of 'bodyfinder' and 'html_headcheck'.
The head check in html_headcheck is now a bit different, but the result
should be closer to what people expect.