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