diff --git a/bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test.xml b/bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test.xml new file mode 100644 index 0000000000000000000000000000000000000000..c85973ce906c56ab348fdf7cda6dae8186350551 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test.xml @@ -0,0 +1,50 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="Folder" module="OFS.Folder"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>business_template_skin_layer_priority</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>float</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>_objects</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>business_template_skin_layer_priority</string> </key> + <value> <float>100.0</float> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>erp5_mobile_ui_test</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test/Zuite_CommonTemplate.xml b/bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test/Zuite_CommonTemplate.xml new file mode 100644 index 0000000000000000000000000000000000000000..6d82065f9ba61813b73a87648d4bd0ee22e03bf4 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test/Zuite_CommonTemplate.xml @@ -0,0 +1,101 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>description</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>text</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>_text</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<tal:block xmlns:tal="http://xml.zope.org/namespaces/tal"\n + xmlns:metal="http://xml.zope.org/namespaces/metal">\n + <tal:block metal:define-macro="init">\n + <tr>\n + <td>store</td>\n + <td tal:content="python:here.getPortalObject().absolute_url()">http://example.com/erp5</td>\n + <td>base_url</td>\n + </tr>\n + <tr>\n + <td>open</td>\n + <td>${base_url}/TestTool_setSkinNameCookie?skin_name=Mobile</td>\n + <td></td>\n + </tr>\n + </tal:block>\n +</tal:block>\n + + +]]></string> </value> + </item> + <item> + <key> <string>content_type</string> </key> + <value> <string>text/html</string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>Common Template for PTZuite, it will reuse parts of the Listbox Zuite</string> </value> + </item> + <item> + <key> <string>expand</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>Zuite_CommonTemplate</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Common Template for All Zuite</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_mobile_ui_test/bt/categories_list b/bt5/erp5_mobile_ui_test/bt/categories_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/change_log b/bt5/erp5_mobile_ui_test/bt/change_log new file mode 100644 index 0000000000000000000000000000000000000000..3f128d3362620898fc588812e4957cf8b976ead4 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/change_log @@ -0,0 +1,2 @@ +2009-04-20 Kazuhiko +* initial prototype. \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/comment b/bt5/erp5_mobile_ui_test/bt/comment new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/copyright_list b/bt5/erp5_mobile_ui_test/bt/copyright_list new file mode 100644 index 0000000000000000000000000000000000000000..6d266cca6d35cf9712cc05ee2a72a39d261b31b0 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/copyright_list @@ -0,0 +1 @@ +Copyright (C) 2009 Nexedi SA \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/dependency_list b/bt5/erp5_mobile_ui_test/bt/dependency_list new file mode 100644 index 0000000000000000000000000000000000000000..65d338641cdbb2d173ecdcae2bb6db224da1f1d8 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/dependency_list @@ -0,0 +1 @@ +erp5_ui_test \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/description b/bt5/erp5_mobile_ui_test/bt/description new file mode 100644 index 0000000000000000000000000000000000000000..4d41dbc923d695da5069241abd0d8c998d67701d --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/description @@ -0,0 +1 @@ +Installing this business template will switch to Mobile skin layer in functional tests. \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/license b/bt5/erp5_mobile_ui_test/bt/license new file mode 100644 index 0000000000000000000000000000000000000000..3a3e12bcad97e4b3bdd6a8bb499fd23a4bcb0819 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/license @@ -0,0 +1 @@ +GPL \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/maintainer_list b/bt5/erp5_mobile_ui_test/bt/maintainer_list new file mode 100644 index 0000000000000000000000000000000000000000..c90074ab8491b9baed94eb3eb8935ce9bec33573 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/maintainer_list @@ -0,0 +1,2 @@ +Kazuhiko +Mohamadou \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/provision_list b/bt5/erp5_mobile_ui_test/bt/provision_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/publication_url b/bt5/erp5_mobile_ui_test/bt/publication_url new file mode 100644 index 0000000000000000000000000000000000000000..4af18322e32f3dd19579c80e26e4a306ad11e049 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/publication_url @@ -0,0 +1 @@ +None \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/revision b/bt5/erp5_mobile_ui_test/bt/revision new file mode 100644 index 0000000000000000000000000000000000000000..56a6051ca2b02b04ef92d5150c9ef600403cb1de --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/revision @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/short_title b/bt5/erp5_mobile_ui_test/bt/short_title new file mode 100644 index 0000000000000000000000000000000000000000..4af18322e32f3dd19579c80e26e4a306ad11e049 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/short_title @@ -0,0 +1 @@ +None \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/template_action_path_list b/bt5/erp5_mobile_ui_test/bt/template_action_path_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_base_category_list b/bt5/erp5_mobile_ui_test/bt/template_base_category_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_datetime_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_datetime_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_full_text_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_full_text_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_keyword_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_keyword_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_local_role_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_local_role_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_method_id_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_method_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_multivalue_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_multivalue_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_related_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_related_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_request_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_request_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_result_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_result_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_result_table_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_result_table_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_role_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_role_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_scriptable_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_scriptable_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_topic_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_topic_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_constraint_id_list b/bt5/erp5_mobile_ui_test/bt/template_constraint_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_document_id_list b/bt5/erp5_mobile_ui_test/bt/template_document_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_extension_id_list b/bt5/erp5_mobile_ui_test/bt/template_extension_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_format_version b/bt5/erp5_mobile_ui_test/bt/template_format_version new file mode 100644 index 0000000000000000000000000000000000000000..56a6051ca2b02b04ef92d5150c9ef600403cb1de --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/template_format_version @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/template_local_roles_list b/bt5/erp5_mobile_ui_test/bt/template_local_roles_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_message_translation_list b/bt5/erp5_mobile_ui_test/bt/template_message_translation_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_module_id_list b/bt5/erp5_mobile_ui_test/bt/template_module_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_path_list b/bt5/erp5_mobile_ui_test/bt/template_path_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_allowed_content_type_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_allowed_content_type_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_base_category_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_base_category_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_hidden_content_type_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_hidden_content_type_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_id_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_property_sheet_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_property_sheet_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_roles_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_roles_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_workflow_chain_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_workflow_chain_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_preference_list b/bt5/erp5_mobile_ui_test/bt/template_preference_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_product_id_list b/bt5/erp5_mobile_ui_test/bt/template_product_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_property_sheet_id_list b/bt5/erp5_mobile_ui_test/bt/template_property_sheet_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_role_list b/bt5/erp5_mobile_ui_test/bt/template_role_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_site_property_id_list b/bt5/erp5_mobile_ui_test/bt/template_site_property_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_skin_id_list b/bt5/erp5_mobile_ui_test/bt/template_skin_id_list new file mode 100644 index 0000000000000000000000000000000000000000..6ec5ebf6e9a88357847989e3e10d940a96e6ff8e --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/template_skin_id_list @@ -0,0 +1 @@ +erp5_mobile_ui_test \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/template_test_id_list b/bt5/erp5_mobile_ui_test/bt/template_test_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_tool_id_list b/bt5/erp5_mobile_ui_test/bt/template_tool_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/template_update_business_template_workflow b/bt5/erp5_mobile_ui_test/bt/template_update_business_template_workflow new file mode 100644 index 0000000000000000000000000000000000000000..c227083464fb9af8955c90d2924774ee50abb547 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/template_update_business_template_workflow @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/template_update_tool b/bt5/erp5_mobile_ui_test/bt/template_update_tool new file mode 100644 index 0000000000000000000000000000000000000000..c227083464fb9af8955c90d2924774ee50abb547 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/template_update_tool @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/template_workflow_id_list b/bt5/erp5_mobile_ui_test/bt/template_workflow_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_mobile_ui_test/bt/title b/bt5/erp5_mobile_ui_test/bt/title new file mode 100644 index 0000000000000000000000000000000000000000..6ec5ebf6e9a88357847989e3e10d940a96e6ff8e --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/title @@ -0,0 +1 @@ +erp5_mobile_ui_test \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/version b/bt5/erp5_mobile_ui_test/bt/version new file mode 100644 index 0000000000000000000000000000000000000000..ceab6e11ece0bcec917c12e11d350946f085d549 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/version @@ -0,0 +1 @@ +0.1 \ No newline at end of file