[CMF-checkins] CVS: CMF - CHANGES.txt:1.248.2.78

Yvo Schubbe y.2005- at wcm-solutions.de
Tue Apr 5 11:17:46 EDT 2005


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

Modified Files:
      Tag: CMF-1_5-branch
	CHANGES.txt 
Log Message:
backported recent CMFSetup changes from HEAD to CMF-1_5-branch


=== CMF/CHANGES.txt 1.248.2.77 => 1.248.2.78 ===
--- CMF/CHANGES.txt:1.248.2.77	Tue Apr  5 08:21:50 2005
+++ CMF/CHANGES.txt	Tue Apr  5 11:17:15 2005
@@ -1,6 +1,35 @@
 After CMF-1.5.1beta
 
+  New Features
+
+    - CMFCalendar: Added extension profile.
+      You can now set up CMFCalendar in one step together with a new site or
+      add calendar support to an existing site using the portal_setup tool.
+
+    - CMFSetup: Added support for extension profiles.
+      Extension profiles are profile fragments used to modify base profiles.
+      They can be shipped with add-on products or used for customization
+      steps. Importing an extension profile adds or overwrites existing
+      settings in a fine-grained way. You can't export extension profiles.
+      Snapshots and exports always represent the merged settings.
+
+    - CMFSetup: Sometimes it is not necessary or desirable to create a 
+      snapshot upon initial site creation. Matter of fact when run in a unit 
+      test situation, addConfiguredSite can throw permission errors during the
+      snapshot-taking because no specific SecurityManager has been set up.
+      Add new flag "snapshot" to factory.addConfiguredSite to turn off
+      snapshotting if desired
+
   Bug Fixes
+
+    - CMFSetup: Reduced probability of profile ID conflicts.
+      The first argument of 'registerProfile' is now 'name' instead of
+      'profile_id'. The profile ID combines 'name' and 'product'.
+
+    - CMFSetup.skins made the assumption that the CMF site can always
+      acquire REQUEST and would set up the current skin with it. Added a test
+      to see if REQUEST is available and if it is not, skip the step that
+      sets up the current skin.
 
     - CMFCalendar zpt skin: Removed dependency on dtml layer.
 



More information about the CMF-checkins mailing list