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