1 |
2007-10-05 Sascha L. Teichmann <[email protected]> |
2007-09.10 Torsten Irlaender <[email protected]> |
2 |
|
* tools/formed/formed/plugins/web/controllers.py: Added new Class |
3 |
|
ErrorStats which provides Information on remaining errors per page. |
4 |
|
* tools/formed/formed/plugins/web/renderers.py: Finished movement of |
5 |
|
the renderer methods from controllers.py to renderers.py. |
6 |
|
* tools/formed/formed/plugins/web/plugin.py: Removed render_session |
7 |
|
handlers |
8 |
|
|
9 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
10 |
|
|
11 |
* tools/formed/formed/plugins/web/form_renderer.py: values for |
* tools/formed/formed/plugins/web/form_renderer.py: values for |
12 |
choices are generated from the document tree now. This brings |
choices are generated from the document tree now. This brings |
13 |
the state storage of select boxes in HTML to live. |
the state storage of select boxes in HTML to live. |
14 |
|
|
15 |
2007-10-05 Sascha L. Teichmann <[email protected]> |
2007-09-09 Sascha L. Teichmann <[email protected]> |
16 |
|
|
17 |
* tools/formed/formed/plugins/web/semantic.py: Fixed problems with |
* tools/formed/formed/plugins/web/semantic.py: Fixed problems with |
18 |
range checking of integers. |
range checking of integers. |
20 |
* tools/formed/formed/plugins/web/controllers.py: Added class |
* tools/formed/formed/plugins/web/controllers.py: Added class |
21 |
ErrorItem to track errors. They are stored in the session. |
ErrorItem to track errors. They are stored in the session. |
22 |
|
|
23 |
2007-10-05 Sascha L. Teichmann <[email protected]> |
2007-09-09 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
* tools/formed/formed/model/nodecomponents.py: Fixed returning |
* tools/formed/formed/model/nodecomponents.py: Fixed returning |
26 |
wrong index in Document.indexOfcomponentByClassAndName. |
wrong index in Document.indexOfcomponentByClassAndName. |
30 |
|
|
31 |
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
32 |
|
|
33 |
2007-10-05 Sascha L. Teichmann <[email protected]> |
2007-09-09 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
36 |
method. Could be cheaper for some implementations of help. |
method. Could be cheaper for some implementations of help. |
45 |
* tools/formed/formed/plugins/web/renderer.py: New FormData and |
* tools/formed/formed/plugins/web/renderer.py: New FormData and |
46 |
some bug fixes. |
some bug fixes. |
47 |
|
|
48 |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2007-09-09 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
* tools/formed/formed/model/memory.py, |
* tools/formed/formed/model/memory.py, |
51 |
tools/formed/formed/model/persistent.py: Add a getValue() method |
tools/formed/formed/model/persistent.py: Add a getValue() method |