Commit 41fc1aa2 authored by Yusei Tahara's avatar Yusei Tahara

2010-01-05 yusei

* Update ERP5Site_reindexAll and index some tools correctly.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31567 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b3baba44
...@@ -165,8 +165,11 @@ tool_list = [portal.portal_templates, portal.portal_trash,\n ...@@ -165,8 +165,11 @@ tool_list = [portal.portal_templates, portal.portal_trash,\n
portal.portal_domains, portal.portal_rules,\n portal.portal_domains, portal.portal_rules,\n
portal.portal_deliveries, portal.portal_orders,\n portal.portal_deliveries, portal.portal_orders,\n
portal.portal_caches, portal.portal_types]\n portal.portal_caches, portal.portal_types]\n
if hasattr(portal, \'portal_gadgets\'):\n possible_tool_list = [\'portal_gadgets\', \'portal_contribution_registry\',\n
tool_list.append(portal.portal_gadgets)\n \'portal_roundings\',]\n
for tool_id in possible_tool_list:\n
if getattr(portal, tool_id, None) is not None:\n
tool_list.append(getattr(portal, tool_id))\n
\n \n
for folder in tool_list:\n for folder in tool_list:\n
folder.activate(\n folder.activate(\n
...@@ -304,7 +307,8 @@ return printed\n ...@@ -304,7 +307,8 @@ return printed\n
<string>_getiter_</string> <string>_getiter_</string>
<string>folder</string> <string>folder</string>
<string>tool_list</string> <string>tool_list</string>
<string>hasattr</string> <string>possible_tool_list</string>
<string>tool_id</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
2010-01-05 yusei
* Update ERP5Site_reindexAll and index some tools correctly.
2009-12-04 jm 2009-12-04 jm
* Allow use of ParallelListFields in ListBox cells. Fields using * Allow use of ParallelListFields in ListBox cells. Fields using
Base_hashCategoryList requires ERP5Form to be up-to-date. Base_hashCategoryList requires ERP5Form to be up-to-date.
2009-11-18 yo 2009-11-18 yo
* Move localization-related preferences to General from UI. * Move localization-related preferences to General from UI.
......
1406 1408
\ No newline at end of file \ 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