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]> |
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]> |
36 |
|
|
37 |
|
* tools/formed/formed/plugins/web/controllers.py: Fix unicode conversion |
38 |
|
issues with error messages (once again). |
39 |
|
|
40 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
41 |
|
|
42 |
* tools/formed/formed/plugins/web/form_renderer.py, |
* tools/formed/formed/plugins/web/form_renderer.py, |
43 |
* tools/formed/formed/plugins/web/renderer.py: Added alt tag for |
* tools/formed/formed/plugins/web/renderer.py: Added alt tag for |
44 |
icons in error and confirmation dialogs. |
icons in error and confirmation dialogs. |