[Checkins] SVN: zope3org/trunk/src/zorg/multiform/ clean up code and fix typos

Stefan Martin s.martin at iwm-kmrc.de
Wed Apr 12 07:32:11 EDT 2006


Log message for revision 66882:
  clean up code and fix typos

Changed:
  A   zope3org/trunk/src/zorg/multiform/TODO.txt
  A   zope3org/trunk/src/zorg/multiform/resources/
  A   zope3org/trunk/src/zorg/multiform/resources/sort_down.gif
  A   zope3org/trunk/src/zorg/multiform/resources/sort_up.gif

-=-
Added: zope3org/trunk/src/zorg/multiform/TODO.txt
===================================================================
--- zope3org/trunk/src/zorg/multiform/TODO.txt	2006-04-12 11:29:40 UTC (rev 66881)
+++ zope3org/trunk/src/zorg/multiform/TODO.txt	2006-04-12 11:32:11 UTC (rev 66882)
@@ -0,0 +1,40 @@
+TODO
+====
+
+We are at the very beginning. The first concrete multiform is
+container.views.ContainerGridForm. The actions should work fine.
+
+Missing functionalities:
+------------------------
+
+	- customwidget for container.interfaces.IMovableLocation['__name__']
+
+		Returns an inputwidget if an IInputWidget is needed and returns
+		an displaywidget if an IDisplayWidget is needed.
+	
+	- Size columns
+
+	    Enable to register a size information field (ISized has only IMethods).
+	    Pay attention to register a customwidget to display the size.
+
+	- Sort and Batch
+
+		Write sort and batch handling in the template. Show the current sort
+		column and sort direction. Show the current batch.
+	
+	- Catch DuplicateError in handle_save_action
+	
+	- View Errors and Status of each ItemForm
+	
+	- Use namedtemplate for ContainerGridForm
+	
+	- write more test in gridform.txt
+	
+		Test singleedit and singlesave
+
+	- write functional tests for ContainerGridForm
+
+	- sort_down and sort_up gifs from the skin
+	
+		It would be a nice feature of a skin to provides these to icons
+

Added: zope3org/trunk/src/zorg/multiform/resources/sort_down.gif
===================================================================
(Binary files differ)


Property changes on: zope3org/trunk/src/zorg/multiform/resources/sort_down.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: zope3org/trunk/src/zorg/multiform/resources/sort_up.gif
===================================================================
(Binary files differ)


Property changes on: zope3org/trunk/src/zorg/multiform/resources/sort_up.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the Checkins mailing list