[Checkins] SVN: z3c.template/trunk/ * Corrected description of ``ITemplateDirective.name``.

Michael Howitz mh at gocept.com
Sat Mar 14 05:56:58 EDT 2009


Log message for revision 98086:
  * Corrected description of ``ITemplateDirective.name``.
  
  * Removed zpkg helper files and zcml slugs.
  

Changed:
  U   z3c.template/trunk/CHANGES.txt
  D   z3c.template/trunk/src/z3c/template/SETUP.cfg
  D   z3c.template/trunk/src/z3c/template/z3c.template-meta.zcml
  U   z3c.template/trunk/src/z3c/template/zcml.py

-=-
Modified: z3c.template/trunk/CHANGES.txt
===================================================================
--- z3c.template/trunk/CHANGES.txt	2009-03-14 09:25:25 UTC (rev 98085)
+++ z3c.template/trunk/CHANGES.txt	2009-03-14 09:56:58 UTC (rev 98086)
@@ -5,8 +5,11 @@
 1.2.1 (unreleased)
 ------------------
 
-* ...
+* Corrected description of ``ITemplateDirective.name``.
 
+* Removed zpkg helper files and zcml slugs.
+
+
 1.2.0 (2009-02-26)
 ------------------
 
@@ -26,7 +29,7 @@
 1.1.0 (2007-10-08)
 ------------------
 
-* Added an ``IContentTemplate`` interface which is used for 
+* Added an ``IContentTemplate`` interface which is used for
   ``<z3c:template>``.
 
 1.0.0 (2007-??-??)

Deleted: z3c.template/trunk/src/z3c/template/SETUP.cfg
===================================================================
--- z3c.template/trunk/src/z3c/template/SETUP.cfg	2009-03-14 09:25:25 UTC (rev 98085)
+++ z3c.template/trunk/src/z3c/template/SETUP.cfg	2009-03-14 09:56:58 UTC (rev 98086)
@@ -1,3 +0,0 @@
-<data-files zopeskel/etc/package-includes>
-  z3c.template-*.zcml
-</data-files>

Deleted: z3c.template/trunk/src/z3c/template/z3c.template-meta.zcml
===================================================================
--- z3c.template/trunk/src/z3c/template/z3c.template-meta.zcml	2009-03-14 09:25:25 UTC (rev 98085)
+++ z3c.template/trunk/src/z3c/template/z3c.template-meta.zcml	2009-03-14 09:56:58 UTC (rev 98086)
@@ -1,6 +0,0 @@
-<configure
-    xmlns:zcml="http://namespaces.zope.org/zcml">
-
-  <include package="z3c.template" file="meta.zcml" />
-
-</configure>

Modified: z3c.template/trunk/src/z3c/template/zcml.py
===================================================================
--- z3c.template/trunk/src/z3c/template/zcml.py	2009-03-14 09:25:25 UTC (rev 98085)
+++ z3c.template/trunk/src/z3c/template/zcml.py	2009-03-14 09:56:58 UTC (rev 98086)
@@ -40,9 +40,8 @@
         )
 
     name = zope.schema.TextLine(
-        title=u"The name of the pagelet.",
-        description=u"The name is used in the IController to look up the "
-                      "pagelet.",
+        title=u"The name of the template.",
+        description=u"The name is used to look up the template.",
         default=u'',
         required=False)
 



More information about the Checkins mailing list