Commit 81e8d150 authored by Nicolas Dumazet's avatar Nicolas Dumazet

2010-12-13 nicolas.dumazet

* Migrate Tools to portal type classes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41371 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0fa38497
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<tuple/>
</tuple>
<global name="Base Type" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
......@@ -55,6 +52,10 @@
<key> <string>title</string> </key>
<value> <string>Archive Tool</string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>ArchiveTool</string> </value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ArchiveTool" module="Products.ERP5Catalog.Tool.ArchiveTool"/>
<tuple/>
</tuple>
<global name="Archive Tool" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
......@@ -46,7 +43,7 @@
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="OOBTree" module="BTrees._OOBTree"/>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
......@@ -54,7 +51,7 @@
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="OOBTree" module="BTrees._OOBTree"/>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
......
2010-12-13 nicolas.dumazet
* Migrate Tools to portal type classes
2009-11-13 aurel
* Proxify forms
......
89
\ No newline at end of file
91
\ No newline at end of file
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<tuple/>
</tuple>
<global name="Base Type" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
......@@ -74,6 +71,10 @@
<key> <string>title</string> </key>
<value> <string>Contribution Tool</string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>ContributionTool</string> </value>
</item>
</dictionary>
</pickle>
</record>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Base Type" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>content_icon</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Url Registry Tool</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Base Type</string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>UrlRegistryTool</string> </value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ContributionTool" module="Products.ERP5.Tool.ContributionTool"/>
<tuple/>
</tuple>
<global name="Contribution Tool" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
......@@ -1497,7 +1494,7 @@
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="OOBTree" module="BTrees._OOBTree"/>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
......@@ -1505,7 +1502,7 @@
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="OOBTree" module="BTrees._OOBTree"/>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
......
......@@ -2,7 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="UrlRegistryTool" module="Products.ERP5.Tool.UrlRegistryTool"/>
<global name="Url Registry Tool" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
......
2010-12-13 nicolas.dumazet
* Migrate Tools to portal type classes
2010-09-21 nicolas
* Add LiveTest instance to check
Ingestion of URLs
......
118
\ No newline at end of file
124
\ No newline at end of file
Contribution Tool
\ No newline at end of file
Contribution Tool
Url Registry Tool
\ No newline at end of file
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<tuple/>
</tuple>
<global name="Base Type" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
......@@ -77,6 +74,10 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>GadgetTool</string> </value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="GadgetTool" module="Products.ERP5.Tool.GadgetTool"/>
<tuple/>
</tuple>
<global name="Gadget Tool" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
......@@ -1504,7 +1501,7 @@
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="OOBTree" module="BTrees._OOBTree"/>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
......@@ -1512,7 +1509,7 @@
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="OOBTree" module="BTrees._OOBTree"/>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
......
2010-12-13 nicolas.dumazet
* Migrate Tools to portal type classes
2010-02-15 ivan
* Use dedicated file system based Gadget class
......
645
\ No newline at end of file
648
\ No newline at end of file
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<tuple/>
</tuple>
<global name="Base Type" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
......@@ -74,6 +71,10 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>WizardTool</string> </value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="WizardTool" module="Products.ERP5Wizard.Tool.WizardTool"/>
<tuple/>
</tuple>
<global name="Wizard Tool" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
......
2010-12-13 nicolas.dumazet
* Migrate Tools to portal type classes
2009-10-16 rafael
* Update for the changes of new portal types of portal types.
......
166
\ No newline at end of file
167
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment