--- trunk/ChangeLog 2007/08/09 11:00:04 17 +++ trunk/ChangeLog 2007/08/09 15:36:48 20 @@ -1,10 +1,38 @@ 2007-08-09 Sascha L. Teichmann - * tools/formed/test-data/simple.xml: Make demo choice more - fancy + * tools/formed/test-data/simple.xml: Make demo Int fancier. - * tools/formed/formed/model/data.py: Added attributes for - choices. + * tools/formed/formed/model/data.py: Added attributes to IntLeaf + + * tools/formed/formed/plugins/web/plugin.py: Added rendering for + Ints + +2007-08-09 Sascha L. Teichmann + + * tools/formed/test-data/simple.xml: Added demo textarea + + * tools/formed/formed/model/data.py: Added TextAreaLeaf + + * tools/formed/formed/io/document.py: register builder + for loading of textareas + + * tools/formed/formed/plugins/web/plugin.py: Added rendering + for textareas. + +2007-08-09 Sascha L. Teichmann + + * tools/formed/test-data/simple.xml: Make demo choice fancier. + + * tools/formed/formed/model/data.py: Added attributes for texts + + * tools/formed/formed/plugins/web/plugin.py: Added rendering + for texts + +2007-08-09 Sascha L. Teichmann + + * tools/formed/test-data/simple.xml: Make demo choice fancier. + + * tools/formed/formed/model/data.py: Added attributes for choices. * tools/formed/formed/plugins/web/plugin.py: Added rendering for choices