[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.535 TODO.txt:1.32
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 23:57:57 EST 2004
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv5379/doc
Modified Files:
CHANGES.txt TODO.txt
Log Message:
Finally, the flattening is complete!
=== Zope3/doc/CHANGES.txt 1.534 => 1.535 ===
--- Zope3/doc/CHANGES.txt:1.534 Sat Mar 13 23:03:29 2004
+++ Zope3/doc/CHANGES.txt Sat Mar 13 23:57:56 2004
@@ -85,6 +85,38 @@
- Removed session-specific mapping interfaces. The two that were not yet
available in zope.interface.common.mapping were added there.
+ - Reorganize software into a much flatter package structure.
+
+ o Folded interfaces and browser back into packages. For example
+
+ zope.app.foo
+ zope.app.interfaces.foo
+ zope.app.browser.foo
+
+ became
+
+ zope.app.foo
+ zope.app.foo.interfaces
+ zope.app.foo.browser
+
+ o Moved packages from the following container packages to zope.app:
+
+ zope.app.content
+ zope.app.services
+ zope.app.utilities
+
+ o Created a bunch of new packages:
+
+ dependable (formerly just a file-based module)
+ exception (was scattered everywhere before)
+ errorservice (contains error reporting service)
+ module
+ principalannotation (Principal Annotation Service)
+ session
+ site (contains 'folder' and 'service' from zope.app.services)
+ utility (Utility service)
+ ...
+
- Converting Service-managed components to be utilities:
o Various Code Interpreters were managed by a special service. They are
=== Zope3/doc/TODO.txt 1.31 => 1.32 ===
--- Zope3/doc/TODO.txt:1.31 Wed Mar 10 14:40:58 2004
+++ Zope3/doc/TODO.txt Sat Mar 13 23:57:56 2004
@@ -11,8 +11,6 @@
These were broken (I think) by recent interface and adapter
refactoring.
-- Reorganize software into a much flatter package structure.
-
- Redo event service
o Simplify publication/registration framework
More information about the Zope3-Checkins
mailing list