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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 1 16:27:26 CEST 2006


Author: chris
Date: Tue Aug  1 16:27:23 2006
New Revision: 8964

URL: http://svn.erp5.org?rev=8964&view=rev
Log:
- Fixed order in multi installation dialog (listbox) so that it installs dependencies first

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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_getModifiedObjectList.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_getModifiedObjectList.xml?rev=8964&r1=8963&r2=8964&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_getModifiedObjectList.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_getModifiedObjectList.xml Tue Aug  1 16:27:23 2006
@@ -92,12 +92,11 @@
 no_backup_list = [\'Action\', \'SiteProperty\', \'Module\', \'Document\', \'PropertySheet\', \'Extension\', \'Test\', \'Product\', \n
                  \'Role\', \'CatalogResultKey\', \'CatalogRelatedKey\', \'CatalogResultTable\', \'MessageTranslation\', \'LocalRoles\', \n
                  \'PortalTypeAllowedContentType\', \'PortalTypeHiddenContentType\', \'PortalTypePropertySheet\', \'PortalTypeBaseCategory\']\n
-\n
-for bt in bt_objects.keys():\n
+for bt in bt_id_list:\n
   modified_object_list = bt_objects[bt][1]  \n
   bt_title = bt_objects[bt][0]\n
   keys = modified_object_list.keys()\n
-  #keys.sort()\n
+  keys.sort()\n
   i = 0\n
   for object_id in keys:    \n
     object_state, object_class = modified_object_list[object_id]\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=8964&r1=8963&r2=8964&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Tue Aug  1 16:27:23 2006
@@ -1,1 +1,1 @@
-34
+36




More information about the Erp5-report mailing list