1 |
|
2007-09-11 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/memory.py: Making MemoryDataStore persistent |
4 |
|
with pickle/unpickle. |
5 |
|
|
6 |
|
* tools/formed/formed/main.py: Added a env FORMED parameter 'persistent'. |
7 |
|
Set to a file name it is tried to unpickle a MemoryDataStore from |
8 |
|
that file. When exiting the program this file is used to store the |
9 |
|
current MemoryDataStore state. The storing only works if you exit |
10 |
|
the program through the Menu File->Exit. |
11 |
|
usage: FORMED=persistent:test.db ./formed.sh |
12 |
|
|
13 |
2007-09-11 Torsten Irlaender <[email protected]> |
2007-09-11 Torsten Irlaender <[email protected]> |
14 |
|
|
15 |
* tools/formed/formed/plugins/web/renderer.py: Changed Name of the |
* tools/formed/formed/plugins/web/renderer.py: Changed Name of the |
16 |
application on the welcome page from "Formed" to "WASKA" |
application on the welcome page from "Formed" to "WASKA" |
17 |
|
|
18 |
2007-09-11 Torsten Irlaender <[email protected]> |
2007-09-11 Torsten Irlaender <[email protected]> |
19 |
|
|
20 |
* tools/formed/formed/plugins/web/plugin.py, |
* tools/formed/formed/plugins/web/plugin.py, |
21 |
* tools/formed/formed/plugins/web/controllers.py, |
* tools/formed/formed/plugins/web/controllers.py, |
22 |
* tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler. |
* tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler. |