--- trunk/ChangeLog 2007/08/10 06:13:07 24 +++ trunk/ChangeLog 2007/08/10 10:28:57 27 @@ -1,5 +1,20 @@ 2007-08-10 Sascha L. Teichmann + * tools/formed/formed/model/data.py: TextLeafs are now + initialized with size = 40, maxlength = 60 + +2007-08-10 Sascha L. Teichmann + + * tools/formed/formed/plugins/web/renderer.py: Fixed: choices + are renderered with description now. + +2007-08-10 Sascha L. Teichmann + + * tools/formed/formed/plugins/web/renderer.py: Added rendering + for date items. Added missing ids for texts and textareas. + +2007-08-10 Sascha L. Teichmann + * tools/formed/formed/config.py: Evaluate the environment variable 'FORMED'. Snytax: FORMED='key1:value1;key2:value2'