[Checkins] SVN: z3c.formjs/trunk/ settings dates and adjusting todo list for upcoming 0.2 release.

Paul Carduner paulcarduner at gmail.com
Wed Jul 18 23:29:39 EDT 2007


Log message for revision 78134:
  settings dates and adjusting todo list for upcoming 0.2 release.

Changed:
  U   z3c.formjs/trunk/CHANGES.txt
  U   z3c.formjs/trunk/TODO.txt

-=-
Modified: z3c.formjs/trunk/CHANGES.txt
===================================================================
--- z3c.formjs/trunk/CHANGES.txt	2007-07-19 03:11:32 UTC (rev 78133)
+++ z3c.formjs/trunk/CHANGES.txt	2007-07-19 03:29:38 UTC (rev 78134)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-Version 0.2.0 (??/??/2007)
+Version 0.2.0 (7/18/2007)
 --------------------------
 
 - Feature: Registration of public AJAX server calls via a simple

Modified: z3c.formjs/trunk/TODO.txt
===================================================================
--- z3c.formjs/trunk/TODO.txt	2007-07-19 03:11:32 UTC (rev 78133)
+++ z3c.formjs/trunk/TODO.txt	2007-07-19 03:29:38 UTC (rev 78134)
@@ -2,20 +2,22 @@
 TODO
 ====
 
- - modify validator code to use ajax.handler decorator and the @@ajax
-   view for communication.
-
  - A way to write a javascript function in python such that you can
    render a call to it from python
 
     class SomeForm:
-        @jsfunction
+        @jsfunction('bar') # bar is the namespace
         def foo(self):
             return 'alert("foo");'
     renderJSFunction(SomeForm.foo)
     'function z3c_formjs_foo(){ alert("foo"); }'
     renderJSCall(SomeForm.foo)
-    'z3c_formjs_foo()'
+    'bar_foo()'
 
+ - ajax form submission - ala "save" button
+
+ - ajax widget switching
+
  - client side js validators for simple fields.  (maybe we can use an
    existing library?)
+



More information about the Checkins mailing list