[Erp5-report] r18676 - /experimental/Experimental/ZopePatch.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Jan 12 15:34:30 CET 2008


Author: bartek
Date: Sat Jan 12 15:34:29 2008
New Revision: 18676

URL: http://svn.erp5.org?rev=18676&view=rev
Log:
load all by default

Modified:
    experimental/Experimental/ZopePatch.py

Modified: experimental/Experimental/ZopePatch.py
URL: http://svn.erp5.org/experimental/Experimental/ZopePatch.py?rev=18676&r1=18675&r2=18676&view=diff
==============================================================================
--- experimental/Experimental/ZopePatch.py (original)
+++ experimental/Experimental/ZopePatch.py Sat Jan 12 15:34:29 2008
@@ -24,3 +24,11 @@
 LOG('EXPERIMENTAL monkey-patch', INFO, 'Type-based object title')
 from Products.Experimental.patches import XMLObject_type_based_title
 
+LOG('EXPERIMENTAL monkey-patch', INFO, 'Use type-based init scripts')
+from Products.Experimental.patches import ERP5Type_always_init_script
+
+LOG('EXPERIMENTAL monkey-patch', INFO, 'Disable checkbox rendered as translateable text')
+from Products.Experimental.patches import Formulator_customized_checkbox_view
+
+LOG('EXPERIMENTAL monkey-patch', INFO, 'In disabled RadioField show translated title (not value)')
+from Products.Experimental.patches import Formulator_RadioField_show_title




More information about the Erp5-report mailing list