[CMF-checkins] SVN: CMF/branches/1.6/ - stitched in a copy of trunk's CMFSetup

Yvo Schubbe y.2005- at wcm-solutions.de
Tue Nov 29 15:40:34 EST 2005


Log message for revision 40417:
  - stitched in a copy of trunk's CMFSetup

Changed:
  U   CMF/branches/1.6/CHANGES.txt
  A   CMF/branches/1.6/CMFSetup/
  U   CMF/branches/1.6/CMFSetup/README.txt
  U   CMF/branches/1.6/CMFSetup/version.txt
  U   CMF/branches/1.6/TODO-1.6.txt

-=-
Modified: CMF/branches/1.6/CHANGES.txt
===================================================================
--- CMF/branches/1.6/CHANGES.txt	2005-11-29 20:14:02 UTC (rev 40416)
+++ CMF/branches/1.6/CHANGES.txt	2005-11-29 20:40:33 UTC (rev 40417)
@@ -13,4 +13,7 @@
 
   Others
 
+    - Converted CMFSetup into a pure legacy package. CMFSetup will be removed
+      in CMF 2.0.
+
     - Reordered base classes of File and Image, to allow use of super().

Copied: CMF/branches/1.6/CMFSetup (from rev 40413, CMF/trunk/CMFSetup)

Modified: CMF/branches/1.6/CMFSetup/README.txt
===================================================================
--- CMF/trunk/CMFSetup/README.txt	2005-11-29 19:44:07 UTC (rev 40413)
+++ CMF/branches/1.6/CMFSetup/README.txt	2005-11-29 20:40:33 UTC (rev 40417)
@@ -1,126 +1,4 @@
 CMFSetup Product README
 
-  Overview
-
-    This product provides a mini-framework for expressing the configured
-    state of a CMF Site as a set of filesystem artifacts.  These artifacts
-    consist of declarative XML files, which spell out the configuration
-    settings for each tool, and supporting scripts / templates, in their
-    "canonical" filesystem representations.
-
-  Configurations Included
-
-    The 'portal_setup' tool knows how to export / import configurations
-    and scripts for the following tools:
-
-      - (x) removal / creation of specified tools
-
-      - (x) itself :)
-
-      - (x) the role / permission map on the site object
-
-      - (x) properties of the site object
-
-      - (x) 'portal_actions'
-            (Products.CMFCore.ActionsTool.ActionsTool)
-
-            o action providers, and their actions; note that this removes
-              the requirement to have individual tools configure their own
-              actions
-
-      - (x) 'portal_skins'
-
-            o tool properties
-
-            o FilesystemDirectoryView instances
-
-            o skin path definitions
-
-      - (x) 'portal_types'
-
-            o content type definitions, including actions
-
-      - (x) 'portal_workflow'
-
-            o bindings of workflows to content types
-
-            o DCWorkflow definitions, including supporting scripts
-
-      - (x) 'cookie_authentication'
-
-            o tool properties
-
-      - (x) 'MailHost'
-
-            o tool properties
-
-      - (x) 'portal_catalog'
-            (Products.CMFCore.CatalogTool.CatalogTool)
-
-            o index names / types
-
-            o metadata column names
-
-      - (x) folder structure
-
-      - (x) 'caching_policy_manager'
-
-            o policy settings
-
-      - (x) 'content_type_registry'
-
-            o predicate -> portal_type bindings.
-
-      - (x) 'portal_actionicons'
-            (Products.CMFActionIcons.ActionIconsTool.ActionIconsTool)
-
-            o action title / icon bindings
-
-      - (_) 'portal_membership'
-
-            o "skeleton" home folder (XXX: is this in the core?)
-
-      - (_) 'portal_memberdata'
-
-            o member properties
-
-      - (_) 'portal_metadata'
-
-            o global properties
-
-            o default element policies
-
-            o type-specific element policies
-
-      - (_) user folder configuration
-
-  TODO
-
-      - (x) Display / download diffs between configurations (profiles
-            and shapshots) Done 2004/07/20, TS.
-
-      - (x) Modify profile selection to use a drop-down list of registered
-            profiles.
-
-      - (x) Allow import from snapshots.
-
-  Extending The Tool
-
-    Third-party products extend the tool by registering handlers for
-    import / export of their unique tools.
-
-  Glossary
-
-    Site --
-      The instance in the Zope URL space which defines a "zone of service"
-      for a set of CMF tools.
-
-    Profile --
-      A "preset" configuration of a site, defined on the filesystem
-
-    Snapshot --
-      "Frozen" site configuration, captured within the setup tool
-
-    "dotted name" --
-      The Pythonic representation of the "path" to a given function /
-      module, e.g. 'Products.CMFCore.utils.getToolByName'.
+  This product is just a legacy package for profiles and setup tools created
+  with CMFSetup. Please use GenericSetup instead.

Modified: CMF/branches/1.6/CMFSetup/version.txt
===================================================================
--- CMF/trunk/CMFSetup/version.txt	2005-11-29 19:44:07 UTC (rev 40413)
+++ CMF/branches/1.6/CMFSetup/version.txt	2005-11-29 20:40:33 UTC (rev 40417)
@@ -1 +1 @@
-CMF-1.5+
+CMF-1.6-PRE

Modified: CMF/branches/1.6/TODO-1.6.txt
===================================================================
--- CMF/branches/1.6/TODO-1.6.txt	2005-11-29 20:14:02 UTC (rev 40416)
+++ CMF/branches/1.6/TODO-1.6.txt	2005-11-29 20:40:33 UTC (rev 40417)
@@ -3,7 +3,7 @@
   [x] Update deprecation warnings in the code, "will be removed in CMF 1.6"
       and "will be removed in CMF 1.7" becomes "will be removed in CMF 2.0"
 
-  [ ] finish the work that's necessary to make CMFSetup obsolete in CMF 2.0
+  [x] finish the work that's necessary to make CMFSetup obsolete in CMF 2.0
 
   [ ] add a module alias for the setup tool to make sure CMF 1.5 setup tools
       still work in CMF 2.0



More information about the CMF-checkins mailing list