1 |
2007-10-05 Sascha L. Teichmann <[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 |
34 |
|
ErrorStats which provides Information on remaining errors per page. |
35 |
|
|
36 |
|
* tools/formed/formed/plugins/web/renderers.py: Finished movement of |
37 |
|
the renderer methods from controllers.py to renderers.py. |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/web/plugin.py: Removed render_session |
40 |
|
handlers |
41 |
|
|
42 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/web/form_renderer.py: values for |
45 |
|
choices are generated from the document tree now. This brings |
46 |
|
the state storage of select boxes in HTML to live. |
47 |
|
|
48 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/semantic.py: Fixed problems with |
51 |
|
range checking of integers. |
52 |
|
|
53 |
|
* tools/formed/formed/plugins/web/controllers.py: Added class |
54 |
|
ErrorItem to track errors. They are stored in the session. |
55 |
|
|
56 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
57 |
|
|
58 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed returning |
59 |
|
wrong index in Document.indexOfcomponentByClassAndName. |
60 |
|
|
61 |
|
* tools/formed/formed/plugins/web/form_renderer.py: 'error' was |
62 |
|
written 'errot' in renderer for textareas. |
63 |
|
|
64 |
|
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
65 |
|
|
66 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
67 |
|
|
68 |
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
69 |
method. Could be cheaper for some implementations of help. |
method. Could be cheaper for some implementations of help. |
78 |
* tools/formed/formed/plugins/web/renderer.py: New FormData and |
* tools/formed/formed/plugins/web/renderer.py: New FormData and |
79 |
some bug fixes. |
some bug fixes. |
80 |
|
|
81 |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2007-09-09 Sascha L. Teichmann <[email protected]> |
82 |
|
|
83 |
* tools/formed/formed/model/memory.py, |
* tools/formed/formed/model/memory.py, |
84 |
tools/formed/formed/model/persistent.py: Add a getValue() method |
tools/formed/formed/model/persistent.py: Add a getValue() method |