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