1 |
2007-09.10 Torsten Irlaender <[email protected]> |
2007-09-10 Torsten Irlaender <[email protected]> |
2 |
|
* tools/formed/formed/plugins/web/controllers.py: Fixed issues on |
3 |
|
displaying formdata when changing datasets. Loading the right |
4 |
|
formdata was not handled in a correct way. Hope it is all fixed now. |
5 |
|
Left some commented code because not all sideeffects of the changes |
6 |
|
are tested yet. |
7 |
|
* tools/formed/formed/plugins/web/renderer.py: DataSetDigestRenderer |
8 |
|
now uses the correct data out of the formdata. |
9 |
|
|
10 |
|
|
11 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/web/controllers.py: Pretty |
14 |
|
print format data (dates e.g) |
15 |
|
|
16 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/web/controllers.py: Modified |
19 |
|
ErrorStats a bit to avoid mysterious extra error on page. |
20 |
|
No clue why this works. |
21 |
|
|
22 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Fixed value |
25 |
|
problem with radio groups, too. |
26 |
|
|
27 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
28 |
|
* tools/formed/formed/plugins/web/controllers.py: Sessions are now |
29 |
|
really removed when deleting a dataset. |
30 |
|
|
31 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
32 |
|
|
33 |
* tools/formed/formed/plugins/web/controllers.py: Added new Class |
* tools/formed/formed/plugins/web/controllers.py: Added new Class |
34 |
ErrorStats which provides Information on remaining errors per page. |
ErrorStats which provides Information on remaining errors per page. |
35 |
|
|
36 |
* tools/formed/formed/plugins/web/renderers.py: Finished movement of |
* tools/formed/formed/plugins/web/renderers.py: Finished movement of |
37 |
the renderer methods from controllers.py to renderers.py. |
the renderer methods from controllers.py to renderers.py. |
38 |
|
|
39 |
* tools/formed/formed/plugins/web/plugin.py: Removed render_session |
* tools/formed/formed/plugins/web/plugin.py: Removed render_session |
40 |
handlers |
handlers |
41 |
|
|