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