[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.532 TODO.txt:1.31
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Mar 10 14:41:34 EST 2004
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv2886/doc
Modified Files:
CHANGES.txt TODO.txt
Log Message:
Removed the caching service. It was not providing much value anyways, so it was
easy.
Also, I updated the views in a way that SQL Script's chace support would work
again.
There is still much to do:
- zope.app.cache.caching does not have a formally defined API (interface)
- The CacheName field should be a vocabulary field.
- Views need to be updated to current form.
=== Zope3/doc/CHANGES.txt 1.531 => 1.532 ===
--- Zope3/doc/CHANGES.txt:1.531 Wed Mar 10 07:24:01 2004
+++ Zope3/doc/CHANGES.txt Wed Mar 10 14:40:58 2004
@@ -133,6 +133,10 @@
available via 'zope.app.zapi'. I also added the 'getFactoriesFor()'
function to zapi, since it was only available from the service before.
+ o Removed the Caching Service; Caches were already utilities, so it was
+ easy to rip it out. Updated the views, so that the only example usage,
+ the SQL Script, can make use of caches.
+
- The IPrincipal now uses 'id', 'title' and 'description instead of
'getId()', 'getTitle()', and 'getDescription()'. For
backwards-compatiblity 'getTitle()' and 'getDescription()' are available
=== Zope3/doc/TODO.txt 1.30 => 1.31 ===
--- Zope3/doc/TODO.txt:1.30 Wed Mar 10 12:55:46 2004
+++ Zope3/doc/TODO.txt Wed Mar 10 14:40:58 2004
@@ -54,8 +54,6 @@
What remains is the section "Utilities everywhere".
- - Caching (Naveen is working on this)
-
- Query
- Implement tools:
@@ -85,4 +83,3 @@
- Sort out "usage". The basic idea is very simple, but the
implementation is too implicit and complex.
-
More information about the Zope3-Checkins
mailing list