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