--- trunk/ChangeLog 2007/09/02 11:39:40 123 +++ trunk/ChangeLog 2007/09/03 08:06:19 126 @@ -1,3 +1,21 @@ +2007-09-03 Frank Koormann + + * tools/formed/formed/model/nodecomponents.py + (NodeComponent.getParent): New method to get node components parent. + + * tools/formed/formed/plugins/export/html.py: Export Choice option + as simple list instead of collection of bools. + +2007-09-02 Sascha L. Teichmann + + * tools/formed/formed/model/persistent.py: Interfaces to abstract + from persistent storage details. + + * tools/formed/formed/model/memory.py: In core implementation + of the persistent interfaces. + + * tools/formed/formed/main.py: Holds a memory data store now. + 2007-09-02 Sascha L. Teichmann * tools/formed/formed/plugins/export/sql.py,