1 |
|
2007-10-11 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/data.py: The import/export |
4 |
|
of data is now implemented with filters (the most consequent |
5 |
|
way in terms of design of FormEd). The support of the 'persistent' |
6 |
|
FORMED env-variable support has been removed. |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/ui/controls.py: Added a flag to the |
9 |
|
filter file dialog to double as import dialog. |
10 |
|
|
11 |
|
* tools/formed/formed/main.py: Removed the the FORMED-var support |
12 |
|
for persistence. |
13 |
|
|
14 |
|
* tools/formed/formed/config.py: Add the two new filters to the filters |
15 |
|
list. |
16 |
|
|
17 |
|
2007-10-11 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
|
* tools/formed/formed/model/memory.py: Uses XML as persistence format now. |
20 |
|
Removed pickle/unpickle stuff. |
21 |
|
|
22 |
|
* tools/formed/formed/main.py: Uses the new XML persistence. |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/web/semantic.py: Fixed: choices were |
25 |
|
not converted to int indices. |
26 |
|
|
27 |
|
2007-09-11 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/model/memory.py: Making MemoryDataStore persistent |
30 |
|
with pickle/unpickle. |
31 |
|
|
32 |
|
* tools/formed/formed/main.py: Added a env FORMED parameter 'persistent'. |
33 |
|
Set to a file name it is tried to unpickle a MemoryDataStore from |
34 |
|
that file. When exiting the program this file is used to store the |
35 |
|
current MemoryDataStore state. The storing only works if you exit |
36 |
|
the program through the Menu File->Exit. |
37 |
|
usage: FORMED=persistent:test.db ./formed.sh |
38 |
|
|
39 |
2007-09-11 Torsten Irlaender <[email protected]> |
2007-09-11 Torsten Irlaender <[email protected]> |
40 |
|
|
41 |
|
* tools/formed/formed/plugins/web/renderer.py: Changed Name of the |
42 |
|
application on the welcome page from "Formed" to "WASKA" |
43 |
|
|
44 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
45 |
|
|
46 |
* tools/formed/formed/plugins/web/plugin.py, |
* tools/formed/formed/plugins/web/plugin.py, |
47 |
* tools/formed/formed/plugins/web/controllers.py, |
* tools/formed/formed/plugins/web/controllers.py, |
48 |
* tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler. |
* tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler. |