[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst - tweaking

Yvo Schubbe cvs-admin at zope.org
Wed Jul 11 18:16:21 UTC 2012


Log message for revision 127325:
  - tweaking

Changed:
  U   Zope/trunk/doc/CHANGES.rst

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2012-07-11 14:29:44 UTC (rev 127324)
+++ Zope/trunk/doc/CHANGES.rst	2012-07-11 18:16:10 UTC (rev 127325)
@@ -40,10 +40,6 @@
 Features Added
 ++++++++++++++
 
-- Five: Refactored ``browser:view`` and ``browser:page`` directives.
-  This makes their implementation more similar to that in ``zope.browserpage``
-  and adds allowed_interface support for the ``browser:view`` directive.
-
 - Optimized the `OFS.Traversable.getPhysicalPath` method to avoid excessive
   amounts of method calls.
 
@@ -77,6 +73,12 @@
 Restructuring
 +++++++++++++
 
+- Five: Refactored ``browser:view`` and ``browser:page`` directives.
+  This makes their implementation more similar to that in ``zope.browserpage``
+  and adds allowed_interface support for the ``browser:view`` directive.
+  By default the `aq_*` attributes are no longer available on those
+  views/pages. If you still use them, you have to mix in Five's BrowserView.
+
 - Removed the (very obsolete) thread lock around the cookie parsing code
   in HTTPRequest.py; the python `re` module is thread-safe, unlike the
   ancient `regex` module that was once used here.



More information about the Zope-Checkins mailing list