1 |
2007-09.10 Torsten Irlaender <[email protected]> |
2007-09-11 Torsten Irlaender <[email protected]> |
2 |
|
* tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead" |
3 |
|
algorithm for the formular navigation to get rid of the problem |
4 |
|
that some of the items within the navigation are not linked. Now |
5 |
|
structural group elements are linked with the next page found in the |
6 |
|
formular structure. |
7 |
|
|
8 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
9 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Changed order of |
10 |
|
div and formtag. |
11 |
|
* tools/formed/formed/plugins/web/controllers.py: Added DataSet action |
12 |
|
menu in the conformation dialog when creating a new dataset. |
13 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed error when |
14 |
|
rendering the default welcome page. Changed rendering of the |
15 |
|
overview and the digest table of the datasets. Added icon for |
16 |
|
confirmation dialog, moved the icon in the <h1> tags. |
17 |
|
|
18 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
19 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Some html |
20 |
|
generation cleanup. Added error icons to formelements |
21 |
|
* tools/formed/formed/plugins/web/controllers.py: Fixed initialisation |
22 |
|
of ErrorStatus. Fixed generated of the help tags in the formular |
23 |
|
* tools/formed/formed/plugins/web/renderer.py: Added error icon for |
24 |
|
pageerrors. An "!" now indicates errors on pages in the formular |
25 |
|
navigation. Added new <div> "content" around confirmation dialogss. |
26 |
|
Links in confimation dialogs are now rendered as buttons. Removed |
27 |
|
old obsolete OverviewRenderer. |
28 |
|
|
29 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/web/renderer.py: Highlight selected |
32 |
|
page in page navigation. |
33 |
|
|
34 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
35 |
|
|
36 |
|
* tools/formed/formed/plugins/web/controllers.py: Fixed issues on |
37 |
|
displaying formdata when changing datasets. Loading the right |
38 |
|
formdata was not handled in a correct way. Hope it is all fixed now. |
39 |
|
Left some commented code because not all sideeffects of the changes |
40 |
|
are tested yet. |
41 |
|
|
42 |
|
* tools/formed/formed/plugins/web/renderer.py: DataSetDigestRenderer |
43 |
|
now uses the correct data out of the formdata. |
44 |
|
|
45 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
|
* tools/formed/formed/plugins/web/controllers.py: Pretty |
48 |
|
print format data (dates e.g) |
49 |
|
|
50 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
51 |
|
|
52 |
|
* tools/formed/formed/plugins/web/controllers.py: Modified |
53 |
|
ErrorStats a bit to avoid mysterious extra error on page. |
54 |
|
No clue why this works. |
55 |
|
|
56 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
57 |
|
|
58 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Fixed value |
59 |
|
problem with radio groups, too. |
60 |
|
|
61 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
62 |
|
* tools/formed/formed/plugins/web/controllers.py: Sessions are now |
63 |
|
really removed when deleting a dataset. |
64 |
|
|
65 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
66 |
|
|
67 |
* tools/formed/formed/plugins/web/controllers.py: Added new Class |
* tools/formed/formed/plugins/web/controllers.py: Added new Class |
68 |
ErrorStats which provides Information on remaining errors per page. |
ErrorStats which provides Information on remaining errors per page. |
69 |
|
|
70 |
* tools/formed/formed/plugins/web/renderers.py: Finished movement of |
* tools/formed/formed/plugins/web/renderers.py: Finished movement of |
71 |
the renderer methods from controllers.py to renderers.py. |
the renderer methods from controllers.py to renderers.py. |
72 |
|
|
73 |
* tools/formed/formed/plugins/web/plugin.py: Removed render_session |
* tools/formed/formed/plugins/web/plugin.py: Removed render_session |
74 |
handlers |
handlers |
75 |
|
|