From fe36ff12a269cabd4197d84d9d96473c348a3abd Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Wed, 15 Sep 2010 12:01:35 +0000 Subject: [PATCH] Add a custom for KM advanced search handler script. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38385 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../Base_processAdvancedSearch.xml | 135 ++++++++++++++++++ bt5/erp5_km/bt/revision | 2 +- 2 files changed, 136 insertions(+), 1 deletion(-) create mode 100644 bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_processAdvancedSearch.xml diff --git a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_processAdvancedSearch.xml b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_processAdvancedSearch.xml new file mode 100644 index 0000000000..e0749c8572 --- /dev/null +++ b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_processAdvancedSearch.xml @@ -0,0 +1,135 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="PythonScript" module="Products.PythonScripts.PythonScript"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>Script_magic</string> </key> + <value> <int>3</int> </value> + </item> + <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_container</string> </key> + <value> <string>container</string> </value> + </item> + <item> + <key> <string>name_context</string> </key> + <value> <string>context</string> </value> + </item> + <item> + <key> <string>name_m_self</string> </key> + <value> <string>script</string> </value> + </item> + <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>_body</string> </key> + <value> <string>"""\n + Puts all the arguments from advanced search dialog form together as \n + a parseable search string. \n +"""\n +request = context.REQUEST\n +portal = context.getPortalObject()\n +searchable_text = context.Base_assembleSearchString()\n +kw[\'list_style\'] = \'search\'\n +kw[\'SearchableText\'] = searchable_text\n +kw[\'language\'] = \'\'\n +return context.Base_redirect(\'WebSite_viewAdvancedSearchResultList\', keep_items=kw)\n +</string> </value> + </item> + <item> + <key> <string>_code</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_params</string> </key> + <value> <string>*a,**kw</string> </value> + </item> + <item> + <key> <string>errors</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>func_code</string> </key> + <value> + <object> + <klass> + <global name="FuncCode" module="Shared.DC.Scripts.Signature"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>co_argcount</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>co_varnames</string> </key> + <value> + <tuple> + <string>a</string> + <string>kw</string> + <string>_getattr_</string> + <string>context</string> + <string>request</string> + <string>portal</string> + <string>searchable_text</string> + <string>_write_</string> + </tuple> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>func_defaults</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>Base_processAdvancedSearch</string> </value> + </item> + <item> + <key> <string>warnings</string> </key> + <value> + <tuple/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km/bt/revision b/bt5/erp5_km/bt/revision index e8dadcda30..3ef08c825d 100644 --- a/bt5/erp5_km/bt/revision +++ b/bt5/erp5_km/bt/revision @@ -1 +1 @@ -1540 \ No newline at end of file +1541 \ No newline at end of file -- 2.30.9