[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.503
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Jan 29 20:16:42 EST 2004
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv6030/doc
Modified Files:
CHANGES.txt
Log Message:
Entered my recent changes.
=== Zope3/doc/CHANGES.txt 1.502 => 1.503 ===
--- Zope3/doc/CHANGES.txt:1.502 Thu Jan 15 13:51:28 2004
+++ Zope3/doc/CHANGES.txt Thu Jan 29 20:16:41 2004
@@ -10,6 +10,12 @@
New features
+ - Implemented 'apidoc' tool for online browsing of the Zope 3 framework
+ API and configuration. The documentation can be accessed via a new
+ namespace '++apidoc++'::
+
+ http://localhost:8080/++apidoc++/
+
- Copy/Move now checks constraints and preconditions, instead of just
expecting the source's and target's class to be the same.
@@ -21,6 +27,11 @@
Bug fixes
+ - Reimplemented 'getRegisteredMatching()' of the Presentation Service,
+ since it was not functioning at all.
+
+ - Fixed Utility Service 'getRegisteredMatching()' method.
+
- Validation of object field fixed (zope.schema.Object). Validate only
attributes of the schema that are implemented as fields.
More information about the Zope3-Checkins
mailing list