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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 14 20:09:05 CEST 2007


Author: jerome
Date: Mon May 14 20:09:05 2007
New Revision: 14488

URL: http://svn.erp5.org?rev=14488&view=rev
Log:
ERP5Site_reindexAll: reindex active processes in portal_activities

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=14488&r1=14487&r2=14488&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 Mon May 14 20:09:05 2007
@@ -106,13 +106,15 @@
                                          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_preferences]:\n
+for folder in [context.portal_alarms, context.portal_activities,\n
+               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=14488&r1=14487&r2=14488&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Mon May 14 20:09:05 2007
@@ -1,1 +1,1 @@
-330
+331




More information about the Erp5-report mailing list