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