--- trunk/ChangeLog 2007/08/07 20:15:10 9 +++ trunk/ChangeLog 2007/08/08 16:46:58 12 @@ -1,3 +1,34 @@ +2007-08-08 Sascha L. Teichmann + + * tools/formed/formed/model/data.py: Added get/setText() method + + * tools/formed/formed/plugins/web/plugin.py: Added a first + version of a recursive HTML renderer based on the document + tree. + +2007-08-08 Sascha L. Teichmann + + * tools/formed/formed/plugins/*: New: plug-in infrastructure. + + * tools/formed/formed/plugins/web/*: new: A simple web server + which is intended to serve pages of the current formular. + + * tools/formed/formed/main.py: start the plug-ins + + * tools/formed/formed/config.py: configuration class. Used + for the plug-ins. + +2007-08-08 Sascha L. Teichmann + + * tools/formed/formed/model/nodecomponents.py: Fixed broadcasting + issue with zero length tree paths. + + * tools/formed/formed/model/misc.py: New: contains a class + for generating unique ids. + + * tools/formed/formed/main.py: Added an instance of an + unique id generator for naming of new made tree items. + 2007-08-07 Sascha L. Teichmann * tools/formed/formed/main.py: Added event route document ->