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