[Erp5-report] r23648 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: PortalTypeAllowedC...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 16 21:32:38 CEST 2008


Author: kazuhiko
Date: Tue Sep 16 21:32:38 2008
New Revision: 23648

URL: http://svn.erp5.org?rev=23648&view=rev
Log:
2008-09-16 Kazuhiko
* move Divergence Tester, Delivery Builder, Delivery Tool, Order Builder, Order Tool, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, delivery_simulation_interaction_workflow, order_movement_simulation_interaction_workflow, order_simulation_interaction_workflow and simulation_movement_causality_interaction_workflow from erp5_core to erp5_base.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_action_path_list
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_workflow_id_list

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=23648&r1=23647&r2=23648&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml Tue Sep 16 21:32:38 2008
@@ -14,8 +14,8 @@
  </portal_type>
  <portal_type id="Cache Factory">
   <item>Ram Cache</item>
+  <item>Distributed Ram Cache</item>
   <item>SQL Cache</item>
-  <item>Distributed Ram Cache</item>
  </portal_type>
  <portal_type id="Cache Tool">
   <item>Cache Factory</item>
@@ -29,12 +29,6 @@
  <portal_type id="Contribution Registry Tool">
   <item>Contribution Predicate</item>
  </portal_type>
- <portal_type id="Delivery Builder">
-  <item>Predicate</item>
- </portal_type>
- <portal_type id="Delivery Tool">
-  <item>Delivery Builder</item>
- </portal_type>
  <portal_type id="Domain">
   <item>Domain Generator</item>
   <item>Domain</item>
@@ -42,15 +36,9 @@
  <portal_type id="Domain Tool">
   <item>Base Domain</item>
  </portal_type>
- <portal_type id="Order Builder">
-  <item>Predicate</item>
- </portal_type>
- <portal_type id="Order Tool">
-  <item>Order Builder</item>
- </portal_type>
  <portal_type id="Preference Tool">
+  <item>Preference</item>
   <item>System Preference</item>
-  <item>Preference</item>
  </portal_type>
  <portal_type id="Simulation Movement">
   <item>Applied Rule</item>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml?rev=23648&r1=23647&r2=23648&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml Tue Sep 16 21:32:38 2008
@@ -5,10 +5,6 @@
  </chain>
  <chain>
   <type>Category</type>
-  <workflow>edit_workflow</workflow>
- </chain>
- <chain>
-  <type>Category Divergence Tester</type>
   <workflow>edit_workflow</workflow>
  </chain>
  <chain>
@@ -28,18 +24,6 @@
   <workflow>preference_workflow</workflow>
  </chain>
  <chain>
-  <type>Property Divergence Tester</type>
-  <workflow>edit_workflow</workflow>
- </chain>
- <chain>
-  <type>Quantity Divergence Tester</type>
-  <workflow>edit_workflow</workflow>
- </chain>
- <chain>
-  <type>Simulation Movement</type>
-  <workflow>simulation_movement_causality_interaction_workflow</workflow>
- </chain>
- <chain>
   <type>System Preference</type>
   <workflow>preference_workflow</workflow>
  </chain>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log?rev=23648&r1=23647&r2=23648&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log Tue Sep 16 21:32:38 2008
@@ -1,3 +1,6 @@
+2008-09-16 Kazuhiko
+* move Divergence Tester, Delivery Builder, Delivery Tool, Order Builder, Order Tool, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, delivery_simulation_interaction_workflow, order_movement_simulation_interaction_workflow, order_simulation_interaction_workflow and simulation_movement_causality_interaction_workflow from erp5_core to erp5_base.
+
 2008-09-09 yusei
 * Fixed wrong messages.
 

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=23648&r1=23647&r2=23648&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Tue Sep 16 21:32:38 2008
@@ -1,1 +1,1 @@
-961
+962

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_action_path_list?rev=23648&r1=23647&r2=23648&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_action_path_list (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_action_path_list Tue Sep 16 21:32:38 2008
@@ -23,26 +23,17 @@
 Cache Factory | view
 Cache Tool | statistics
 Cache Tool | view
-Category Divergence Tester | view
 Category Tool | fast_input
 Category Tool | view
 Category | view
 Contribution Predicate | view
 Contribution Registry Tool | view
-Delivery Builder | view
-Delivery Builder | view_predicate_group
-Delivery Builder | view_profile
-Delivery Tool | view
 Distributed Ram Cache | view
 Document | view
 Domain Generator | view
 Domain Tool | view
 Domain | view
 Folder | view
-Order Builder | view
-Order Builder | view_predicate_group
-Order Builder | view_profile
-Order Tool | view
 Password Tool | view
 Predicate | view
 Preference Tool | advanced
@@ -50,8 +41,6 @@
 Preference | html_style_preferences
 Preference | view
 Preference | view_template
-Property Divergence Tester | view
-Quantity Divergence Tester | view
 Ram Cache | statistics
 Ram Cache | view
 Rule Tool | view

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list?rev=23648&r1=23647&r2=23648&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list Tue Sep 16 21:32:38 2008
@@ -10,13 +10,9 @@
 Category Tool | Base Category
 Category | Category
 Contribution Registry Tool | Contribution Predicate
-Delivery Builder | Predicate
-Delivery Tool | Delivery Builder
 Domain Tool | Base Domain
 Domain | Domain
 Domain | Domain Generator
-Order Builder | Predicate
-Order Tool | Order Builder
 Preference Tool | Preference
 Preference Tool | System Preference
 Simulation Movement | Applied Rule

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list?rev=23648&r1=23647&r2=23648&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list Tue Sep 16 21:32:38 2008
@@ -6,12 +6,9 @@
 Cache Factory
 Cache Tool
 Category
-Category Divergence Tester
 Category Tool
 Contribution Predicate
 Contribution Registry Tool
-Delivery Builder
-Delivery Tool
 Distributed Ram Cache
 Document
 Domain
@@ -19,14 +16,10 @@
 Domain Tool
 Folder
 Mapped Value
-Order Builder
-Order Tool
 Password Tool
 Predicate
 Preference
 Preference Tool
-Property Divergence Tester
-Quantity Divergence Tester
 Ram Cache
 Rule Tool
 SQL Cache

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list?rev=23648&r1=23647&r2=23648&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list Tue Sep 16 21:32:38 2008
@@ -1,11 +1,7 @@
 Base Category | edit_workflow
-Category Divergence Tester | edit_workflow
 Category | edit_workflow
 Document | edit_workflow
 Mapped Value | edit_workflow
 Predicate | rule_interaction_workflow
 Preference | preference_workflow
-Property Divergence Tester | edit_workflow
-Quantity Divergence Tester | edit_workflow
-Simulation Movement | simulation_movement_causality_interaction_workflow
 System Preference | preference_workflow

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_workflow_id_list
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_workflow_id_list?rev=23648&r1=23647&r2=23648&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_workflow_id_list (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_workflow_id_list Tue Sep 16 21:32:38 2008
@@ -1,14 +1,6 @@
-delivery_causality_interaction_workflow
-delivery_causality_workflow
-delivery_movement_causality_interaction_workflow
-delivery_movement_simulation_interaction_workflow
-delivery_simulation_interaction_workflow
 edit_workflow
-order_movement_simulation_interaction_workflow
-order_simulation_interaction_workflow
 preference_workflow
 pricing_interaction_workflow
 rule_interaction_workflow
 rule_validation_workflow
-simulation_movement_causality_interaction_workflow
 validation_workflow




More information about the Erp5-report mailing list