[CMF-checkins] CVS: CMF - CHANGES.txt:1.283
Yvo Schubbe
y.2005- at wcm-solutions.de
Wed Mar 16 03:23:05 EST 2005
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv9332
Modified Files:
CHANGES.txt
Log Message:
Added support for extension profiles:
- added optional 'profile_type' argument to registerProfile()
- runImportStep() and runAllImportSteps() have now None as default for purge_old: None doesn't override the default purge behavior of the profile type
- by default the profile type controls the purge mode: removed checkbox for setting it manually on the 'Import' tab
- replaced _clear() by clear(): registry entries are now accumulated and only cleared by an explicit method call
- the factory and the siteAddForm now allow to specify extension profiles that are imported after the base profile
- duplicate settings no longer raise errors, the last setting always wins
=== CMF/CHANGES.txt 1.282 => 1.283 ===
--- CMF/CHANGES.txt:1.282 Sun Mar 6 07:29:02 2005
+++ CMF/CHANGES.txt Wed Mar 16 03:22:34 2005
@@ -2,6 +2,13 @@
New Features
+ - 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.
+
- DirectoryView and derived classes can now have metadata associated with
them just like regular FSObject-derived objects can.
More information about the CMF-checkins
mailing list