Commit 19e1edcf authored by Jérome Perrin's avatar Jérome Perrin

remove unused skins:

Category_viewEditDialog
Catalog_getIndexablePathList
CacheFactory_manage

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14791 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64543d2c
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PageTemplates.ZopePageTemplate</string>
<string>ZopePageTemplate</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</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_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<html xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal"\n
metal:use-macro="here/main_template/macros/master">\n
<body>\n
\n
<div metal:fill-slot="main">\t \n
\n
<h2><span tal:replace="here/title_or_id">content title or id</span></h2>\n
\n
<p> Cache Plugins </p>\n
\n
<span tal:content="CachingMethod/factories"/>\n
\n
<!-- <ul>\n
<tal:block tal:repeat="cp here/getRamCacheFactory">\n
<li><span tal:content="cp"/></li>\n
</tal:block>\n
</ul> -->\n
</div>\n
</body>\n
</html>\n
]]></string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>expand</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>CacheFactory_manage</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Python_magic</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</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>path_list = []\n
\n
#### Indexing categories ####\n
path_list += [\'portal_categories\']\n
\n
# We index simulation first to make sure we can calculate tests (ie. related quantity)\n
#### Indexing simulation ####\n
path_list += [\'portal_simulation\']\n
\n
# We index templates secondly\n
#### Indexing templates ####\n
path_list += [\'portal_templates\']\n
\n
# Next we index applied rules\n
#### Indexing applied rules ####\n
path_list += [\'portal_rules\']\n
\n
# Then we index everything except inventories\n
for folder in context.portal_url.getPortalObject().objectValues(("ERP5 Folder",)):\n
if folder.getId() not in (\'inventaire_mp\',\'inventaire_pf\'):\n
path_list += [folder.getId()]\n
\n
# Then we index inventories\n
for folder in context.portal_url.getPortalObject().objectValues(("ERP5 Folder",)):\n
if folder.getId() in (\'inventaire_mp\',\'inventaire_pf\'):\n
path_list += [folder.getId()]\n
\n
return path_list\n
</string> </value>
</item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_filepath</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></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>path_list</string>
<string>_getiter_</string>
<string>_getattr_</string>
<string>context</string>
<string>folder</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>Catalog_getIndexablePathList</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PageTemplates.ZopePageTemplate</string>
<string>ZopePageTemplate</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</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_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<html xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal"\n
metal:use-macro="here/main_template/macros/master">\n
<body>\n
<div metal:fill-slot="main">\t \n
<div class="Desktop">\n
<h2>Edit: <span tal:replace="here/getId">My ID</span></h2>\n
\n
<form action="folder_edit" method="post">\n
<table class="FormLayout">\n
\n
<tr valign="top">\n
<th align="right"> Title\n
</th>\n
<td colspan="3">\n
<input type="text"\n
name="title"\n
value=""\n
\t\t tal:attributes="value here/title"\n
size="65">\n
</td>\n
\n
<tr valign="top">\n
<th align="right"> Description\n
</th>\n
<td colspan="3">\n
<textarea name="description:text" rows="5"\n
cols="65" wrap="soft"\n
\t\t\t tal:content="here/description">\n
</textarea>\n
</td>\n
</tr>\n
\n
<tr valign="top">\n
<td> <br> </td>\n
<td>\n
<input type="submit" name="choice" value=" Change ">\n
<input type="submit" name="choice" value=" Change and View ">\n
</td>\n
</tr>\n
\n
</table>\n
</form>\n
</div>\n
</div>\n
</body>\n
</html>\n
]]></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Category_viewEditDialog</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
346
\ No newline at end of file
347
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment