[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Merged from trunk:
Jim Fulton
jim at zope.com
Thu Jul 8 15:47:55 EDT 2004
Log message for revision 26227:
Merged from trunk:
r26179 | jim | 2004-07-07 14:49:53 -0400 (Wed, 07 Jul 2004) | 1 line
Replaced XXX with a TODOLater.txt entry
-=-
Modified: Zope3/branches/ZopeX3-3.0/doc/TODOLATER.txt
===================================================================
--- Zope3/branches/ZopeX3-3.0/doc/TODOLATER.txt 2004-07-08 19:44:37 UTC (rev 26226)
+++ Zope3/branches/ZopeX3-3.0/doc/TODOLATER.txt 2004-07-08 19:47:55 UTC (rev 26227)
@@ -240,3 +240,5 @@
relationships among components.
Add checking and better spelling of __used_for__.
+
+- Replace the CacheName field/widget with a vocabulary
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/cache/interfaces/__init__.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/cache/interfaces/__init__.py 2004-07-08 19:44:37 UTC (rev 26226)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/cache/interfaces/__init__.py 2004-07-08 19:47:55 UTC (rev 26227)
@@ -21,7 +21,6 @@
from zope.app import zapi
-# XXX: EEEEEEEEK, should be done using a vocabulary and the vocabulary field. :(
class CacheName(TextLine):
"""Cache Name"""
More information about the Zope3-Checkins
mailing list