From 8c49c2b15dc111427b176caefda4bed36dd1435a Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Fri, 8 Sep 2006 16:07:20 +0000 Subject: [PATCH] 2006-09-08 Seb * Define a new variable so we can user ${base_url} instead of /erp5/ * Change all scripts in order to use the new variable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9779 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Foo%20Module/list.xml | 2 +- .../portal_types/Foo%20Module/list_ui.xml | 2 +- .../portal_types/Foo%20Module/search.xml | 2 +- .../portal_types/Foo%20Module/sort_on.xml | 2 +- .../testCancelWorkflowTransitionDialog.xml | 8 ++++---- ...ncelWorkflowTransitionDialogKeepSelection.xml | 6 +++--- .../portal_tests/document_zuite/testChangeId.xml | 6 +++--- .../testPassFailingWorkflowTransition.xml | 6 +++--- .../testPassWorkflowTransition.xml | 6 +++--- .../testPassWorkflowTransitionKeepSelection.xml | 6 +++--- .../testPassWorkflowTransitionTwice.xml | 6 +++--- .../testSelectionPreviousNextButtons.xml | 8 ++++---- ...stSelectionPreviousNextButtonsKeepsFormId.xml | 8 ++++---- .../listbox_zuite/testBrainAttribute.xml | 8 ++++---- .../portal_tests/listbox_zuite/testConfigure.xml | 8 ++++---- .../listbox_zuite/testContextObjects.xml | 8 ++++---- .../listbox_zuite/testCopyAndPaste.xml | 14 +++++++------- .../listbox_zuite/testCustomSearch.xml | 6 +++--- .../listbox_zuite/testCustomSort.xml | 8 ++++---- .../listbox_zuite/testCutAndPaste.xml | 14 +++++++------- .../portal_tests/listbox_zuite/testDataLines.xml | 10 +++++----- .../portal_tests/listbox_zuite/testDelete.xml | 6 +++--- .../listbox_zuite/testDomainTree.xml | 8 ++++---- .../listbox_zuite/testDynamicDomainTree.xml | 8 ++++---- .../listbox_zuite/testDynamicReportTree.xml | 8 ++++---- .../portal_tests/listbox_zuite/testFilter.xml | 6 +++--- .../portal_tests/listbox_zuite/testLabelLine.xml | 4 ++-- .../listbox_zuite/testListAction.xml | 4 ++-- .../portal_tests/listbox_zuite/testMetaTypes.xml | 8 ++++---- .../listbox_zuite/testPageTemplate.xml | 4 ++-- .../portal_tests/listbox_zuite/testPager.xml | 16 ++++++++-------- .../listbox_zuite/testQuickSearch.xml | 12 ++++++------ .../portal_tests/listbox_zuite/testQuickSort.xml | 12 ++++++------ .../listbox_zuite/testReportTree.xml | 8 ++++---- .../listbox_zuite/testSearchLine.xml | 8 ++++---- .../listbox_zuite/testStatColumns.xml | 8 ++++---- .../portal_tests/listbox_zuite/testTitleLine.xml | 8 ++++---- .../listbox_zuite/testUrlColumns.xml | 8 ++++---- .../portal_tests/listbox_zuite/testViewMode.xml | 8 ++++---- .../page_templates_zuite/testBreadCrumbs.xml | 10 +++++----- .../page_templates_zuite/testTitle.xml | 16 ++++++++-------- .../testSimpleRelationFieldSaveButton.xml | 6 +++--- .../testSimpleRelationFieldWheelButton.xml | 6 +++--- .../erp5_ui_test/BTZuite_CommonTemplate.xml | 5 +++++ .../portal_skins/erp5_ui_test/FooLine_view.xml | 2 +- .../FooModule_viewFooList/listbox.xml | 11 +---------- .../erp5_ui_test/PTZuite_CommonTemplate.xml | 7 ++++++- bt5/erp5_ui_test/bt/change_log | 3 +++ bt5/erp5_ui_test/bt/revision | 2 +- 49 files changed, 180 insertions(+), 176 deletions(-) diff --git a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/list.xml b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/list.xml index fcf52804e6..fc1d7bbc97 100644 --- a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/list.xml +++ b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/list.xml @@ -54,7 +54,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>2.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/list_ui.xml b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/list_ui.xml index 7a6a344d44..319f5c5970 100644 --- a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/list_ui.xml +++ b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/list_ui.xml @@ -54,7 +54,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>3.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/search.xml b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/search.xml index 4237647269..83bdfe21d6 100644 --- a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/search.xml +++ b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/search.xml @@ -54,7 +54,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>5.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/sort_on.xml b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/sort_on.xml index 07455f6f02..c2696605a5 100644 --- a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/sort_on.xml +++ b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Module/sort_on.xml @@ -54,7 +54,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>4.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCancelWorkflowTransitionDialog.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCancelWorkflowTransitionDialog.xml index 9c30d79c7e..191cc20409 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCancelWorkflowTransitionDialog.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCancelWorkflowTransitionDialog.xml @@ -68,7 +68,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/FooModule_createObjects?num:int=1</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=1</td>\n <td></td>\n </tr>\n <tr>\n @@ -78,7 +78,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n @@ -88,7 +88,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/0/view</td>\n + <td>${base_url}/foo_module/0/view</td>\n <td></td>\n </tr>\n <tr>\n @@ -118,7 +118,7 @@ </tr>\n <tr>\n <td>assertLocation</td>\n - <td>/erp5/foo_module/0/view</td>\n + <td>${base_url}/foo_module/0/view</td>\n <td></td>\n </tr>\n <!-- We check that the transition has not been passed by looking at the\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCancelWorkflowTransitionDialogKeepSelection.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCancelWorkflowTransitionDialogKeepSelection.xml index 82a75f613e..cad3806fcc 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCancelWorkflowTransitionDialogKeepSelection.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCancelWorkflowTransitionDialogKeepSelection.xml @@ -68,7 +68,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/FooModule_createObjects?num:int=2</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=2</td>\n <td></td>\n </tr>\n <tr>\n @@ -78,7 +78,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n @@ -88,7 +88,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/view</td>\n + <td>${base_url}/foo_module/view</td>\n <td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testChangeId.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testChangeId.xml index 57bede5836..9bdb32fed8 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testChangeId.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testChangeId.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects?num:int=1</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects?num:int=1</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassFailingWorkflowTransition.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassFailingWorkflowTransition.xml index de0714f25b..b4b1950bba 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassFailingWorkflowTransition.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassFailingWorkflowTransition.xml @@ -68,7 +68,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/FooModule_createObjects?num:int=1</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=1</td>\n <td></td>\n </tr>\n <tr>\n @@ -78,7 +78,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n @@ -88,7 +88,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/0/view</td>\n + <td>${base_url}/foo_module/0/view</td>\n <td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransition.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransition.xml index be42222fd7..66a6b379b9 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransition.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransition.xml @@ -68,7 +68,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/FooModule_createObjects?num:int=1</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=1</td>\n <td></td>\n </tr>\n <tr>\n @@ -78,7 +78,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n @@ -88,7 +88,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/0/view</td>\n + <td>${base_url}/foo_module/0/view</td>\n <td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransitionKeepSelection.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransitionKeepSelection.xml index d20f6c6442..886ca06f51 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransitionKeepSelection.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransitionKeepSelection.xml @@ -68,7 +68,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/FooModule_createObjects?num:int=2</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=2</td>\n <td></td>\n </tr>\n <tr>\n @@ -78,7 +78,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n @@ -88,7 +88,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/view</td>\n + <td>${base_url}/foo_module/view</td>\n <td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransitionTwice.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransitionTwice.xml index 78e34766a0..c01663b52c 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransitionTwice.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransitionTwice.xml @@ -68,7 +68,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/FooModule_createObjects?num:int=1</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=1</td>\n <td></td>\n </tr>\n <tr>\n @@ -78,7 +78,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n @@ -88,7 +88,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/0/view</td>\n + <td>${base_url}/foo_module/0/view</td>\n <td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtons.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtons.xml index 9b8421979d..3f9e6d4432 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtons.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtons.xml @@ -68,7 +68,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/FooModule_createObjects?num:int=4</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=4</td>\n <td></td>\n </tr>\n <tr>\n @@ -78,7 +78,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n @@ -88,7 +88,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/view</td>\n + <td>${base_url}/foo_module/view</td>\n <td></td>\n </tr>\n <tr>\n @@ -146,7 +146,7 @@ </tr>\n <tr>\n <td>assertLocation</td>\n - <td>/erp5/foo_module/view</td>\n + <td>${base_url}/foo_module/view</td>\n <td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtonsKeepsFormId.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtonsKeepsFormId.xml index 14af0994e2..6edde5187e 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtonsKeepsFormId.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtonsKeepsFormId.xml @@ -69,7 +69,7 @@ keeps `form_id`. This test doesn\'t test problems from #217</td></tr>\n <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/FooModule_createObjects?num:int=2</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=2</td>\n <td></td>\n </tr>\n <tr>\n @@ -79,7 +79,7 @@ keeps `form_id`. This test doesn\'t test problems from #217</td></tr>\n </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n @@ -89,7 +89,7 @@ keeps `form_id`. This test doesn\'t test problems from #217</td></tr>\n </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/view</td>\n + <td>${base_url}/foo_module/view</td>\n <td></td>\n </tr>\n <tr>\n @@ -110,7 +110,7 @@ keeps `form_id`. This test doesn\'t test problems from #217</td></tr>\n </tr>\n <tr>\n <td>assertLocation</td>\n - <td>/erp5/foo_module/0/Base_viewHistory</td>\n + <td>${base_url}/foo_module/0/Base_viewHistory</td>\n <td></td>\n </tr>\n \n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testBrainAttribute.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testBrainAttribute.xml index 46d6e99ea9..67663d5ef4 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testBrainAttribute.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testBrainAttribute.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_list_method=FooModule_getModifiedFooList&field_count_method=</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_list_method=FooModule_getModifiedFooList&field_count_method=</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -92,7 +92,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testConfigure.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testConfigure.xml index b2bbe26d52..edf448e6bc 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testConfigure.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testConfigure.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -83,7 +83,7 @@ <!-- XXX bug compatibility; all columns must be set explicitly -->\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_all_columns=id%7CID%0Atitle%7CTitle%0Adelivery.quantity%7CQuantity;field_stat_method=portal_catalog</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_all_columns=id%7CID%0Atitle%7CTitle%0Adelivery.quantity%7CQuantity;field_stat_method=portal_catalog</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -93,7 +93,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testContextObjects.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testContextObjects.xml index 4b14985bd1..f29510f794 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testContextObjects.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testContextObjects.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_columns=id%7CID%0Aalternate_title%7CTitle&field_list_method=FooModule_getContextList</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_columns=id%7CID%0Aalternate_title%7CTitle&field_list_method=FooModule_getContextList</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -92,7 +92,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCopyAndPaste.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCopyAndPaste.xml index af246ff40c..1ddf2dcc4c 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCopyAndPaste.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCopyAndPaste.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -112,7 +112,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/bar_module/view</td>\n +\t<td>${base_url}/bar_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -127,7 +127,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/bar_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/bar_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -137,7 +137,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/bar_module/view</td>\n +\t<td>${base_url}/bar_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -147,7 +147,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCustomSearch.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCustomSearch.xml index f3fd229c99..8b70a7875f 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCustomSearch.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCustomSearch.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCustomSort.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCustomSort.xml index 8ff235b767..e82b388b98 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCustomSort.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCustomSort.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -83,7 +83,7 @@ <!-- XXX bug compatibility; all_columns are used for sortable columns. -->\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_sort_columns=id%0Atitle;field_all_columns=id%0Atitle</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_sort_columns=id%0Atitle;field_all_columns=id%0Atitle</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -93,7 +93,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCutAndPaste.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCutAndPaste.xml index 0ca27808bd..eb7382bebd 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCutAndPaste.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testCutAndPaste.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -112,7 +112,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/bar_module/view</td>\n +\t<td>${base_url}/bar_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -127,7 +127,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/bar_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/bar_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -137,7 +137,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/bar_module/view</td>\n +\t<td>${base_url}/bar_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -147,7 +147,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDataLines.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDataLines.xml index fa02de647a..51d6dc6f89 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDataLines.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDataLines.xml @@ -67,7 +67,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -77,7 +77,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -87,7 +87,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -157,7 +157,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_select=</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_select=</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -167,7 +167,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDelete.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDelete.xml index 4d2c734a6e..6eac9bbf9c 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDelete.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDelete.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDomainTree.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDomainTree.xml index 581f1a72b4..d6dd6112a0 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDomainTree.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDomainTree.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_domain_tree=checked;field_domain_root_list=foo_category%7CFoo%20Category</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_domain_tree=checked;field_domain_root_list=foo_category%7CFoo%20Category</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -92,7 +92,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDynamicDomainTree.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDynamicDomainTree.xml index 72d9202a2d..51351e0e17 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDynamicDomainTree.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDynamicDomainTree.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_domain_tree=checked;field_domain_root_list=foo_domain%7CFoo%20Domain</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_domain_tree=checked;field_domain_root_list=foo_domain%7CFoo%20Domain</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -92,7 +92,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDynamicReportTree.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDynamicReportTree.xml index acf3e2bd04..36cc0de04a 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDynamicReportTree.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testDynamicReportTree.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_report_tree=checked;field_report_root_list=foo_domain%7CFoo%20Domain</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_report_tree=checked;field_report_root_list=foo_domain%7CFoo%20Domain</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -92,7 +92,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testFilter.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testFilter.xml index 20b6bfd368..1638577634 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testFilter.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testFilter.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testLabelLine.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testLabelLine.xml index fb8a9b6ba8..0c174aa28c 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testLabelLine.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testLabelLine.xml @@ -97,7 +97,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_select=</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_select=</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -107,7 +107,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testListAction.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testListAction.xml index f22bfeb75e..5e16109a17 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testListAction.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testListAction.xml @@ -78,7 +78,7 @@ \n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_list_action=FooModule_viewFooList</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_list_action=FooModule_viewFooList</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -88,7 +88,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testMetaTypes.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testMetaTypes.xml index 626a8b8efc..923db44378 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testMetaTypes.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testMetaTypes.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_meta_types=ERP5%20Delivery;field_portal_types=</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_meta_types=ERP5%20Delivery;field_portal_types=</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -92,7 +92,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testPageTemplate.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testPageTemplate.xml index 49c626e708..9212515c5d 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testPageTemplate.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testPageTemplate.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_page_template=FooModule_renderListBox</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_page_template=FooModule_renderListBox</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testPager.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testPager.xml index b6a0671f2c..4d97c6efa5 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testPager.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testPager.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects?num:int=3</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects?num:int=3</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -133,7 +133,7 @@ \n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects?start:int=3&num:int=7</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects?start:int=3&num:int=7</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -143,7 +143,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -153,7 +153,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -317,12 +317,12 @@ \n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/manage_delObjects?ids=9</td>\n +\t<td>${base_url}/foo_module/manage_delObjects?ids=9</td>\n \t<td></td>\n </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testQuickSearch.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testQuickSearch.xml index 9b14b46e1d..a68dda3019 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testQuickSearch.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testQuickSearch.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_search_columns=id</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_search_columns=id</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -92,7 +92,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -132,7 +132,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -142,7 +142,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <!-- Search by id -->\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testQuickSort.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testQuickSort.xml index 6fc94ae290..e2fbd0c200 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testQuickSort.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testQuickSort.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_sort_columns=id</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_sort_columns=id</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -92,7 +92,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -112,7 +112,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -122,7 +122,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testReportTree.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testReportTree.xml index 69dc7800f4..5af4e359ba 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testReportTree.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testReportTree.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_report_tree=checked;field_report_root_list=foo_category%7CFoo%20Category%0Afoo_empty_category%7CFoo%20Empty%20Category</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_report_tree=checked;field_report_root_list=foo_category%7CFoo%20Category%0Afoo_empty_category%7CFoo%20Empty%20Category</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -92,7 +92,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testSearchLine.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testSearchLine.xml index 6b11b6fc3c..a785f5faa7 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testSearchLine.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testSearchLine.xml @@ -107,7 +107,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_select=</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_select=</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -117,7 +117,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -167,7 +167,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_select=checked&field_search=</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_select=checked&field_search=</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -177,7 +177,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testStatColumns.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testStatColumns.xml index 6a4e43a4fa..26a3f6e3ac 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testStatColumns.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testStatColumns.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_stat_columns=id%7CFooModule_statId%0Atitle%7CFooModule_statTitle;field_stat_method=portal_catalog</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_stat_columns=id%7CFooModule_statId%0Atitle%7CFooModule_statTitle;field_stat_method=portal_catalog</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -92,7 +92,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testTitleLine.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testTitleLine.xml index 33ccd8d8d2..3c4ce53438 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testTitleLine.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testTitleLine.xml @@ -108,7 +108,7 @@ \n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_domain_tree=checked&field_domain_root_list=source</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_domain_tree=checked&field_domain_root_list=source</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -118,7 +118,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -139,7 +139,7 @@ \n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_report_tree=checked&field_report_root_list=source</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_report_tree=checked&field_report_root_list=source</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -149,7 +149,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testUrlColumns.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testUrlColumns.xml index 2ed9442408..2bc9cc117c 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testUrlColumns.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testUrlColumns.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_url_columns=id%7CFoo_getIdUrl%0Atitle%7C</td>\n +\t<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_url_columns=id%7CFoo_getIdUrl%0Atitle%7C</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -92,7 +92,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/view</td>\n +\t<td>${base_url}/foo_module/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testViewMode.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testViewMode.xml index 0768d782ee..5cf07e94a6 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testViewMode.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testViewMode.xml @@ -62,7 +62,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/FooModule_createObjects?num:int=1</td>\n +\t<td>${base_url}/foo_module/FooModule_createObjects?num:int=1</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -72,7 +72,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/0/Foo_createObjects</td>\n +\t<td>${base_url}/foo_module/0/Foo_createObjects</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -82,7 +82,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n +\t<td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n \t<td></td>\n </tr>\n <tr>\n @@ -92,7 +92,7 @@ </tr>\n <tr>\n \t<td>open</td>\n -\t<td>/erp5/foo_module/0/view</td>\n +\t<td>${base_url}/foo_module/0/view</td>\n \t<td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testBreadCrumbs.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testBreadCrumbs.xml index 098271751d..e7ce518ca4 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testBreadCrumbs.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testBreadCrumbs.xml @@ -74,7 +74,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/FooModule_createObjects?num:int=1</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=1</td>\n <td></td>\n </tr>\n <tr>\n @@ -84,7 +84,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n @@ -94,7 +94,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/0/view</td>\n + <td>${base_url}/foo_module/0/view</td>\n <td></td>\n </tr>\n <tr>\n @@ -109,7 +109,7 @@ </tr>\n <tr>\n <td>assertLocation</td>\n - <td>/erp5/foo_module/0/view</td>\n + <td>${base_url}/foo_module/0/view</td>\n <td></td>\n </tr>\n <tr>\n @@ -119,7 +119,7 @@ </tr>\n <tr>\n <td>assertLocation</td>\n - <td>/erp5/view</td>\n + <td>${base_url}/view</td>\n <td></td>\n </tr>\n \n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testTitle.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testTitle.xml index d6fc5824b6..350f75f80e 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testTitle.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testTitle.xml @@ -74,7 +74,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/FooModule_createObjects?num:int=1</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=1</td>\n <td></td>\n </tr>\n <tr>\n @@ -84,7 +84,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n @@ -96,7 +96,7 @@ <!-- View mode: title of the form - title of the object -->\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/0/view</td>\n + <td>${base_url}/foo_module/0/view</td>\n <td></td>\n </tr>\n <tr>\n @@ -109,7 +109,7 @@ <!-- List mode: title of the form -->\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/view</td>\n + <td>${base_url}/foo_module/view</td>\n <td></td>\n </tr>\n <tr>\n @@ -121,7 +121,7 @@ <!-- Dialog mode: title of the form -->\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/0/view</td>\n + <td>${base_url}/foo_module/0/view</td>\n <td></td>\n </tr>\n <tr>\n @@ -138,7 +138,7 @@ <!-- Report view mode: title of the form - title of the object -->\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/0/Base_viewHistory</td>\n + <td>${base_url}/foo_module/0/Base_viewHistory</td>\n <td></td>\n </tr>\n <tr>\n @@ -151,7 +151,7 @@ <!-- assumes that BusinessTemplate_view uses quad_form_view as a page template. -->\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/0/BusinessTemplate_view</td>\n + <td>${base_url}/foo_module/0/BusinessTemplate_view</td>\n <td></td>\n </tr>\n <tr>\n @@ -163,7 +163,7 @@ <!-- portal: title of the portal -->\n <tr>\n <td>open</td>\n - <td>/erp5/view</td>\n + <td>${base_url}/view</td>\n <td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldSaveButton.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldSaveButton.xml index 8d4999a5ec..f6cdac0718 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldSaveButton.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldSaveButton.xml @@ -69,7 +69,7 @@ button</td></tr>\n <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/FooModule_createObjects?num:int=1</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=1</td>\n <td></td>\n </tr>\n <tr>\n @@ -79,7 +79,7 @@ button</td></tr>\n </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n @@ -89,7 +89,7 @@ button</td></tr>\n </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/view</td>\n + <td>${base_url}/foo_module/view</td>\n <td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldWheelButton.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldWheelButton.xml index dd08fa75aa..07677a75b5 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldWheelButton.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldWheelButton.xml @@ -68,7 +68,7 @@ <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/FooModule_createObjects?num:int=1</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=1</td>\n <td></td>\n </tr>\n <tr>\n @@ -78,7 +78,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n @@ -88,7 +88,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/view</td>\n + <td>${base_url}/foo_module/view</td>\n <td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/BTZuite_CommonTemplate.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/BTZuite_CommonTemplate.xml index 088bd6e9f5..d04918081c 100644 --- a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/BTZuite_CommonTemplate.xml +++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/BTZuite_CommonTemplate.xml @@ -57,6 +57,11 @@ <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().getId()">erp5</td>\n + <td>base_url</td>\n + </tr>\n <tr>\n <td>open</td>\n <td tal:content="string: ${here/portal_url}/foo_module/BTZuite_reset"/>\n diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/FooLine_view.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/FooLine_view.xml index 8721f2f44c..5147c180c7 100644 --- a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/FooLine_view.xml +++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/FooLine_view.xml @@ -107,7 +107,7 @@ </value> </item> <item> - <key> <string>right</string> </key> + <key> <string>right</string> </key> <value> <list/> </value> diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/FooModule_viewFooList/listbox.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/FooModule_viewFooList/listbox.xml index f681cb7b3b..7af946aa6a 100644 --- a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/FooModule_viewFooList/listbox.xml +++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/FooModule_viewFooList/listbox.xml @@ -349,10 +349,6 @@ <string>getQuantity</string> <string>Quantity</string> </tuple> - <tuple> - <string>subject_list</string> - <string>Subject</string> - </tuple> </list> </value> </item> @@ -397,12 +393,7 @@ <item> <key> <string>editable_columns</string> </key> <value> - <list> - <tuple> - <string>subject_list</string> - <string>Subject</string> - </tuple> - </list> + <list/> </value> </item> <item> diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/PTZuite_CommonTemplate.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/PTZuite_CommonTemplate.xml index f94b44143e..73e6be5f0e 100644 --- a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/PTZuite_CommonTemplate.xml +++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/PTZuite_CommonTemplate.xml @@ -58,6 +58,11 @@ xmlns:metal="http://xml.zope.org/namespaces/metal">\n <tal:block metal:define-macro="init">\n <!-- reuse listbox suite reset to clear modules. -->\n + <tr>\n + <td>store</td>\n + <td tal:content="python: \'/\' + here.getPortalObject().getId()">erp5</td>\n + <td>base_url</td>\n + </tr>\n <tr>\n <td>open</td>\n <td tal:content="string: ${here/portal_url}/foo_module/ListBoxZuite_reset"/>\n @@ -81,7 +86,7 @@ </tr>\n <tr>\n <td>open</td>\n - <td>/erp5/foo_module/ListBoxZuite_waitForActivities</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n <td></td>\n </tr>\n <tr>\n diff --git a/bt5/erp5_ui_test/bt/change_log b/bt5/erp5_ui_test/bt/change_log index cd7fe32049..9756ff7451 100644 --- a/bt5/erp5_ui_test/bt/change_log +++ b/bt5/erp5_ui_test/bt/change_log @@ -1,3 +1,6 @@ +2006-09-08 Seb +* Define a new variable so we can user ${base_url} instead of /erp5/ + 2006-08-14 jerome * More tests for workflow transitions / dialog forms * Tests for Prev / Next button from selection diff --git a/bt5/erp5_ui_test/bt/revision b/bt5/erp5_ui_test/bt/revision index c5b431b6cb..2b82dfea30 100644 --- a/bt5/erp5_ui_test/bt/revision +++ b/bt5/erp5_ui_test/bt/revision @@ -1 +1 @@ -50 \ No newline at end of file +60 \ No newline at end of file -- 2.30.9