[Checkins] SVN: grokcore.view/trunk/CHANGES.txt ammend changelog - this finishes the merge of the "sylvain-template-warning-improvements" branch

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Feb 28 09:42:53 EST 2011


Log message for revision 120605:
  ammend changelog - this finishes the merge of the "sylvain-template-warning-improvements" branch

Changed:
  U   grokcore.view/trunk/CHANGES.txt

-=-
Modified: grokcore.view/trunk/CHANGES.txt
===================================================================
--- grokcore.view/trunk/CHANGES.txt	2011-02-28 14:36:50 UTC (rev 120604)
+++ grokcore.view/trunk/CHANGES.txt	2011-02-28 14:42:52 UTC (rev 120605)
@@ -4,6 +4,11 @@
 2.4 (unreleased)
 ----------------
 
+- Add a new ZCML directive, ``ignoreTemplates`` that let you configure which
+  template filename pattern should be ignored by the template registry. The
+  pattern attribute of the directive accepts regular expresssion that will be
+  matched against the (template) file extension.
+
 - Use the zope configuration action ordering feature to have templates
   registered for all packages and modules, before trying to associate the
   templates. Checking for unassociated templates is done very very late in the
@@ -14,10 +19,6 @@
   subclassing view components that use the grok.template() directive from other
   packages.
 
-- Add a new ZCML directive, ``ignoreTemplates`` that let you configure
-  which template filename pattern should be ignored by the template
-  registry.
-
 2.3 (2011-01-04)
 ----------------
 



More information about the checkins mailing list