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