1 |
2007-09-11 Torsten Irlaender <[email protected]> |
2007-09-11 Torsten Irlaender <[email protected]> |
2 |
|
* tools/formed/formed/plugins/web/form_renderer.py, |
3 |
|
* tools/formed/formed/plugins/web/renderer.py: Added alt tag for |
4 |
|
icons in error and confirmation dialogs. |
5 |
|
|
6 |
|
2007-09-11 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Fixed label |
9 |
|
generation for ints, texts and textareas. Fixed h depths of infos. |
10 |
|
|
11 |
|
2007-09-11 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Removed |
14 |
|
debug output for help. |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/semantic.py: Added forgotten |
17 |
|
check for bools. |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/controllers.py: Added correct |
20 |
|
HTML output of data for bools. |
21 |
|
|
22 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Changed size of |
25 |
|
textfields for int values. Changed Label for submitbuttons to |
26 |
|
"Speichern" |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/web/plugin.py, |
29 |
|
tools/formed/formed/plugins/web/controllers.py: Added new |
30 |
|
NotImplementedHandler to show up a dummysite for not implemented |
31 |
|
functions. |
32 |
|
|
33 |
|
* tools/formed/formed/plugins/web/renderer.py: Added |
34 |
|
NotImplementedRenderer. Various small fixes. Mostly renaming the |
35 |
|
labels of some context menus. Error messages are now generated |
36 |
|
dynamically depending on num errors. Formular navigation has now |
37 |
|
colored indication for errors. |
38 |
|
|
39 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
40 |
|
|
41 |
* tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead" |
* tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead" |
42 |
algorithm for the formular navigation to get rid of the problem |
algorithm for the formular navigation to get rid of the problem |
43 |
that some of the items within the navigation are not linked. Now |
that some of the items within the navigation are not linked. Now |
47 |
2007-09-10 Torsten Irlaender <[email protected]> |
2007-09-10 Torsten Irlaender <[email protected]> |
48 |
* tools/formed/formed/plugins/web/form_renderer.py: Changed order of |
* tools/formed/formed/plugins/web/form_renderer.py: Changed order of |
49 |
div and formtag. |
div and formtag. |
50 |
|
|
51 |
* tools/formed/formed/plugins/web/controllers.py: Added DataSet action |
* tools/formed/formed/plugins/web/controllers.py: Added DataSet action |
52 |
menu in the conformation dialog when creating a new dataset. |
menu in the conformation dialog when creating a new dataset. |
53 |
|
|
54 |
* tools/formed/formed/plugins/web/renderer.py: Fixed error when |
* tools/formed/formed/plugins/web/renderer.py: Fixed error when |
55 |
rendering the default welcome page. Changed rendering of the |
rendering the default welcome page. Changed rendering of the |
56 |
overview and the digest table of the datasets. Added icon for |
overview and the digest table of the datasets. Added icon for |
57 |
confirmation dialog, moved the icon in the <h1> tags. |
confirmation dialog, moved the icon in the <h1> tags. |
58 |
|
|
59 |
2007-09-10 Torsten Irlaender <[email protected]> |
2007-09-10 Torsten Irlaender <[email protected]> |
60 |
|
|
61 |
* tools/formed/formed/plugins/web/form_renderer.py: Some html |
* tools/formed/formed/plugins/web/form_renderer.py: Some html |
62 |
generation cleanup. Added error icons to formelements |
generation cleanup. Added error icons to formelements |
63 |
|
|
64 |
* tools/formed/formed/plugins/web/controllers.py: Fixed initialisation |
* tools/formed/formed/plugins/web/controllers.py: Fixed initialisation |
65 |
of ErrorStatus. Fixed generated of the help tags in the formular |
of ErrorStatus. Fixed generated of the help tags in the formular |
66 |
|
|
67 |
* tools/formed/formed/plugins/web/renderer.py: Added error icon for |
* tools/formed/formed/plugins/web/renderer.py: Added error icon for |
68 |
pageerrors. An "!" now indicates errors on pages in the formular |
pageerrors. An "!" now indicates errors on pages in the formular |
69 |
navigation. Added new <div> "content" around confirmation dialogss. |
navigation. Added new <div> "content" around confirmation dialogss. |