[z3-checkins] r14398 - z3/Five/trunk
philikon at codespeak.net
philikon at codespeak.net
Thu Jul 7 19:50:36 CEST 2005
Author: philikon
Date: Thu Jul 7 19:50:34 2005
New Revision: 14398
Modified:
z3/Five/trunk/CHANGES.txt
Log:
restructure recent changes
Modified: z3/Five/trunk/CHANGES.txt
==============================================================================
--- z3/Five/trunk/CHANGES.txt (original)
+++ z3/Five/trunk/CHANGES.txt Thu Jul 7 19:50:34 2005
@@ -5,6 +5,18 @@
Five 1.1 (unreleased)
=====================
+Features
+--------
+
+* Support for the standard <factory /> ZCML directive was added.
+
+* The default browser view name for all objects is now 'index.html',
+ just as it is in Zope 3. This means that a view by that name will
+ be looked up if no specific view name is given in the URL.
+
+Restructuring
+-------------
+
* Restructured the Five source code to be easier to navigate in.
Three subpackages were created, Five.browser, Five.form and
Five.skin. The former test product, ``FiveTest``, was converted
@@ -22,13 +34,10 @@
* Zope 2.8 HTTPRequest is no longer patched. It has the required methods.
-* The deprecated get_transaction method is no longer used in Zope 2.8.
-
-* Support for the standard <factory /> ZCML directive was added.
+Bugfixes
+--------
-* The default browser view name for all objects is now 'index.html',
- just as it is in Zope 3. This means that a view by that name will
- be looked up if no specific view name is given in the URL.
+* The deprecated get_transaction method is no longer used in Zope 2.8.
* Fixed a bug with resource directories. Resources within those were
not rendering their absolute URL correctly.
More information about the z3-checkins
mailing list