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