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