[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/ svn://svn.zope.org/repos/main/Products.GenericSetup/trunk

Hanno Schlichting plone at hannosch.info
Sat Apr 12 11:26:21 EDT 2008


Log message for revision 85275:
  svn://svn.zope.org/repos/main/Products.GenericSetup/trunk
  

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt
  U   Products.GenericSetup/trunk/Products/GenericSetup/zcml.py

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt	2008-04-12 15:17:13 UTC (rev 85274)
+++ Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt	2008-04-12 15:26:20 UTC (rev 85275)
@@ -2,6 +2,8 @@
 
   GenericSetup 1.5.0 (unreleased)
 
+    - Fixed the upgrade step directive schema. Description is not required.
+
     - Introduced a new IComponentsHandlerBlacklist interface. You can register
       named utilities for it and provide sequences of interfaces which should
       not be handled by the standard components registry adapter. This allows

Modified: Products.GenericSetup/trunk/Products/GenericSetup/zcml.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/zcml.py	2008-04-12 15:17:13 UTC (rev 85274)
+++ Products.GenericSetup/trunk/Products/GenericSetup/zcml.py	2008-04-12 15:26:20 UTC (rev 85275)
@@ -230,7 +230,7 @@
 
     description = zope.schema.TextLine(
         title=u"Upgrade step description",
-        required=True)
+        required=False)
 
     handler = GlobalObject(
         title=u"Upgrade handler",



More information about the Checkins mailing list