1 |
2007-10-05 Sascha L. Teichmann <[email protected]> |
2007-09-10 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/renderer.py: Highlight selected |
4 |
|
page in page navigation. |
5 |
|
|
6 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/web/controllers.py: Fixed issues on |
9 |
|
displaying formdata when changing datasets. Loading the right |
10 |
|
formdata was not handled in a correct way. Hope it is all fixed now. |
11 |
|
Left some commented code because not all sideeffects of the changes |
12 |
|
are tested yet. |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/renderer.py: DataSetDigestRenderer |
15 |
|
now uses the correct data out of the formdata. |
16 |
|
|
17 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/controllers.py: Pretty |
20 |
|
print format data (dates e.g) |
21 |
|
|
22 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/web/controllers.py: Modified |
25 |
|
ErrorStats a bit to avoid mysterious extra error on page. |
26 |
|
No clue why this works. |
27 |
|
|
28 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Fixed value |
31 |
|
problem with radio groups, too. |
32 |
|
|
33 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
34 |
|
* tools/formed/formed/plugins/web/controllers.py: Sessions are now |
35 |
|
really removed when deleting a dataset. |
36 |
|
|
37 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/web/controllers.py: Added new Class |
40 |
|
ErrorStats which provides Information on remaining errors per page. |
41 |
|
|
42 |
|
* tools/formed/formed/plugins/web/renderers.py: Finished movement of |
43 |
|
the renderer methods from controllers.py to renderers.py. |
44 |
|
|
45 |
|
* tools/formed/formed/plugins/web/plugin.py: Removed render_session |
46 |
|
handlers |
47 |
|
|
48 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/form_renderer.py: values for |
51 |
|
choices are generated from the document tree now. This brings |
52 |
|
the state storage of select boxes in HTML to live. |
53 |
|
|
54 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
* tools/formed/formed/plugins/web/semantic.py: Fixed problems with |
* tools/formed/formed/plugins/web/semantic.py: Fixed problems with |
57 |
range checking of integers. |
range checking of integers. |
59 |
* tools/formed/formed/plugins/web/controllers.py: Added class |
* tools/formed/formed/plugins/web/controllers.py: Added class |
60 |
ErrorItem to track errors. They are stored in the session. |
ErrorItem to track errors. They are stored in the session. |
61 |
|
|
62 |
2007-10-05 Sascha L. Teichmann <[email protected]> |
2007-09-09 Sascha L. Teichmann <[email protected]> |
63 |
|
|
64 |
* tools/formed/formed/model/nodecomponents.py: Fixed returning |
* tools/formed/formed/model/nodecomponents.py: Fixed returning |
65 |
wrong index in Document.indexOfcomponentByClassAndName. |
wrong index in Document.indexOfcomponentByClassAndName. |
69 |
|
|
70 |
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
71 |
|
|
72 |
2007-10-05 Sascha L. Teichmann <[email protected]> |
2007-09-09 Sascha L. Teichmann <[email protected]> |
73 |
|
|
74 |
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
75 |
method. Could be cheaper for some implementations of help. |
method. Could be cheaper for some implementations of help. |
84 |
* tools/formed/formed/plugins/web/renderer.py: New FormData and |
* tools/formed/formed/plugins/web/renderer.py: New FormData and |
85 |
some bug fixes. |
some bug fixes. |
86 |
|
|
87 |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2007-09-09 Sascha L. Teichmann <[email protected]> |
88 |
|
|
89 |
* tools/formed/formed/model/memory.py, |
* tools/formed/formed/model/memory.py, |
90 |
tools/formed/formed/model/persistent.py: Add a getValue() method |
tools/formed/formed/model/persistent.py: Add a getValue() method |