1 |
2007-09-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 |
12 |
|
choices are generated from the document tree now. This brings |
13 |
|
the state storage of select boxes in HTML to live. |
14 |
|
|
15 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
16 |
|
|
17 |
|
* tools/formed/formed/plugins/web/semantic.py: Fixed problems with |
18 |
|
range checking of integers. |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/web/controllers.py: Added class |
21 |
|
ErrorItem to track errors. They are stored in the session. |
22 |
|
|
23 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed returning |
26 |
|
wrong index in Document.indexOfcomponentByClassAndName. |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/web/form_renderer.py: 'error' was |
29 |
|
written 'errot' in renderer for textareas. |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
32 |
|
|
33 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
36 |
|
method. Could be cheaper for some implementations of help. |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Modified |
39 |
|
FormData to have distinct getData(), getHelp() and getError() |
40 |
|
methods. Various bug fixes. |
41 |
|
|
42 |
|
* tools/formed/formed/plugins/web/controllers.py: Implements the |
43 |
|
new FormData (trivial by now). |
44 |
|
|
45 |
|
* tools/formed/formed/plugins/web/renderer.py: New FormData and |
46 |
|
some bug fixes. |
47 |
|
|
48 |
|
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 |