[Zope3-checkins] SVN: Zope3/trunk/doc/ Several additions due to my
XXX removals.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Jul 8 18:42:19 EDT 2004
Log message for revision 26264:
Several additions due to my XXX removals.
-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt 2004-07-08 22:41:19 UTC (rev 26263)
+++ Zope3/trunk/doc/CHANGES.txt 2004-07-08 22:42:19 UTC (rev 26264)
@@ -10,6 +10,12 @@
New features
+ - Schemas are now copied before they are appended to content type or
+ instance. This should probably become a policy later.
+
+ - Implemented ICacheable view's current_cache_url() method, so that a
+ link to the cache utility can be provided.
+
- Added ++debug++ traversal adapter that allows you to turn on debugging
flags in request.debug. Currently the following flags are defined:
@@ -33,6 +39,9 @@
Restructuring
+ - Removed CacheName field and replaced it by a 'Cache Names' vocabulary
+ and a Choice field.
+
- Templated Pages are now called ZPT Pages.
- The "layer" and "skin" ZCML directives were redundantly
@@ -40,6 +49,8 @@
now only exist in the browser namespace; the "defaultSkin"
directive was moved to the browser namespace.
+ Bug Fixes
+
Zope X3.0.0 Beta 2
Bug fixes
Modified: Zope3/trunk/doc/TODOLATER.txt
===================================================================
--- Zope3/trunk/doc/TODOLATER.txt 2004-07-08 22:41:19 UTC (rev 26263)
+++ Zope3/trunk/doc/TODOLATER.txt 2004-07-08 22:42:19 UTC (rev 26264)
@@ -2,6 +2,16 @@
Things to do After the next release (in no particular order)
============================================================
+- Write tests for the Dublin Core Structured Value support, especially errors
+ and createMapping(). See zope.app.dublincore.dcsv.
+
+- Revisit getInterface() method of ComponentRegistration
+ (i.e. UtilityRegistration) component. It can probably be just a simple
+ attribute. The change should be trivial as well.
+
+- The mapping from file endings to mime types is handled through configuration
+ in Zope 2 now. Perhaps we can do the same for Zope 3.
+
- When converting a possible site to a site, prompt the user for services that
should be added right away. See zope/app/site/browser/__init__.py
More information about the Zope3-Checkins
mailing list