1 |
|
2007-09-11 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/memory.py: Making MemoryDataStore persistent |
4 |
|
with pickle/unpickle. |
5 |
|
|
6 |
|
* tools/formed/formed/main.py: Added a env FORMED parameter 'persistent'. |
7 |
|
Set to a file name it is tried to unpickle a MemoryDataStore from |
8 |
|
that file. When exiting the program this file is used to store the |
9 |
|
current MemoryDataStore state. The storing only works if you exit |
10 |
|
the program through the Menu File->Exit. |
11 |
|
usage: FORMED=persistent:test.db ./formed.sh |
12 |
|
|
13 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
14 |
|
|
15 |
|
* tools/formed/formed/plugins/web/renderer.py: Changed Name of the |
16 |
|
application on the welcome page from "Formed" to "WASKA" |
17 |
|
|
18 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/web/plugin.py, |
21 |
|
* tools/formed/formed/plugins/web/controllers.py, |
22 |
|
* tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler. |
23 |
|
The infopage provides information on all project participants. |
24 |
|
|
25 |
|
2007-09-11 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* tools/formed/formed/plugins/web/controllers.py: Fix unicode conversion |
28 |
|
issues with error messages (once again). |
29 |
|
|
30 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/web/form_renderer.py, |
33 |
|
* tools/formed/formed/plugins/web/renderer.py: Added alt tag for |
34 |
|
icons in error and confirmation dialogs. |
35 |
|
|
36 |
|
2007-09-11 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Fixed label |
39 |
|
generation for ints, texts and textareas. Fixed h depths of infos. |
40 |
|
|
41 |
|
2007-09-11 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Removed |
44 |
|
debug output for help. |
45 |
|
|
46 |
|
* tools/formed/formed/plugins/web/semantic.py: Added forgotten |
47 |
|
check for bools. |
48 |
|
|
49 |
|
* tools/formed/formed/plugins/web/controllers.py: Added correct |
50 |
|
HTML output of data for bools. |
51 |
|
|
52 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
53 |
|
|
54 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Changed size of |
55 |
|
textfields for int values. Changed Label for submitbuttons to |
56 |
|
"Speichern" |
57 |
|
|
58 |
|
* tools/formed/formed/plugins/web/plugin.py, |
59 |
|
tools/formed/formed/plugins/web/controllers.py: Added new |
60 |
|
NotImplementedHandler to show up a dummysite for not implemented |
61 |
|
functions. |
62 |
|
|
63 |
|
* tools/formed/formed/plugins/web/renderer.py: Added |
64 |
|
NotImplementedRenderer. Various small fixes. Mostly renaming the |
65 |
|
labels of some context menus. Error messages are now generated |
66 |
|
dynamically depending on num errors. Formular navigation has now |
67 |
|
colored indication for errors. |
68 |
|
|
69 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
70 |
|
|
71 |
|
* tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead" |
72 |
|
algorithm for the formular navigation to get rid of the problem |
73 |
|
that some of the items within the navigation are not linked. Now |
74 |
|
structural group elements are linked with the next page found in the |
75 |
|
formular structure. |
76 |
|
|
77 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
78 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Changed order of |
79 |
|
div and formtag. |
80 |
|
|
81 |
|
* tools/formed/formed/plugins/web/controllers.py: Added DataSet action |
82 |
|
menu in the conformation dialog when creating a new dataset. |
83 |
|
|
84 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed error when |
85 |
|
rendering the default welcome page. Changed rendering of the |
86 |
|
overview and the digest table of the datasets. Added icon for |
87 |
|
confirmation dialog, moved the icon in the <h1> tags. |
88 |
|
|
89 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
90 |
|
|
91 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Some html |
92 |
|
generation cleanup. Added error icons to formelements |
93 |
|
|
94 |
|
* tools/formed/formed/plugins/web/controllers.py: Fixed initialisation |
95 |
|
of ErrorStatus. Fixed generated of the help tags in the formular |
96 |
|
|
97 |
|
* tools/formed/formed/plugins/web/renderer.py: Added error icon for |
98 |
|
pageerrors. An "!" now indicates errors on pages in the formular |
99 |
|
navigation. Added new <div> "content" around confirmation dialogss. |
100 |
|
Links in confimation dialogs are now rendered as buttons. Removed |
101 |
|
old obsolete OverviewRenderer. |
102 |
|
|
103 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
104 |
|
|
105 |
|
* tools/formed/formed/plugins/web/renderer.py: Highlight selected |
106 |
|
page in page navigation. |
107 |
|
|
108 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
109 |
|
|
110 |
|
* tools/formed/formed/plugins/web/controllers.py: Fixed issues on |
111 |
|
displaying formdata when changing datasets. Loading the right |
112 |
|
formdata was not handled in a correct way. Hope it is all fixed now. |
113 |
|
Left some commented code because not all sideeffects of the changes |
114 |
|
are tested yet. |
115 |
|
|
116 |
|
* tools/formed/formed/plugins/web/renderer.py: DataSetDigestRenderer |
117 |
|
now uses the correct data out of the formdata. |
118 |
|
|
119 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
120 |
|
|
121 |
|
* tools/formed/formed/plugins/web/controllers.py: Pretty |
122 |
|
print format data (dates e.g) |
123 |
|
|
124 |
2007-09-10 Sascha L. Teichmann <[email protected]> |
2007-09-10 Sascha L. Teichmann <[email protected]> |
125 |
|
|
126 |
* tools/formed/formed/plugins/web/controllers.py: Modified |
* tools/formed/formed/plugins/web/controllers.py: Modified |