[Zope3-checkins] SVN: Zope3/trunk/doc/TODO Updated the worklist files by removing completed items and creating a

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Dec 3 15:34:50 EST 2004


Log message for revision 28555:
  Updated the worklist files by removing completed items and creating a 
  list of items to be done before 3.1.
  

Changed:
  U   Zope3/trunk/doc/TODO.txt
  U   Zope3/trunk/doc/TODOLATER.txt

-=-
Modified: Zope3/trunk/doc/TODO.txt
===================================================================
--- Zope3/trunk/doc/TODO.txt	2004-12-03 20:13:01 UTC (rev 28554)
+++ Zope3/trunk/doc/TODO.txt	2004-12-03 20:34:50 UTC (rev 28555)
@@ -1,5 +1,100 @@
-============================================================
-Things to do for the next release (sorted by importance)
-============================================================
+==========================================================
+Things to do for the next release (in no particular order)
+==========================================================
 
-Nothing for now.
+Features
+--------
+
+- Finish simplification of component architecture.
+
+  o Convert services to utilities (Stephan)
+
+- Finish new Message support (Phillip)
+
+- Fix final issues relating the new PAS and related UIs
+
+- The API Doc Tool needs to be updated to reflect latest design changes
+
+  o Better support for multi-adapters
+
+  o Presentation components are now just adapters
+
+  o Services will be utilities
+
+- Support for iterable sources
+
+- Issue 292: Add factory to browser:resource directive 
+
+- Issue 295: Sort out defaultView 
+
+- Issue 297: Using class as localUtility 
+
+- Issue 309: <schemadisplay> should support <widget>
+
+
+
+Miscellaneous
+-------------
+
+- Remove XXX comments
+
+  o FTP interfaces (Stephan)
+
+- Ensure backward compatibility
+
+  o Run book sources against source tree (Stephan and Phillip)
+
+- Make sure that all deprecation warnings are raised
+
+  o old pluggable authentication service should be deprecated
+
+
+
+Bug Fixes
+---------
+
+* 284: Bogus 404 errors with TALES traversal fails 
+
+* 287: Active ftp seems broken 
+
+* 288: IE xmltree.js line 225 error 
+
+* 293: SequenceWidget and CustomWidgetFactory 
+
+* 296: missing display widgets 
+
+* 298: Role/permission title and description should be messageids
+
+* 301: Bug with i18n:name and i18n:translate on the same element 
+
+* 302: File objects can't contain non-ascii characters
+
+* 304: Slash involve dbname 
+
+* 305: system error Translations/"Edit Messages" (Stephan)
+
+* 306: page/view-menu-layer configuration
+
+* 307: browser:addMenuItem and broken view references
+
+* 310: Two test failures under Python 2.4 (Stephan)
+
+* 313: importchecker.py ignores assignment to module attributes 
+
+* 314: i18n:translate removes line breaks from <pre>...</pre> contents
+
+* 316: Zope3X test.py truncates path with dir=
+
+* 317: Relative links don't work in Page Template
+
+* 319: Navigation with anonymous
+
+* 321: TravelsalError after renaming or moving Sites with local services 
+
+* 323: Permission zope.Public in addfrom does not work
+
+* 329: apidoc + TAL (Stephan)
+ 
+
+Bugs starting with * represent bugs that must be fixed for the 3.0.x branch as
+well.
\ No newline at end of file

Modified: Zope3/trunk/doc/TODOLATER.txt
===================================================================
--- Zope3/trunk/doc/TODOLATER.txt	2004-12-03 20:13:01 UTC (rev 28554)
+++ Zope3/trunk/doc/TODOLATER.txt	2004-12-03 20:34:50 UTC (rev 28555)
@@ -24,7 +24,6 @@
 
 - http://dev.zope.org/Zope3/ActionPlans
 
-
 - Persistent interfaces cannot be provided as providedBy or implementedBy
   interfaces anymore. This functionality was broken during some interface and
   adapter refactorings. 
@@ -61,19 +60,12 @@
 
 - Local event subscriptions
 
-- Finish/cleanup XML-RPC (?)
-
-- Redo object hub (?)
-
 - Catalogs (?)
 
 - Finish cache framework:
 
   http://dev.zope.org/Zope3/Zope.App.Caching
 
-- Write documentation on how to develop principal sources for the
-  pluggable auth service.
-
 - Local role definitions
 
 - Local permission definitions
@@ -127,11 +119,6 @@
   * Output to stderr/stdout should be captured, saved to be viewed
     after import
 
-- Support for groups in the security model. No one has been
-  interested in working on this and, at this point, there are
-  too many other things to do. We *are* committed to adding this
-  eventually.
-
 - Support for permission categories in the security model. No
   one has been interested in working on this and, at this point,
   there are too many other things to do. We *are* committed to
@@ -180,7 +167,7 @@
 
 - Finish WebDAV
   
-  missing WebDAV verbs: PROPPATCH, MOVE, COPY, DELETE, LOCK and UNLOCK
+  missing WebDAV verbs: MOVE, COPY, DELETE, LOCK and UNLOCK
 
 - Python scripts
 
@@ -197,12 +184,6 @@
 
   * Add nested menus.
 
-- Schema fields
-
-  Some kind of field that can contain objects that conform to a
-  particular schema. And, widgets for this field.
-
-
 - Revisit and, to degree necessary, implement:
 
   http://dev.zope.org/Zope3/TTWDevelopmentScopeForZopeX310
@@ -251,5 +232,3 @@
   relationships among components.
 
   Add checking and better spelling of __used_for__.
-
-- Replace the CacheName field/widget with a vocabulary



More information about the Zope3-Checkins mailing list