[Checkins] SVN: megrok.chameleon/trunk/ update changelog

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu May 19 06:27:32 EDT 2011


Log message for revision 121738:
  update changelog

Changed:
  U   megrok.chameleon/trunk/CHANGES.txt
  U   megrok.chameleon/trunk/src/megrok/chameleon/README.txt
  U   megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt

-=-
Modified: megrok.chameleon/trunk/CHANGES.txt
===================================================================
--- megrok.chameleon/trunk/CHANGES.txt	2011-05-19 09:27:59 UTC (rev 121737)
+++ megrok.chameleon/trunk/CHANGES.txt	2011-05-19 10:27:31 UTC (rev 121738)
@@ -4,12 +4,19 @@
 1.0.0 (unreleased)
 ==================
 
-* ...
+* Depend on z3c.pt again, as it contains necessary components for the types
+  of expressions we expect to be able to use in page templates in a Zope/Grok
+  context. The maintainer for z3c.pt is the same as for Chameleon itself.
 
+* Removal of the Genshi-template components XXX WHy?
+
+* Grok's view namespaces are injected as "top-level" template namespaces
+  instead of part of the `options` namespace.
+
 0.5.2 (2010-07-19)
 ==================
 
-* Remove dependency on chameleon.genshi as this is now included 
+* Remove dependency on chameleon.genshi as this is now included
   into Chameleon itself.
 
 0.5.1 (2010-05-20)

Modified: megrok.chameleon/trunk/src/megrok/chameleon/README.txt
===================================================================
--- megrok.chameleon/trunk/src/megrok/chameleon/README.txt	2011-05-19 09:27:59 UTC (rev 121737)
+++ megrok.chameleon/trunk/src/megrok/chameleon/README.txt	2011-05-19 10:27:31 UTC (rev 121738)
@@ -104,7 +104,7 @@
     <span tal:define="foo 'a FOO'">
     ${view.me_do()}
     <span tal:replace="structure view.me_do()" />
-    CSS-URL: ${path: static/test.css}
+    CSS-URL: ${path:static/test.css}
     My context is: ${view.url(context)}
     ${foo}
     <span tal:replace="foo" />

Modified: megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt
===================================================================
--- megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt	2011-05-19 09:27:59 UTC (rev 121737)
+++ megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt	2011-05-19 10:27:31 UTC (rev 121738)
@@ -3,7 +3,7 @@
 <span tal:define="foo 'a FOO'">
 ${view.me_do()}
 <span tal:replace="structure view.me_do()" />
-CSS-URL: ${path: static/test.css}
+CSS-URL: ${path:static/test.css}
 My context is: ${view.url(context)}
 ${foo}
 <span tal:replace="foo" />



More information about the checkins mailing list