[Checkins] SVN: z3c.formjsdemo/trunk/ updating todo and changes and setup for upcoming release.

Paul Carduner paulcarduner at gmail.com
Thu Jul 19 00:12:29 EDT 2007


Log message for revision 78137:
  updating todo and changes and setup for upcoming release.

Changed:
  U   z3c.formjsdemo/trunk/CHANGES.txt
  U   z3c.formjsdemo/trunk/TODO.txt
  U   z3c.formjsdemo/trunk/setup.py

-=-
Modified: z3c.formjsdemo/trunk/CHANGES.txt
===================================================================
--- z3c.formjsdemo/trunk/CHANGES.txt	2007-07-19 04:11:33 UTC (rev 78136)
+++ z3c.formjsdemo/trunk/CHANGES.txt	2007-07-19 04:12:29 UTC (rev 78137)
@@ -2,12 +2,14 @@
 CHANGES
 =======
 
-Version 0.2.0 (??/??/2007)
+Version 0.2.0 (7/18/2007)
 -------------------------
 
 - Feature: The new chatroom demo implements a simple chat client in HTML and
   Javascript using the ``z3c.formjs`` package.
 
+- Feature: Validation demo showing off on the fly ajax field validation.
+
 - Restructure: Code updated to keep up with the changes in the API of
   ``z3c.formjs``.
 

Modified: z3c.formjsdemo/trunk/TODO.txt
===================================================================
--- z3c.formjsdemo/trunk/TODO.txt	2007-07-19 04:11:33 UTC (rev 78136)
+++ z3c.formjsdemo/trunk/TODO.txt	2007-07-19 04:12:29 UTC (rev 78137)
@@ -1,3 +1,7 @@
 ====
 TODO
 ====
+
+ - add keyboard shortcuts to calculator
+
+ - slide show demo???

Modified: z3c.formjsdemo/trunk/setup.py
===================================================================
--- z3c.formjsdemo/trunk/setup.py	2007-07-19 04:11:33 UTC (rev 78136)
+++ z3c.formjsdemo/trunk/setup.py	2007-07-19 04:12:29 UTC (rev 78137)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.formjsdemo',
-    version='0.1.0',
+    version='0.2.0',
     author = "Paul Carduner and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A set of demo applications for ``z3c.formjs``",



More information about the Checkins mailing list