1 |
2007-10-05 Sascha L. Teichmann <[email protected]> |
2007-09-10 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/controllers.py: Modified |
4 |
|
ErrorStats a bit to avoid mysterious extra error on page. |
5 |
|
No clue why this works. |
6 |
|
|
7 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Fixed value |
10 |
|
problem with radio groups, too. |
11 |
|
|
12 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
13 |
|
* tools/formed/formed/plugins/web/controllers.py: Sessions are now |
14 |
|
really removed when deleting a dataset. |
15 |
|
|
16 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/web/controllers.py: Added new Class |
19 |
|
ErrorStats which provides Information on remaining errors per page. |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/web/renderers.py: Finished movement of |
22 |
|
the renderer methods from controllers.py to renderers.py. |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/web/plugin.py: Removed render_session |
25 |
|
handlers |
26 |
|
|
27 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/web/form_renderer.py: values for |
30 |
|
choices are generated from the document tree now. This brings |
31 |
|
the state storage of select boxes in HTML to live. |
32 |
|
|
33 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/web/semantic.py: Fixed problems with |
36 |
|
range checking of integers. |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/web/controllers.py: Added class |
39 |
|
ErrorItem to track errors. They are stored in the session. |
40 |
|
|
41 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
* tools/formed/formed/model/nodecomponents.py: Fixed returning |
* tools/formed/formed/model/nodecomponents.py: Fixed returning |
44 |
wrong index in Document.indexOfcomponentByClassAndName. |
wrong index in Document.indexOfcomponentByClassAndName. |
48 |
|
|
49 |
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
50 |
|
|
51 |
2007-10-05 Sascha L. Teichmann <[email protected]> |
2007-09-09 Sascha L. Teichmann <[email protected]> |
52 |
|
|
53 |
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
54 |
method. Could be cheaper for some implementations of help. |
method. Could be cheaper for some implementations of help. |
63 |
* tools/formed/formed/plugins/web/renderer.py: New FormData and |
* tools/formed/formed/plugins/web/renderer.py: New FormData and |
64 |
some bug fixes. |
some bug fixes. |
65 |
|
|
66 |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2007-09-09 Sascha L. Teichmann <[email protected]> |
67 |
|
|
68 |
* tools/formed/formed/model/memory.py, |
* tools/formed/formed/model/memory.py, |
69 |
tools/formed/formed/model/persistent.py: Add a getValue() method |
tools/formed/formed/model/persistent.py: Add a getValue() method |