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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 13 18:35:21 CET 2008


Author: romain
Date: Thu Mar 13 18:35:20 2008
New Revision: 19867

URL: http://svn.erp5.org?rev=19867&view=rev
Log:
Remove useless LOG

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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_generateMonthDomain.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_generateMonthDomain.xml?rev=19867&r1=19866&r2=19867&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_generateMonthDomain.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_generateMonthDomain.xml Thu Mar 13 18:35:20 2008
@@ -107,7 +107,6 @@
 # Definning date order using user Preference Options\n
 try:\n
   date_order = context.portal_preferences.getActivePreference().getPreferredDateOrder()\n
-  context.log("%s on %s" % (script.getId(), context.getPath()), "%s" %  date_order)\n
   if (date_order is None) or date_order not in [ \'dmy\', \'ymd\' , \'mdy\' ]:\n
     date_order = \'ymd\'\n
 except AttributeError:\n
@@ -243,7 +242,6 @@
                             <string>axis_stop</string>
                             <string>default_link_url</string>
                             <string>date_order</string>
-                            <string>script</string>
                             <string>None</string>
                             <string>AttributeError</string>
                             <string>category_list</string>
@@ -258,6 +256,7 @@
                             <string>link</string>
                             <string>category</string>
                             <string>domain</string>
+                            <string>script</string>
                           </tuple>
                         </value>
                     </item>

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=19867&r1=19866&r2=19867&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Thu Mar 13 18:35:20 2008
@@ -1,1 +1,1 @@
-735
+736




More information about the Erp5-report mailing list