1 |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2007-09-10 Torsten Irlaender <[email protected]> |
2 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Some html |
3 |
|
generation cleanup. Added error icons to formelements |
4 |
|
* tools/formed/formed/plugins/web/controllers.py: Fixed initialisation |
5 |
|
of ErrorStatus. Fixed generated of the help tags in the formular |
6 |
|
* tools/formed/formed/plugins/web/renderer.py: Added error icon for |
7 |
|
pageerrors. An "!" now indicates errors on pages in the formular |
8 |
|
navigation. Added new <div> "content" around confirmation dialogss. |
9 |
|
Links in confimation dialogs are now rendered as buttons. Removed |
10 |
|
old obsolete OverviewRenderer. |
11 |
|
|
12 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/renderer.py: Highlight selected |
15 |
|
page in page navigation. |
16 |
|
|
17 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/controllers.py: Fixed issues on |
20 |
|
displaying formdata when changing datasets. Loading the right |
21 |
|
formdata was not handled in a correct way. Hope it is all fixed now. |
22 |
|
Left some commented code because not all sideeffects of the changes |
23 |
|
are tested yet. |
24 |
|
|
25 |
|
* tools/formed/formed/plugins/web/renderer.py: DataSetDigestRenderer |
26 |
|
now uses the correct data out of the formdata. |
27 |
|
|
28 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* tools/formed/formed/plugins/web/controllers.py: Pretty |
31 |
|
print format data (dates e.g) |
32 |
|
|
33 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/web/controllers.py: Modified |
36 |
|
ErrorStats a bit to avoid mysterious extra error on page. |
37 |
|
No clue why this works. |
38 |
|
|
39 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Fixed value |
42 |
|
problem with radio groups, too. |
43 |
|
|
44 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
45 |
|
* tools/formed/formed/plugins/web/controllers.py: Sessions are now |
46 |
|
really removed when deleting a dataset. |
47 |
|
|
48 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/controllers.py: Added new Class |
51 |
|
ErrorStats which provides Information on remaining errors per page. |
52 |
|
|
53 |
|
* tools/formed/formed/plugins/web/renderers.py: Finished movement of |
54 |
|
the renderer methods from controllers.py to renderers.py. |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/web/plugin.py: Removed render_session |
57 |
|
handlers |
58 |
|
|
59 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/formed/formed/plugins/web/form_renderer.py: values for |
62 |
|
choices are generated from the document tree now. This brings |
63 |
|
the state storage of select boxes in HTML to live. |
64 |
|
|
65 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
66 |
|
|
67 |
|
* tools/formed/formed/plugins/web/semantic.py: Fixed problems with |
68 |
|
range checking of integers. |
69 |
|
|
70 |
|
* tools/formed/formed/plugins/web/controllers.py: Added class |
71 |
|
ErrorItem to track errors. They are stored in the session. |
72 |
|
|
73 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
74 |
|
|
75 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed returning |
76 |
|
wrong index in Document.indexOfcomponentByClassAndName. |
77 |
|
|
78 |
|
* tools/formed/formed/plugins/web/form_renderer.py: 'error' was |
79 |
|
written 'errot' in renderer for textareas. |
80 |
|
|
81 |
|
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
82 |
|
|
83 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
84 |
|
|
85 |
|
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
86 |
|
method. Could be cheaper for some implementations of help. |
87 |
|
|
88 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Modified |
89 |
|
FormData to have distinct getData(), getHelp() and getError() |
90 |
|
methods. Various bug fixes. |
91 |
|
|
92 |
|
* tools/formed/formed/plugins/web/controllers.py: Implements the |
93 |
|
new FormData (trivial by now). |
94 |
|
|
95 |
|
* tools/formed/formed/plugins/web/renderer.py: New FormData and |
96 |
|
some bug fixes. |
97 |
|
|
98 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
99 |
|
|
100 |
* tools/formed/formed/model/memory.py, |
* tools/formed/formed/model/memory.py, |
101 |
tools/formed/formed/model/persistent.py: Add a getValue() method |
tools/formed/formed/model/persistent.py: Add a getValue() method |