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