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