[Erp5-report] r14492 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 15 15:33:51 CEST 2007


Author: romain
Date: Tue May 15 15:33:51 2007
New Revision: 14492

URL: http://svn.erp5.org?rev=14492&view=rev
Log:
Revert revision 14488.
Do not reindex portal activities, as it is not a BaseTool

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml?rev=14492&r1=14491&r2=14492&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml Tue May 15 15:33:51 2007
@@ -106,15 +106,13 @@
                                          passive_commit=passive_commit)\n
 \n
 print "#### Indexing alarms ####"\n
-print "#### Indexing active processes ####"\n
 print "#### Indexing preferences ####"\n
 folder_tag = \'module\'\n
 folder_after_tag = (\'person_stage_1\', \'group_person_stage_1\')\n
 object_tag = \'document\'\n
 object_after_tag = (\'module\', \'category\', \'person_stage_1\', \'group_person_stage_1\')\n
 object_priority = 2\n
-for folder in [context.portal_alarms, context.portal_activities,\n
-               context.portal_preferences]:\n
+for folder in [context.portal_alarms, context.portal_preferences]:\n
   folder.activate(\n
                     tag=folder_tag,\n
                     after_tag=folder_after_tag).Folder_reindexAll(\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=14492&r1=14491&r2=14492&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Tue May 15 15:33:51 2007
@@ -1,1 +1,1 @@
-331
+332




More information about the Erp5-report mailing list