File: import_steps.xml

package info (click to toggle)
zope-cmfplone 2.5.1-4etch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,752 kB
  • ctags: 5,237
  • sloc: python: 28,264; xml: 3,723; php: 129; makefile: 99; sh: 2
file content (131 lines) | stat: -rw-r--r-- 5,631 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<?xml version="1.0"?>
<import-steps>
 <import-step id="action-icons" version="20051015-01"
              handler="Products.CMFActionIcons.exportimport.importActionIconsTool"
              title="Action Icons">
  <dependency step="controlpanel"/>
    Import action icon definitions
 </import-step>
 <import-step id="actions" version="20040630-01"
              handler="Products.CMFCore.exportimport.actions.importActionProviders"
              title="Action Providers">
  <dependency step="toolset"/>
    Import actions tool's action providers and their actions.
 </import-step>
 <import-step id="catalog" version="20050929-01"
              handler="Products.CMFCore.exportimport.catalog.importCatalogTool"
              title="Catalog Tool">
  <dependency step="toolset"/>
    Import catalog tool's sub-objects, indexes and columns.
 </import-step>
 <import-step id="content" version="20050927-01"
              handler="Products.CMFCore.exportimport.content.importSiteStructure"
              title="Content">
  <dependency step="toolset"/>
  <dependency step="catalog"/>
  <dependency step="typeinfo"/>
  <dependency step="workflow"/>
  <dependency step="rolemap"/>
    Import the site's structure and content.
 </import-step>
 <import-step id="content_type_registry"
              version="20051013-01"
              handler="Products.CMFCore.exportimport.contenttyperegistry.importContentTypeRegistry"
              title="Content Type Registry">
  <dependency step="toolset"/>
    Import content type registry's predicates and bindings.
 </import-step>
 <import-step id="controlpanel" version="20060213-01"
              handler="Products.CMFPlone.exportimport.controlpanel.importControlPanel"
              title="Control Panel">
  <dependency step="actions"/>
    Import Plone control panel actions.
 </import-step>
 <import-step id="cssregistry" version="20051015-01"
              handler="Products.ResourceRegistries.exportimport.cssregistry.importCSSRegistry"
              title="Stylesheet registry">
  <dependency step="toolset"/>
    Import stylesheet registry
 </import-step>
 <import-step id="jsregistry" version="20051015-01"
              handler="Products.ResourceRegistries.exportimport.jsregistry.importJSRegistry"
              title="Javascript registry">
  <dependency step="toolset"/>
  
    Import javascript registry
 </import-step>
 <import-step id="mailhost" version="20050803-01"
              handler="Products.CMFCore.exportimport.mailhost.importMailHost"
              title="MailHost">
  <dependency step="toolset"/>
    Import mailhost settings
 </import-step>
 <import-step id="memberdata-properties"
              version="20051108-01"
              handler="Products.CMFPlone.exportimport.memberdata_properties.importMemberDataProperties"
              title="MemberData Properties">
  <dependency step="toolset"/>
    Import MemberData properties
 </import-step>
 <import-step id="plone-final" version="20051110-01"
              handler="Products.CMFPlone.setuphandlers.importFinalSteps"
              title="Final Plone Config">
  <dependency step="content"/>
    Final Plone configuration
 </import-step>
 <import-step id="plone_various" version="20041118-01"
              handler="Products.CMFPlone.setuphandlers.importVarious"
              title="Various Plone Settings">
  <dependency step="toolset"/>
  <dependency step="typeinfo"/>
    Plone specific settings
 </import-step>
 <import-step id="properties" version="20041215-01"
              handler="Products.CMFCore.exportimport.properties.importSiteProperties"
              title="Site Properties">
    Import site properties.
 </import-step>
 <import-step id="propertiestool" version="20051101-01"
              handler="Products.CMFPlone.exportimport.propertiestool.importPloneProperties"
              title="Plone Properties">
  <dependency step="toolset"/>
    Export plone properties tool and subobjects.
 </import-step>
 <import-step id="rolemap" version="20040523-01"
              handler="Products.GenericSetup.rolemap.importRolemap"
              title="Role / Permission Map">
    Import custom roles and non-default role-permission mappings.
 </import-step>
 <import-step id="skins" version="20040630-01"
              handler="Products.CMFCore.exportimport.skins.importSkinsTool"
              title="Skins Tool">
  <dependency step="toolset"/>
    Import skins tool's filesystem directory views and skin path definitions.
 </import-step>
 <import-step id="toolset" version="20040630-01"
              handler="Products.GenericSetup.tool.importToolset"
              title="Required tools">
    Create required tools, replacing any of the wrong class, and remove
    forbidden ones.
 </import-step>
 <import-step id="typeinfo" version="20040630-01"
              handler="Products.CMFCore.exportimport.typeinfo.importTypesTool"
              title="Types Tool">
  <dependency step="toolset"/>
    Import types tool's type information objects.
 </import-step>
 <import-step id="workflow" version="20040630-01"
              handler="Products.CMFCore.exportimport.workflow.importWorkflowTool"
              title="Workflow Tool">
  <dependency step="toolset"/>
  <dependency step="typeinfo"/>
    Import workflow tool's workflow definitions and supporting scripts.
 </import-step>
 <import-step id="factorytool" version="20060711-01"
              handler="Products.CMFPlone.exportimport.factorytool.importFactoryTool"
              title="Portal Factory Tool">
  <dependency step="toolset"/>
  <dependency step="typeinfo"/>
  Import type registration for the portal factory tool.
 </import-step>
</import-steps>