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