/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 171 by teichmann, Tue Sep 11 14:19:29 2007 UTC revision 176 by teichmann, Tue Sep 11 22:24:57 2007 UTC
# Line 1  Line 1 
1    2007-10-11 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/memory.py: Uses XML as persistence format now.
4              Removed pickle/unpickle stuff.
5    
6            * tools/formed/formed/main.py: Uses the new XML persistence.
7    
8            * tools/formed/formed/plugins/web/semantic.py: Fixed: choices were
9              not converted to int indices.
10    
11    2007-09-11 Sascha L. Teichmann <[email protected]>
12    
13            * tools/formed/formed/model/memory.py: Making MemoryDataStore persistent
14              with pickle/unpickle.
15    
16            * tools/formed/formed/main.py: Added a env FORMED parameter 'persistent'.
17              Set to a file name it is tried to unpickle a MemoryDataStore from
18                    that file. When exiting the program this file is used to store the
19                    current MemoryDataStore state. The storing only works if you exit
20                    the program through the Menu File->Exit.
21                    usage: FORMED=persistent:test.db ./formed.sh
22    
23    2007-09-11 Torsten Irlaender <[email protected]>
24    
25            * tools/formed/formed/plugins/web/renderer.py: Changed Name of the
26              application on the welcome page from "Formed" to "WASKA"
27    
28    2007-09-11 Torsten Irlaender <[email protected]>
29    
30            * tools/formed/formed/plugins/web/plugin.py,
31            * tools/formed/formed/plugins/web/controllers.py,
32            * tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler.
33              The infopage provides information on all project participants.
34    
35  2007-09-11 Sascha L. Teichmann <[email protected]>  2007-09-11 Sascha L. Teichmann <[email protected]>
36    
37          * tools/formed/formed/plugins/web/controllers.py: Fix unicode conversion          * tools/formed/formed/plugins/web/controllers.py: Fix unicode conversion

Legend:
Removed from v.171  
changed lines
  Added in v.176

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26